summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorLines
2020-10-17Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds-243/+1874
2020-10-14perf streams: Report hot streamsJin Yao-0/+141
2020-10-14perf streams: Calculate the sum of total streams hitsJin Yao-0/+38
2020-10-14perf streams: Link stream pairJin Yao-0/+44
2020-10-14perf streams: Compare two streamsJin Yao-0/+58
2020-10-14perf streams: Get the evsel_streams by evsel_idxJin Yao-0/+16
2020-10-14perf streams: Introduce branch history "streams"Jin Yao-0/+195
2020-10-14perf tools: Add support for exclusive groups/eventsAndi Kleen-3/+10
2020-10-14perf tools: Align buildid list output for short build idsJiri Olsa-4/+5
2020-10-14perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa-6/+12
2020-10-14perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa-6/+11
2020-10-14perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa-6/+8
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa-31/+39
2020-10-14perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa-23/+16
2020-10-14perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa-32/+38
2020-10-14perf tools: Use build_id object in dsoJiri Olsa-24/+29
2020-10-13perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo-1/+3
2020-10-13Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo-23/+62
2020-10-13perf inject: Do not load map/dso when injecting build-idNamhyung Kim-16/+15
2020-10-13perf bench: Add build-id injection benchmarkNamhyung Kim-0/+4
2020-10-01perf python scripting: Fix printable strings in python3 scriptsJiri Olsa-1/+1
2020-09-28perf parse-events: Reduce casts around bp_addrIan Rogers-7/+7
2020-09-28perf tools: Allow creation of cgroup without openNamhyung Kim-8/+13
2020-09-28perf tools: Copy metric events properly when expand cgroupsNamhyung Kim-2/+147
2020-09-28perf stat: Add --for-each-cgroup optionNamhyung Kim-0/+81
2020-09-28perf evsel: Add evsel__clone() functionNamhyung Kim-39/+158
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-10/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-39/+96
2020-09-22perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan-5/+13
2020-09-22perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan-3/+14
2020-09-22perf tsc: Move out common functions from x86Leo Yan-8/+71
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu-8/+118
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu-3/+5
2020-09-17perf metricgroup: Fix uncore metric expressionsIan Rogers-19/+56
2020-09-17perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter-4/+4
2020-09-17perf script: Display negative tid in non-sample eventsAdrian Hunter-1/+1
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen-0/+101
2020-09-17perf record: Support sample-read topdown metric groupKan Liang-1/+9
2020-09-17perf tools: Rename group to topdownKan Liang-2/+58
2020-09-17perf machine: Add machine__for_each_dso() functionJiri Olsa-0/+16
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo-39/+96
2020-09-17perf parse-event: Release cpu_map refcount if evsel alloc failedNamhyung Kim-1/+3
2020-09-17perf parse-event: Fix cpu map refcountingNamhyung Kim-2/+2
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu-10/+10
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim-0/+12
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim-3/+5
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim-3/+8