summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-1756-243/+1874
|\
| * perf streams: Report hot streamsJin Yao2020-10-144-0/+141
| * perf streams: Calculate the sum of total streams hitsJin Yao2020-10-144-0/+38
| * perf streams: Link stream pairJin Yao2020-10-142-0/+44
| * perf streams: Compare two streamsJin Yao2020-10-142-0/+58
| * perf streams: Get the evsel_streams by evsel_idxJin Yao2020-10-142-0/+16
| * perf streams: Introduce branch history "streams"Jin Yao2020-10-143-0/+195
| * perf tools: Add support for exclusive groups/eventsAndi Kleen2020-10-142-3/+10
| * perf tools: Align buildid list output for short build idsJiri Olsa2020-10-143-4/+5
| * perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-142-6/+12
| * perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa2020-10-144-6/+11
| * perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-145-6/+8
| * perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-1410-31/+39
| * perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-146-23/+16
| * perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-146-32/+38
| * 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 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