aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found locallyMasami Hiramatsu3-8/+118
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu1-3/+5
2020-09-17perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter1-4/+4
2020-09-17perf script: Display negative tid in non-sample eventsAdrian Hunter1-1/+1
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen3-0/+101
2020-09-17perf record: Support sample-read topdown metric groupKan Liang3-1/+9
2020-09-17perf tools: Rename group to topdownKan Liang3-2/+58
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa2-0/+16
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo8-39/+96
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-10perf tests: Call test_attr__open() directlyJiri Olsa3-1/+12
2020-09-10perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtimeparam()Kajol Jain2-4/+4
2020-09-10perf metricgroup: Fix typo in comment.Ian Rogers1-1/+1
2020-09-10perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers1-1/+0
2020-09-09perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim1-4/+6
2020-09-04perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter2-0/+11
2020-09-04perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo1-0/+2
2020-09-04perf record: Add 'snapshot' control commandAdrian Hunter2-3/+13
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter4-3/+56
2020-09-04perf tools: Handle read errors from ctl_fdAdrian Hunter1-5/+11
2020-09-04perf tools: Consolidate --control option parsing into one functionAdrian Hunter2-0/+25
2020-09-04perf symbols: Try reading the symbol table with libbfdRemi Bernon2-0/+144
2020-09-04perf dso: Use libbfd to read build_id and .gnu_debuglink sectionRemi Bernon1-3/+77
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