summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2023-01-10perf build: Properly guard libbpf includesIan Rogers
2023-01-04perf tools: Fix build on uClibc systems by adding missing sys/types.h includeJesus Sanchez-Palencia
2023-01-04perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...Namhyung Kim
2023-01-04perf stat: Fix handling of unsupported cgroup events when using BPF countersNamhyung Kim
2023-01-02perf tools: Fix segfault when trying to process tracepoints in perf.data and ...Arnaldo Carvalho de Melo
2023-01-02perf tools: Don't include signature in version stringsAhelenia ZiemiaƄska
2023-01-02perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commandsYang Jihong
2023-01-02perf tools: Fix resources leak in perf_data__open_dir()Miaoqian Lin
2022-12-22perf python: Fix splitting CC into compiler and optionsArnaldo Carvalho de Melo
2022-12-21perf scripting python: Don't be strict at handling libtraceevent enumerationsArnaldo Carvalho de Melo
2022-12-21perf hist: Improve srcline_{from,to} sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcfile sort key performanceNamhyung Kim
2022-12-21perf hist: Improve srcline sort key performanceNamhyung Kim
2022-12-21perf hist: Add perf_hpp_fmt->init() callbackNamhyung Kim
2022-12-21perf srcline: Conditionally suppress addr2line warningsNamhyung Kim
2022-12-21perf srcline: Skip srcline if .debug_line is missingNamhyung Kim
2022-12-21perf symbol: Add filename__has_section()Namhyung Kim
2022-12-21perf srcline: Do not return NULL for srclineNamhyung Kim
2022-12-21perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong
2022-12-20perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-14perf evlist: Remove group option.Ian Rogers
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark
2022-12-14perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark
2022-12-14perf cs-etm: Tidy up auxtrace info header printingJames Clark
2022-12-14perf cs-etm: Remove unused stub methodsJames Clark
2022-12-14perf cs-etm: Print unknown header version as an errorJames Clark
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim
2022-12-14perf lock contention: Add lock_data.h for common dataNamhyung Kim
2022-12-14perf python: Account for multiple words in CCKhem Raj
2022-12-14perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo
2022-12-14perf tool: Move pmus list variable to a new fileRavi Bangoria
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers
2022-12-14perf util: Make header guard consistent with toolIan Rogers
2022-12-14perf stat: Fix invalid output handleJames Clark
2022-12-14perf stat: Fix multi-line metric output in JSONNamhyung Kim
2022-12-14perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev
2022-12-14perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"Anshuman Khandual
2022-12-14perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers
2022-12-05Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim