summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET2022-08-101-2/+4
* perf inject jit: Ignore memfd and anonymous mmap events if jitdump presentBrian Robbins2022-08-101-2/+7
* perf stat: Add JSON output optionClaire Jensen2022-08-103-106/+280
* perf lock: Print the number of lost entries for BPFNamhyung Kim2022-08-023-4/+12
* perf lock: Add --map-nr-entries optionNamhyung Kim2022-08-022-0/+4
* perf lock: Introduce struct lock_contentionNamhyung Kim2022-08-022-9/+17
* perf scripting python: Do not build fail on deprecation warningsArnaldo Carvalho de Melo2022-08-021-1/+1
* genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTOArnaldo Carvalho de Melo2022-08-021-1/+5
* perf parse-events: Break out tracepoint and printingIan Rogers2022-08-028-737/+787
* perf parse-events: Don't #define YY_EXTRA_TYPEIan Rogers2022-08-021-1/+0
* tools perf: Fix compilation error with new binutilsAndres Freund2022-08-011-3/+4
* perf tools: Rework prologue generation codeJiri Olsa2022-08-011-29/+175
* perf bpf: Convert legacy map definition to BTF-definedJiri Olsa2022-08-011-1/+1
* perf symbol: Fail to read phdr workaroundIan Rogers2022-08-011-7/+20
* perf lock: Implement cpu and task filters for BPFNamhyung Kim2022-08-013-4/+99
* perf lock: Use BPF for lock contention analysisNamhyung Kim2022-08-014-0/+397
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-08-012-15/+59
|\
| * perf bpf: Remove undefined behavior from bpf_perf_object__next()Ian Rogers2022-07-271-11/+7
| * perf symbol: Skip symbols if SHF_ALLOC flag is not setLeo Yan2022-07-271-0/+11
| * perf symbol: Correct address for bss symbolsLeo Yan2022-07-271-4/+41
* | perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing2022-07-293-2/+10
* | perf x86 evlist: Add default hybrid events for perf statKan Liang2022-07-292-1/+3