aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2022-12-21perf srcline: Skip srcline if .debug_line is missingNamhyung Kim1-0/+3
2022-12-21perf symbol: Add filename__has_section()Namhyung Kim3-0/+34
2022-12-21perf srcline: Do not return NULL for srclineNamhyung Kim1-1/+1
2022-12-21perf lock contention: Support lock addr/name filtering for BPFNamhyung Kim2-1/+58
2022-12-21perf lock contention: Add -L/--lock-filter optionNamhyung Kim1-0/+4
2022-12-21perf lock contention: Support lock type filtering for BPFNamhyung Kim3-3/+34
2022-12-21perf lock contention: Add -Y/--type-filter optionNamhyung Kim1-0/+5
2022-12-20perf tools: Fix usage of the verbose variableYang Jihong2-2/+2
2022-12-20perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...Yang Jihong1-0/+4
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo8-82/+97
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-14/+14
2022-12-14perf evlist: Remove group option.Ian Rogers5-19/+1
2022-12-14perf cs-etm: Print auxtrace info even if OpenCSD isn't linkedJames Clark4-166/+191
2022-12-14perf cs-etm: Cleanup cs_etm__process_auxtrace_info()James Clark1-17/+9
2022-12-14perf cs-etm: Tidy up auxtrace info header printingJames Clark1-18/+10
2022-12-14perf cs-etm: Remove unused stub methodsJames Clark1-32/+2
2022-12-14perf cs-etm: Print unknown header version as an errorJames Clark1-10/+2
2022-12-14perf lock contention: Add -l/--lock-addr optionNamhyung Kim3-11/+31
2022-12-14perf lock contention: Implement -t/--threads option for BPFNamhyung Kim3-7/+75
2022-12-14perf lock contention: Add lock_data.h for common dataNamhyung Kim3-29/+39
2022-12-14perf python: Account for multiple words in CCKhem Raj1-1/+1
2022-12-14perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...Namhyung Kim1-1/+1
2022-12-14perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVEArnaldo Carvalho de Melo6-1/+12
2022-12-14perf build: Use libtraceevent from the systemIan Rogers27-32/+201
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim1-10/+9
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo4-3/+46
2022-12-14perf tool: Move pmus list variable to a new fileRavi Bangoria4-1/+16
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers5-18/+25
2022-12-14perf util: Make header guard consistent with toolIan Rogers1-3/+3
2022-12-14perf stat: Fix invalid output handleJames Clark1-1/+1
2022-12-14perf stat: Fix multi-line metric output in JSONNamhyung Kim1-1/+1
2022-12-14perf stat: Fix printing field separator in CSV metrics outputAthira Rajeev1-12/+1
2022-12-14perf record: Add remaining branch filters: "no_cycles", "no_flags" & "hw_index"Anshuman Khandual1-0/+3
2022-12-14perf stat: Check existence of os->prefix, fixing a segfaultIan Rogers1-1/+2
2022-12-05Revert "perf stat: Rename "aggregate-number" to "cpu-count" in JSON"Namhyung Kim1-4/+4
2022-12-05perf branch: Fix interpretation of branch recordsJames Clark1-1/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson8-14/+14
2022-12-02perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson8-14/+14
2022-11-24perf list: List callback support for libpfmIan Rogers2-90/+71
2022-11-24perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-11-24perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim1-10/+17
2022-11-24perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim1-4/+4
2022-11-24perf stat: Fix JSON output in metric-only modeNamhyung Kim1-18/+24
2022-11-24perf stat: Pass through 'struct outstate'Namhyung Kim3-61/+48
2022-11-24perf stat: Do not pass runtime_stat to printout()Namhyung Kim1-5/+4
2022-11-24perf stat: Pass struct outstate to printout()Namhyung Kim1-20/+18
2022-11-24perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim1-22/+28
2022-11-24perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim1-11/+14
2022-11-24perf stat: Pass const char *prefix to display routinesNamhyung Kim2-10/+10
2022-11-24perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim1-11/+6