aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* perf tools: Honor namespace when synthesizing build-idsNamhyung Kim2022-09-211-3/+14
* perf kcore_copy: Do not check /proc/modules is unchangedAdrian Hunter2022-09-211-5/+2
* perf jit: Include program header in ELF filesLieven Hey2022-09-212-0/+18
* perf stat: Use evsel->core.cpus to iterate cpus in BPF cgroup countersNamhyung Kim2022-09-211-3/+3
* perf stat: Fix cpu map index in bperf cgroup codeNamhyung Kim2022-09-211-2/+2
* perf stat: Fix BPF program section nameNamhyung Kim2022-09-211-1/+1
* perf genelf: Switch deprecated openssl MD5_* functions to new EVP APIZixuan Tan2022-09-061-9/+11
* perf affinity: Fix out of bound access to "sched_cpus" maskAthira Rajeev2022-09-061-1/+7
* perf metric: Return early if no CPU PMU table existsIan Rogers2022-08-311-0/+3
* perf stat: Capitalize topdown metrics' namesZhengjun Xing2022-08-271-12/+12
* perf tools: Support reading PERF_FORMAT_LOSTNamhyung Kim2022-08-195-38/+98
* perf cpumap: Fix alignment for masks in event encodingIan Rogers2022-08-194-46/+102
* perf cpumap: Compute mask size in constant timeIan Rogers2022-08-191-12/+1
* perf cpumap: Synthetic events and const/staticIan Rogers2022-08-193-14/+12
* perf metrics: Copy entire pmu_event in find metricIan Rogers2022-08-132-17/+18
* perf pmu-events: Hide the pmu_eventsIan Rogers2022-08-135-34/+33
* perf pmu-events: Don't assume pmu_event is an arrayIan Rogers2022-08-133-96/+192
* perf pmu-events: Hide pmu_events_mapIan Rogers2022-08-133-37/+14
* perf pmu-events: Avoid passing pmu_events_mapIan Rogers2022-08-135-72/+69
* perf pmu-events: Hide pmu_sys_event_tablesIan Rogers2022-08-132-29/+0
* perf scripting python: Delete repeated word in commentsshaomin Deng2022-08-121-1/+1
* perf tools: Fix double word in commentsshaomin Deng2022-08-121-1/+1
* perf build-id: Print debuginfod queries if -v option is usedMartin Liška2022-08-121-1/+5
* perf build-id: Fix coding style, replace 8 spaces by tabsMartin Liška2022-08-121-11/+11
* perf mem: Add statistics for peer snoopingLeo Yan2022-08-112-3/+28
* perf arm-spe: Use SPE data source for neoverse coresAli Saidi2022-08-113-16/+127
* perf mem: Print snoop peer flagLeo Yan2022-08-111-3/+15
* perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...Leo Yan2022-08-111-0/+1
* perf offcpu: Track child processesNamhyung Kim2022-08-112-0/+37
* perf offcpu: Parse process id separatelyNamhyung Kim2022-08-111-2/+43
* perf offcpu: Check process id for the given workloadNamhyung Kim2022-08-112-1/+8
* perf tools: Do not pass NULL to parse_events()Adrian Hunter2022-08-105-9/+19
* perf parse-events: Fix segfault when event parser gets an errorAdrian Hunter2022-08-101-3/+11
* perf machine: Fix missing free of machine->kallsyms_filenameAdrian Hunter2022-08-101-0/+1