summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * perf lock contention: Factor out lock_type_tableNamhyung Kim2022-12-201-24/+24
| * perf probe: Check -v and -q options in the right placeYang Jihong2022-12-201-8/+9
| * perf tools: Fix usage of the verbose variableYang Jihong2022-12-209-13/+13
| * perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-201-0/+4
| * tools headers UAPI: Sync powerpc syscall table with the kernel sourcesArnaldo Carvalho de Melo2022-12-201-2/+5
| * perf python: Don't stop building if python setuptools isn't installedArnaldo Carvalho de Melo2022-12-191-2/+7
* | Merge tag 'parisc-for-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-201-12/+0
|\ \ | |/ |/|
| * parisc: Align parisc MADV_XXX constants with all other architecturesHelge Deller2022-12-171-12/+0
* | 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