summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | perf cputopo: Match die_siblings to topology ABI nameIan Rogers2021-11-133-20/+25
* | perf cputopo: Update to use pakage_cpusIan Rogers2021-11-133-15/+28
* | perf test: Add expr test for events with hyphensIan Rogers2021-11-131-0/+10
* | perf test: Remove skip_if_failIan Rogers2021-11-136-23/+8
* | perf test: Remove is_supported functionIan Rogers2021-11-132-14/+1
* | perf test: TSC test, remove is_supported useIan Rogers2021-11-131-23/+16
* | perf test: BP tests, remove is_supported useIan Rogers2021-11-134-74/+51
* | perf test: Remove non test case style support.Ian Rogers2021-11-132-10/+16
* | perf test: Convert time to tsc test to test case.Ian Rogers2021-11-131-1/+6
* | perf test: bp tests use test caseIan Rogers2021-11-133-3/+18
* | perf test: Remove now unused subtest helpersIan Rogers2021-11-132-13/+1
* | perf test: Convert llvm tests to test cases.Ian Rogers2021-11-131-23/+54
* | perf test: Convert bpf tests to test cases.Ian Rogers2021-11-131-29/+43
* | perf test: Convert clang tests to test cases.Ian Rogers2021-11-133-47/+24
* | perf test: Convert watch point tests to test cases.Ian Rogers2021-11-131-98/+32
* | perf test: Convert pmu event tests to test cases.Ian Rogers2021-11-131-62/+16
* | perf test: Convert pfm tests to use test cases.Ian Rogers2021-11-131-47/+19
* | perf test: Add skip reason to test case.Ian Rogers2021-11-132-1/+13
* | perf test: Add test case struct.Ian Rogers2021-11-132-10/+46
* | perf test: Add helper functions for abstraction.Ian Rogers2021-11-132-29/+71