summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu1-10/+10
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim2-0/+12
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim2-1/+2
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-03perf tools: Add bpf image check to __map__is_kmoduleJiri Olsa3-7/+24
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao1-0/+1
2020-09-03perf parse-events: Use uintptr_t when casting numbers to pointersArnaldo Carvalho de Melo1-4/+4
2020-09-01perf intel-pt: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-01perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-01perf parse-events: Avoid an uninitialized read when using fake PMUsIan Rogers1-13/+17
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter1-1/+1
2020-09-01perf parse-events: Set exclude_guest=1 for user-space countingJin Yao1-0/+3
2020-09-01perf tools: Use %zd for size_t printf formats on 32-bitChris Wilson2-2/+2
2020-08-21perf: arm-spe: Fix check error when synthesizing eventsWei Li1-3/+3
2020-08-21perf symbols: Add mwait_idle_with_hints.constprop.0 to the list of idle symbolsArnaldo Carvalho de Melo1-0/+1
2020-08-14perf build-ids: Fall back to debuginfod query if debuginfo not foundFrank Ch. Eigler1-0/+19
2020-08-14perf tools: Add general function to parse sublevel optionsChangbin Du4-44/+99
2020-08-13perf tools: Fix module symbol processingJiri Olsa2-5/+4
2020-08-13perf tools: Rename 'enum dso_kernel_type' to 'enum dso_space_type'Jiri Olsa7-35/+35
2020-08-06perf data: Add support to store time of day in CTF data conversionJiri Olsa2-20/+38
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa2-5/+5
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa3-0/+126
2020-08-06perf tools: Add clockid_name functionJiri Olsa2-0/+13
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa3-0/+118
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov1-2/+4
2020-08-06perf intel-pt: Add support for decoding PSB+ onlyAdrian Hunter1-0/+18
2020-08-06perf intel-pt: Add support for decoding FUP/TIP onlyAdrian Hunter3-5/+169
2020-08-06perf auxtrace: Add itrace 'q' option for quicker, less detailed decodingAdrian Hunter2-0/+6
2020-08-06perf intel-pt: Time filter logged perf eventsAdrian Hunter1-3/+16
2020-08-06perf intel-pt: Use itrace debug log flags to suppress some messagesAdrian Hunter1-7/+10
2020-08-06perf auxtrace: Add optional log flags to the itrace 'd' optionAdrian Hunter2-1/+12
2020-08-06perf intel-pt: Use itrace error flags to suppress some errorsAdrian Hunter1-0/+9
2020-08-06perf auxtrace: Add optional error flags to the itrace 'e' optionAdrian Hunter2-1/+55
2020-08-06perf auxtrace: Add missing itrace options to help textAdrian Hunter1-1/+5
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter1-0/+4
2020-08-06perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-06perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov1-0/+2
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov1-1/+1
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov1-0/+2