summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-1610-103/+110
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-1515-27/+27
| |\
| | * perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-0215-27/+27
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-174-4/+12
| |\ \
| * | | libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman2022-11-111-1/+2
| * | | libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-0910-103/+109
| | |/ | |/|
* | | perf tools: Use "grep -E" instead of "egrep"Tiezhu Yang2022-12-1438-89/+89
* | | perf stat: Do not delay the workload with --delayNamhyung Kim2022-12-141-16/+17
* | | perf evlist: Remove group option.Ian Rogers2022-12-1413-79/+3
* | | perf build: Fix python/perf.so library's nameIan Rogers2022-12-142-2/+4
* | | perf test arm64: Add attr tests for new VG registerJames Clark2022-12-143-0/+33
* | | perf test: Add mechanism for skipping attr tests on kernel versionsJames Clark2022-12-141-1/+27
* | | perf test: Add mechanism for skipping attr tests on auxiliary vector valuesJames Clark2022-12-141-2/+31
* | | perf test: Add ability to test exit code for attr testsJames Clark2022-12-141-2/+8
* | | perf test: add new task-analyzer testsPetar Gligoric2022-12-141-0/+151
* | | perf script: task-analyzer add csv supportPetar Gligoric2022-12-141-89/+185
* | | perf script: Introduce task analyzer python scriptHagen Paul Pfeifer2022-12-143-0/+843
* | | perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark2022-12-144-166/+191
* | | perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark2022-12-141-17/+9
* | | perf cs-etm: Tidy up auxtrace info header printingJames Clark2022-12-141-18/+10
* | | perf cs-etm: Remove unused stub methodsJames Clark2022-12-141-32/+2
* | | perf cs-etm: Print unknown header version as an errorJames Clark2022-12-141-10/+2
* | | perf test: Update perf lock contention testNamhyung Kim2022-12-141-0/+48
* | | perf lock contention: Add -l/--lock-addr optionNamhyung Kim2022-12-145-28/+102
* | | perf lock contention: Implement -t/--threads option for BPFNamhyung Kim2022-12-144-17/+78
* | | perf lock contention: Add lock_data.h for common dataNamhyung Kim2022-12-143-29/+39
* | | perf python: Account for multiple words in CCKhem Raj2022-12-141-1/+1
* | | perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim2022-12-141-1/+1
* | | perf test: Update event group check for support of uncore eventAthira Rajeev2022-12-141-1/+13
* | | perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-148-1/+18
* | | tools lib traceevent: Remove libtraceeventIan Rogers2022-12-141-1/+0
* | | perf build: Use libtraceevent from the systemIan Rogers2022-12-1452-184/+355
* | | perf jevents: Parse metrics during conversionIan Rogers2022-12-144-4/+669
* | | perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim2022-12-141-10/+9
* | | perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers2022-12-141-2/+6
* | | machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo2022-12-145-59/+48
* | | perf test: Add event group test for events in multiple PMUsRavi Bangoria2022-12-144-0/+130
* | | perf tool: Move pmus list variable to a new fileRavi Bangoria2022-12-144-1/+16
* | | perf util: Add host_is_bigendian to util.hIan Rogers2022-12-147-22/+29
* | | perf util: Make header guard consistent with toolIan Rogers2022-12-141-3/+3
* | | perf stat: Fix invalid output handleJames Clark2022-12-141-1/+1
* | | perf stat: Fix multi-line metric output in JSONNamhyung Kim2022-12-141-1/+1
* | | perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev2022-12-141-12/+1
* | | perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"Anshuman Khandual2022-12-142-0/+8
* | | perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers2022-12-141-1/+2
* | | Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim2022-12-051-4/+4
* | | perf arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson2022-12-051-1/+1
* | | perf branch: Fix interpretation of branch recordsJames Clark2022-12-051-1/+2
* | | perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-0515-27/+27
* | | perf list: List callback support for libpfmIan Rogers2022-11-242-90/+71