summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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-10perf tests: Call test_attr__open() directlyJiri Olsa
2020-09-10perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain
2020-09-10perf metricgroup: Fix typo in comment.Ian Rogers
2020-09-10perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers
2020-09-09perf: Stop using deprecated bpf_program__title()Andrii Nakryiko
2020-09-09perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter
2020-09-04perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo
2020-09-04perf record: Add 'snapshot' control commandAdrian Hunter
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter
2020-09-04perf tools: Handle read errors from ctl_fdAdrian Hunter
2020-09-04perf tools: Consolidate --control option parsing into one functionAdrian Hunter
2020-09-04perf symbols: Try reading the symbol table with libbfdRemi Bernon
2020-09-04perf dso: Use libbfd to read build_id and .gnu_debuglink sectionRemi Bernon
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-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko
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