summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf bpf_skel: Do not use typedef to avoid error on old clangSong Liu2021-12-063-20/+26
* perf bpf: Fix building perf with BUILD_BPF_SKEL=1 by default in more distrosSong Liu2021-12-063-5/+3
* perf header: Fix memory leaks when processing feature headersIan Rogers2021-12-061-5/+10
* perf test: Reset shadow counts before loadingIan Rogers2021-12-061-0/+1
* perf test: Fix 'Simple expression parser' test on arch without CPU die topolo...Thomas Richter2021-12-061-1/+3
* tools build: Remove needless libpython-version feature check that breaks test...Arnaldo Carvalho de Melo2021-12-061-2/+0
* perf tools: Fix SMT detection fast read pathIan Rogers2021-12-061-1/+1
* tools headers UAPI: Sync powerpc syscall table file changed by new futex_wait...Arnaldo Carvalho de Melo2021-12-061-0/+1
* perf inject: Fix itrace space allowed for new attributesAdrian Hunter2021-12-061-1/+1
* tools headers UAPI: Sync s390 syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-12-061-0/+1
* Revert "perf bench: Fix two memory leaks detected with ASan"Jiri Olsa2021-12-061-4/+0
* perf evsel: Fix memory leaks relating to unitIan Rogers2021-11-184-18/+22
* perf report: Fix memory leaks around perf_tip()Ian Rogers2021-11-183-14/+17
* perf hist: Fix memory leak of a perf_hpp_fmtIan Rogers2021-11-182-15/+14
* tools headers UAPI: Sync MIPS syscall table file changed by new futex_waitv s...Arnaldo Carvalho de Melo2021-11-181-0/+1
* perf inject: Fix ARM SPE handlingGerman Gomez2021-11-181-0/+15
* perf bench: Fix two memory leaks detected with ASanSohaib Mohamed2021-11-181-0/+4
* perf test sample-parsing: Fix branch_stack entry endianness checkThomas Richter2021-11-181-1/+1
* perf sort: Fix the 'p_stage_cyc' sort key behaviorNamhyung Kim2021-11-183-11/+7
* perf sort: Fix the 'ins_lat' sort key behaviorNamhyung Kim2021-11-183-25/+12
* perf sort: Fix the 'weight' sort key behaviorNamhyung Kim2021-11-183-27/+13
* perf tools: Set COMPAT_NEED_REALLOCARRAY for CONFIG_AUXTRACE=1Arnaldo Carvalho de Melo2021-11-181-0/+3
* perf tests wp: Remove unused functions on s390Arnaldo Carvalho de Melo2021-11-181-1/+1
* perf tests: Remove bash constructs from stat_all_pmu.shJames Clark2021-11-131-2/+2
* perf tests: Remove bash construct from record+zstd_comp_decomp.shJames Clark2021-11-131-1/+1
* perf test: Remove bash construct from stat_bpf_counters.sh testJames Clark2021-11-131-1/+1
* perf bench futex: Fix memory leak of perf_cpu_map__new()Sohaib Mohamed2021-11-134-0/+4
* perf tools: Add more weak libbpf functionsJiri Olsa2021-11-131-0/+27
* perf bpf: Avoid memory leak from perf_env__insert_btf()Ian Rogers2021-11-133-3/+10
* perf symbols: Factor out annotation init/exitIan Rogers2021-11-133-1/+22
* perf symbols: Bit pack to save a byteIan Rogers2021-11-132-3/+3
* perf symbols: Add documentation to 'struct symbol'Ian Rogers2021-11-131-3/+14
* tools headers UAPI: Sync files changed by new futex_waitv syscallArnaldo Carvalho de Melo2021-11-131-0/+1
* perf test bpf: Use ARRAY_CHECK() instead of ad-hoc equivalent, addressing arr...Guo Zhengkui2021-11-131-1/+1
* perf arm-spe: Support hardware-based PID tracingGerman Gomez2021-11-131-29/+70
* perf arm-spe: Save context ID in recordGerman Gomez2021-11-132-0/+3
* perf arm-spe: Update --switch-events docs in 'perf record'German Gomez2021-11-132-2/+4
* perf arm-spe: Track task context switch for cpu-mode eventsNamhyung Kim2021-11-132-1/+30
* perf vendor events power10: Add metric events JSON file for power10 platformKajol Jain2021-11-131-0/+676
* perf design.txt: Synchronize the definition of enum perf_hw_id with codeLike Xu2021-11-131-0/+3
* perf arm-spe: Print size using consistent formatAndrew Kilroy2021-11-131-1/+1
* perf cs-etm: Print size using consistent formatAndrew Kilroy2021-11-131-1/+1
* perf arm-spe: Snapshot mode testGerman Gomez2021-11-131-0/+89
* perf arm-spe: Implement find_snapshot callbackGerman Gomez2021-11-131-0/+145
* perf arm-spe: Add snapshot mode supportGerman Gomez2021-11-131-0/+130
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-138-12/+66
* perf expr: Move ID handling to its own functionIan Rogers2021-11-131-26/+35
* perf expr: Add metric literals for topology.Ian Rogers2021-11-132-1/+38
* perf expr: Add literal values starting with #Ian Rogers2021-11-134-6/+30
* perf cputopo: Match thread_siblings to topology ABI nameIan Rogers2021-11-133-18/+25