summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf build: Properly guard libbpf includesIan Rogers2023-01-101-0/+6
* perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia2023-01-041-0/+1
* perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim2023-01-041-5/+18
* perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim2023-01-041-11/+3
* perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo2023-01-021-0/+12
* perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska2023-01-021-1/+1
* perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong2023-01-021-2/+17
* perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin2023-01-021-0/+2
* perf python: Fix splitting CC into compiler and optionsArnaldo Carvalho de Melo2022-12-221-2/+11
* perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo2022-12-211-1/+1
* perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim2022-12-211-0/+42
* perf hist: Improve srcfile sort key performanceNamhyung Kim2022-12-211-2/+25
* perf hist: Improve srcline sort key performanceNamhyung Kim2022-12-211-2/+27
* perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim2022-12-214-10/+33
* perf srcline: Conditionally suppress addr2line warningsNamhyung Kim2022-12-211-5/+10
* perf srcline: Skip srcline if .debug_line is missingNamhyung Kim2022-12-211-0/+3
* perf symbol: Add filename__has_section()Namhyung Kim2022-12-213-0/+34
* perf srcline: Do not return NULL for srclineNamhyung Kim2022-12-211-1/+1
* perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2022-12-212-1/+58
* perf lock contention: Add -L/--lock-filter optionNamhyung Kim2022-12-211-0/+4
* perf lock contention: Support lock type filtering for BPFNamhyung Kim2022-12-213-3/+34
* perf lock contention: Add -Y/--type-filter optionNamhyung Kim2022-12-211-0/+5
* perf tools: Fix usage of the verbose variableYang Jihong2022-12-202-2/+2
* perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong2022-12-201-0/+4
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2022-12-168-82/+97
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-158-14/+14
| |\
| | * perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-028-14/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-172-3/+7
| |\ \
| * | | 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-098-82/+96
| | |/ | |/|
* | | perf evlist: Remove group option.Ian Rogers2022-12-145-19/+1
* | | 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 lock contention: Add -l/--lock-addr optionNamhyung Kim2022-12-143-11/+31
* | | perf lock contention: Implement -t/--threads option for BPFNamhyung Kim2022-12-143-7/+75
* | | 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 tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo2022-12-146-1/+12
* | | perf build: Use libtraceevent from the systemIan Rogers2022-12-1427-32/+201
* | | perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim2022-12-141-10/+9
* | | machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo2022-12-144-3/+46
* | | 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-145-18/+25
* | | 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