summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-12-14perf build: Use libtraceevent from the systemIan Rogers52-184/+355
2022-12-14perf jevents: Parse metrics during conversionIan Rogers4-4/+669
2022-12-14perf stat: Update event skip condition for system-wide per-thread mode and me...Namhyung Kim1-10/+9
2022-12-14perf build: Fixes for LIBTRACEEVENT_DYNAMICIan Rogers1-2/+6
2022-12-14machine: Adopt is_lock_function() from builtin-lock.cArnaldo Carvalho de Melo5-59/+48
2022-12-14perf test: Add event group test for events in multiple PMUsRavi Bangoria4-0/+130
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 Rogers7-22/+29
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-14tools lib symbol: Add dependency test to install_headersIan Rogers1-7/+14
2022-12-14tools lib subcmd: Add dependency test to install_headersIan Rogers1-10/+13
2022-12-14tools lib perf: Add dependency test to install_headersIan Rogers1-21/+22
2022-12-14tools lib api: Add dependency test to install_headersIan Rogers1-12/+26
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 Khandual2-0/+8
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 arm64: Fix mksyscalltbl, don't lose syscalls due to sort -nuHans-Peter Nilsson1-1/+1
2022-12-05perf branch: Fix interpretation of branch recordsJames Clark1-1/+2
2022-12-05perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson15-27/+27
2022-11-24perf list: List callback support for libpfmIan Rogers2-90/+71
2022-11-24perf list: JSON escape encoding improvementsIan Rogers1-42/+67
2022-11-24perf list: Support newlines in wordwrapIan Rogers1-4/+7
2022-11-24perf symbol: correction while adjusting symbolAjay Kaher1-1/+1
2022-11-24perf vendor events intel: Update events and metrics for alderlakeZhengjun Xing11-2691/+1525
2022-11-24perf vendor events intel: Add metrics for Alderlake-NZhengjun Xing1-0/+583
2022-11-24perf vendor events intel: Add uncore event list for Alderlake-NZhengjun Xing2-0/+208
2022-11-24perf vendor events intel: Add core event list for Alderlake-NZhengjun Xing8-1/+1075
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 Kim4-63/+50
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
2022-11-24perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim1-16/+10
2022-11-24perf stat: Use scnprintf() in prepare_interval()Namhyung Kim1-10/+10
2022-11-24perf stat: Do not align time prefix in CSV outputNamhyung Kim1-3/+6
2022-11-24perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim1-7/+7
2022-11-24perf stat: Fix cgroup display in JSON outputNamhyung Kim1-1/+1
2022-11-23perf lock contention: Do not use BPF task local storageNamhyung Kim2-12/+23
2022-11-23perf test: Fix record test on KVM guestsMichael Petlan1-1/+1
2022-11-23perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZENamhyung Kim1-1/+2
2022-11-23perf test: Skip watchpoint tests if no watchpoints availableNaveen N. Rao1-5/+7
2022-11-23perf trace: Remove unused bpf map 'syscalls'Leo Yan2-118/+0