summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Use build_id object in dsoJiri Olsa2020-10-1412-24/+29
* perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-132-1/+3
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-133-23/+62
|\
| * perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-10-011-1/+1
| * perf metricgroup: Fix uncore metric expressionsIan Rogers2020-09-171-19/+56
| * perf parse-event: Release cpu_map refcount if evsel alloc failedNamhyung Kim2020-09-171-1/+3
| * perf parse-event: Fix cpu map refcountingNamhyung Kim2020-09-171-2/+2
* | perf inject: Do not load map/dso when injecting build-idNamhyung Kim2020-10-132-16/+15
* | perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-131-0/+4
* | perf parse-events: Reduce casts around bp_addrIan Rogers2020-09-283-7/+7
* | perf tools: Allow creation of cgroup without openNamhyung Kim2020-09-282-8/+13
* | perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-287-2/+147
* | perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-283-0/+81
* | perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-282-39/+158
* | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-222-5/+13
* | perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2020-09-222-3/+14
* | perf tsc: Move out common functions from x86Leo Yan2020-09-222-8/+71
* | perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-183-8/+118
* | perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu2020-09-181-3/+5
* | perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter2020-09-171-4/+4
* | perf script: Display negative tid in non-sample eventsAdrian Hunter2020-09-171-1/+1
* | perf stat: Support new per thread TopDown metricsAndi Kleen2020-09-173-0/+101
* | perf record: Support sample-read topdown metric groupKan Liang2020-09-173-1/+9
* | perf tools: Rename group to topdownKan Liang2020-09-173-2/+58
* | perf machine: Add machine__for_each_dso() functionJiri Olsa2020-09-172-0/+16
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-178-39/+96
|\|
| * perf stat: Fix the ratio comments of miss-eventsQi Liu2020-09-161-10/+10
| * perf test: Free formats for perf pmu parse testNamhyung Kim2020-09-152-0/+12
| * perf metric: Do not free metric when failed to resolveNamhyung Kim2020-09-151-3/+6
| * perf metric: Free metric when it failed to resolveNamhyung Kim2020-09-151-5/+12
| * perf metric: Release expr_parse_ctx after testingNamhyung Kim2020-09-151-3/+5
| * perf parse-event: Fix memory leak in evsel->unitNamhyung Kim2020-09-151-1/+1
| * perf evlist: Fix cpu/thread map leakNamhyung Kim2020-09-151-3/+8
| * perf metric: Fix some memory leaks - part 2Namhyung Kim2020-09-151-0/+2
| * perf metric: Fix some memory leaksNamhyung Kim2020-09-151-2/+5
| * perf test: Free aliases for PMU event map aliases testNamhyung Kim2020-09-152-1/+2
| * perf record: Don't clear event's period if set by a termIan Rogers2020-09-141-8/+26
| * perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian2020-09-141-2/+1
| * perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp2020-09-141-1/+6
* | perf tests: Call test_attr__open() directlyJiri Olsa2020-09-103-1/+12
* | perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain2020-09-102-4/+4
* | perf metricgroup: Fix typo in comment.Ian Rogers2020-09-101-1/+1
* | perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers2020-09-101-1/+0
* | perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim2020-09-091-4/+6
* | perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter2020-09-042-0/+11
* | perf annotate: Allow configuring the 'disassembler_style' knob via 'perf config'Arnaldo Carvalho de Melo2020-09-041-0/+2
* | perf record: Add 'snapshot' control commandAdrian Hunter2020-09-042-3/+13
* | perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter2020-09-044-3/+56
* | perf tools: Handle read errors from ctl_fdAdrian Hunter2020-09-041-5/+11
* | perf tools: Consolidate --control option parsing into one functionAdrian Hunter2020-09-042-0/+25