summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang2-0/+91
2020-04-18perf stat: Force error in fallback on :k eventsStephane Eranian1-0/+4
2020-04-18perf tools: Add support for leader-sampling with AUX area eventsAdrian Hunter1-6/+39
2020-04-18perf evlist: Allow multiple read formatsAdrian Hunter1-2/+4
2020-04-18perf evsel: Rearrange perf_evsel__config_leader_sampling()Adrian Hunter1-13/+13
2020-04-18perf evlist: Move leader-sampling configurationAdrian Hunter2-19/+29
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...Adrian Hunter3-19/+23
2020-04-16perf intel-pt: Add support for synthesizing callchains for regular eventsAdrian Hunter1-7/+61
2020-04-16perf evsel: Add support for synthesized sample typeAdrian Hunter1-1/+14
2020-04-16perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are setAdrian Hunter1-1/+1
2020-04-16perf thread-stack: Add thread_stack__sample_late()Adrian Hunter2-0/+60
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter3-2/+8
2020-04-16perf auxtrace: For reporting purposes, un-group AUX area eventAdrian Hunter1-5/+55
2020-04-16perf s390-cpumsf: Implement ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+10
2020-04-16perf cs-etm: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+11
2020-04-16perf arm-spe: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+9
2020-04-16perf intel-bts: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf intel-pt: Implement ->evsel_is_auxtrace() callbackAdrian Hunter1-0/+10
2020-04-16perf auxtrace: Add ->evsel_is_auxtrace() callbackAdrian Hunter2-0/+21
2020-04-16perf metrictroup: Split the metricgroup__add_metric functionKajol Jain1-25/+35
2020-04-16perf expr: Add expr_scanner_ctx objectJiri Olsa3-7/+13
2020-04-16perf expr: Add expr_ prefix for parse_ctx and parse_idJiri Olsa4-15/+15
2020-04-16perf synthetic-events: save 4kb from 2 stack framesIan Rogers1-12/+10
2020-04-16perf tools: Support CAP_PERFMON capabilityAlexey Budankov3-5/+10
2020-04-16perf annotate: Add basic support for bpf_imageJiri Olsa5-0/+34
2020-04-16perf machine: Set ksymbol dso as loaded on arrivalJiri Olsa1-0/+1
2020-04-16perf tools: Synthesize bpf_trampoline/dispatcher ksymbol eventJiri Olsa1-0/+93
2020-04-14perf stat: Fix no metric header if --per-socket and --metric-only setJin Yao1-2/+5
2020-04-14perf python: Check if clang supports -fno-semantic-interpositionArnaldo Carvalho de Melo1-0/+2
2020-04-03perf python: Fix clang detection to strip out options passed in $CCArnaldo Carvalho de Melo1-1/+1
2020-04-03perf script report: Fix SEGFAULT when using DWARF modeAndreas Gerstmayr1-0/+3
2020-04-03perf events parser: Add missing Intel CPU events to parserAdrian Hunter1-5/+7
2020-04-03perf script: Allow --symbol to accept hexadecimal addressesStephane Eranian1-4/+17
2020-04-03perf record: Add --all-cgroups optionNamhyung Kim3-1/+12
2020-04-03perf record: Support synthesizing cgroup eventsNamhyung Kim3-0/+124
2020-04-03perf report: Add 'cgroup' sort keyNamhyung Kim4-0/+53
2020-04-03perf cgroup: Maintain cgroup hierarchyNamhyung Kim5-5/+109
2020-04-03perf tools: Basic support for CGROUP eventNamhyung Kim9-0/+60
2020-04-03perf python: Include rwsem.c in the pythong bidingArnaldo Carvalho de Melo1-0/+1
2020-03-26perf parse-events: Add defensive NULL checkIan Rogers1-6/+5
2020-03-24perf dso: Fix dso comparisonRavi Bangoria1-1/+21
2020-03-24perf cpumap: Fix snprintf overflow checkChristophe JAILLET1-5/+5
2020-03-24perf pmu: Make pmu_uncore_alias_match() publicJohn Garry2-1/+2
2020-03-24perf pmu: Add is_pmu_core()John Garry2-0/+6
2020-03-24perf pmu: Refactor pmu_add_cpu_aliases()John Garry2-8/+16
2020-03-24perf metricgroup: Fix printing event names of metric group with multiple even...Kajol Jain1-19/+30
2020-03-24perf stat: Align the output for interval aggregation modeJin Yao1-3/+3
2020-03-24perf report: Support a new key to reload the browserJin Yao1-0/+1
2020-03-24perf report: Allow specifying event to be used as sort key in --group outputJin Yao1-0/+1
2020-03-24perf report: Support interactive annotation of code without symbolsJin Yao1-0/+1