summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf list: JSON escape encoding improvementsIan Rogers2022-11-241-42/+67
* perf list: Support newlines in wordwrapIan Rogers2022-11-241-4/+7
* perf symbol: correction while adjusting symbolAjay Kaher2022-11-241-1/+1
* perf vendor events intel: Update events and metrics for alderlakeZhengjun Xing2022-11-2411-2691/+1525
* perf vendor events intel: Add metrics for Alderlake-NZhengjun Xing2022-11-241-0/+583
* perf vendor events intel: Add uncore event list for Alderlake-NZhengjun Xing2022-11-242-0/+208
* perf vendor events intel: Add core event list for Alderlake-NZhengjun Xing2022-11-248-1/+1075
* perf stat: Tidy up JSON metric-only output when no metricsNamhyung Kim2022-11-241-10/+17
* perf stat: Rename "aggregate-number" to "cpu-count" in JSONNamhyung Kim2022-11-241-4/+4
* perf stat: Fix JSON output in metric-only modeNamhyung Kim2022-11-241-18/+24
* perf stat: Pass through 'struct outstate'Namhyung Kim2022-11-244-63/+50
* perf stat: Do not pass runtime_stat to printout()Namhyung Kim2022-11-241-5/+4
* perf stat: Pass struct outstate to printout()Namhyung Kim2022-11-241-20/+18
* perf stat: Pass 'struct outstate' to print_metric_begin()Namhyung Kim2022-11-241-22/+28
* perf stat: Use 'struct outstate' in evlist__print_counters()Namhyung Kim2022-11-241-11/+14
* perf stat: Pass const char *prefix to display routinesNamhyung Kim2022-11-242-10/+10
* perf stat: Remove metric_only argument in print_counter_aggrdata()Namhyung Kim2022-11-241-11/+6
* perf stat: Remove prefix argument in print_metric_headers()Namhyung Kim2022-11-241-16/+10
* perf stat: Use scnprintf() in prepare_interval()Namhyung Kim2022-11-241-10/+10
* perf stat: Do not align time prefix in CSV outputNamhyung Kim2022-11-241-3/+6
* perf stat: Move summary prefix printing logic in CSV outputNamhyung Kim2022-11-241-7/+7
* perf stat: Fix cgroup display in JSON outputNamhyung Kim2022-11-241-1/+1
* perf lock contention: Do not use BPF task local storageNamhyung Kim2022-11-232-12/+23
* MAINTAINERS: Update John Garry's email address for arm64 perf toolingJohn Garry2022-11-231-1/+1
* perf test: Fix record test on KVM guestsMichael Petlan2022-11-231-1/+1
* perf inject: Set PERF_RECORD_MISC_BUILD_ID_SIZENamhyung Kim2022-11-231-1/+2
* perf test: Skip watchpoint tests if no watchpoints availableNaveen N. Rao2022-11-231-5/+7
* perf trace: Remove unused bpf map 'syscalls'Leo Yan2022-11-232-118/+0
* perf augmented_raw_syscalls: Remove unused variable 'syscall'Leo Yan2022-11-231-1/+0
* perf trace: Handle failure when trace point folder is missedLeo Yan2022-11-231-7/+10
* perf trace: Return error if a system call doesn't existLeo Yan2022-11-231-2/+2
* perf trace: Use macro RAW_SYSCALL_ARGS_NUM to replace numberLeo Yan2022-11-231-4/+7
* perf list: Add JSON output optionIan Rogers2022-11-232-67/+245
* perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers2022-11-237-512/+624
* perf build: Fix LIBTRACEEVENT_DYNAMICIan Rogers2022-11-232-4/+24
* perf test: Replace data symbol test workload with datasymNamhyung Kim2022-11-231-28/+1
* perf test: Add 'datasym' test workloadNamhyung Kim2022-11-234-0/+28
* perf test: Replace brstack test workloadNamhyung Kim2022-11-231-54/+12
* perf test: Add 'brstack' test workloadNamhyung Kim2022-11-234-0/+44
* perf test: Replace arm spe fork test workload with sqrtloopNamhyung Kim2022-11-231-43/+1
* perf test: Add 'sqrtloop' test workloadNamhyung Kim2022-11-234-0/+49
* perf test: Replace arm callgraph fp test workload with leafloopNamhyung Kim2022-11-231-31/+3
* perf test: Add 'leafloop' test workloadNamhyung Kim2022-11-234-0/+39
* perf test: Replace record test workload with thloopNamhyung Kim2022-11-201-56/+3
* perf test: Add 'thloop' test workloadNamhyung Kim2022-11-204-0/+56
* perf test: Replace pipe test workload with noploopNamhyung Kim2022-11-201-45/+10
* perf test: Add -w/--workload optionNamhyung Kim2022-11-205-0/+83
* tools lib traceevent: Make install_headers clearerIan Rogers2022-11-201-2/+2
* tools lib subcmd: Make install_headers clearerIan Rogers2022-11-201-1/+1
* tools lib perf: Make install_headers clearerIan Rogers2022-11-201-1/+1