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