summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf genelf: Fix error code in jit_write_elf()Shang XiaoJing2022-10-041-0/+1
* perf lock contention: Skip stack trace from BPFNamhyung Kim2022-10-042-4/+6
* perf lock contention: Allow to change stack depth and skipNamhyung Kim2022-10-042-3/+6
* perf lock contention: Show full callstack with -v optionNamhyung Kim2022-10-042-0/+10
* perf metrics: Wire up core_wideIan Rogers2022-10-047-43/+120
* perf stat: Delay metric parsingIan Rogers2022-10-042-3/+2
* perf topology: Add core_wideIan Rogers2022-10-044-0/+70
* perf smt: Compute SMT from topologyIan Rogers2022-10-045-92/+34
* perf expr: Move the scanner_ctx into the parse_ctxIan Rogers2022-10-044-13/+10
* perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui2022-10-041-2/+0
* perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gaosheng Cui2022-10-041-2/+0
* perf cpumap: Add range data encodingIan Rogers2022-10-043-78/+109
* perf events: Prefer union over variable length arrayIan Rogers2022-10-042-23/+13
* perf intel-pt: Remove first line of log dumped on errorAdrian Hunter2022-10-041-5/+28
* perf intel-pt: Support itrace option flag d+e to log on errorAdrian Hunter2022-10-043-4/+113
* perf intel-pt: Improve object code read error messageAdrian Hunter2022-10-041-1/+2
* perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter2022-10-042-0/+16
* perf tools: Add perf_config_scan()Adrian Hunter2022-10-042-0/+32
* perf callchain: Remove unneeded 'result' variableye xingchen2022-10-041-10/+2
* perf report: Show per-event LOST SAMPLES statNamhyung Kim2022-10-041-3/+7
* perf hist: Add nr_lost_samples to hist_statsNamhyung Kim2022-10-043-0/+7
* perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2022-10-042-1/+10
* perf tools: Print LOST read format in the verbose modeNamhyung Kim2022-10-041-1/+1
* perf smt: Tidy header guard add SPDXIan Rogers2022-10-042-3/+5
* perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual2022-10-041-0/+13
* perf branch: Add branch privilege information request flagAnshuman Khandual2022-10-043-2/+4
* perf branch: Extend branch type classificationAnshuman Khandual2022-10-043-4/+59
* perf branch: Add system error and not in transaction branch typesAnshuman Khandual2022-10-041-1/+3
* perf mutex: Add thread safety annotationsIan Rogers2022-10-042-5/+67
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-046-5/+24
* perf top: Update use of pthread mutexIan Rogers2022-10-041-2/+3
* perf annotate: Update use of pthread mutexIan Rogers2022-10-042-9/+8
* perf dso: Update use of pthread mutexIan Rogers2022-10-043-10/+10
* perf mmap: Remove unnecessary pthread.h includeIan Rogers2022-10-041-1/+0
* perf bpf: Remove unused pthread.h includeIan Rogers2022-10-041-1/+0
* perf hist: Update use of pthread mutexIan Rogers2022-10-042-5/+5
* perf mutex: Wrapped usage of mutex and condPavithra Gurushankar2022-10-043-0/+166
* perf record: Allow multiple recording time rangesAdrian Hunter2022-10-042-0/+243
* perf evlist: Add evlist__{en/dis}able_non_dummy()Adrian Hunter2022-10-042-6/+26
* perf record: Change evlist->ctl_fd to use fdarray_flag__non_perf_eventAdrian Hunter2022-10-042-18/+2
* perf record: Fix done_fd wakeup eventAdrian Hunter2022-10-041-1/+2
* perf hashmap: Tidy hashmap dependencyIan Rogers2022-10-044-10/+19
* perf metrics: Use 'unsigned int' instead of just 'unsigned'.Xin Gao2022-10-041-1/+1
* perf parse-events: Use 'unsigned int' instead of plain 'unsigned'.Xin Gao2022-10-041-1/+1
* perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...Arnaldo Carvalho de Melo2022-09-291-1/+1
* perf parse-events: Ignore clang 15 warning about variable set but unused in b...Jiri Olsa2022-09-291-1/+1
* perf arm-spe: augment the data source type with neoverse_spe listJing Zhang2022-09-281-1/+1
* perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing2022-09-264-43/+57
* perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing2022-09-261-1/+1
* perf tools: Get a perf cgroup more portably in BPFNamhyung Kim2022-09-262-5/+24