summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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 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-12-02perf 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
2022-11-23perf augmented_raw_syscalls: Remove unused variable 'syscall'Leo Yan1-1/+0
2022-11-23perf trace: Handle failure when trace point folder is missedLeo Yan1-7/+10
2022-11-23perf trace: Return error if a system call doesn't existLeo Yan1-2/+2
2022-11-23perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan1-4/+7
2022-11-23perf list: Add JSON output optionIan Rogers2-67/+245
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers7-512/+624
2022-11-23perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers2-4/+24
2022-11-23perf test: Replace data symbol test workload with datasymNamhyung Kim1-28/+1
2022-11-23perf test: Add 'datasym' test workloadNamhyung Kim4-0/+28
2022-11-23perf test: Replace brstack test workloadNamhyung Kim1-54/+12
2022-11-23perf test: Add 'brstack' test workloadNamhyung Kim4-0/+44
2022-11-23perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim1-43/+1