summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2021-03-23perf tools: Fix various typos in commentsIngo Molnar38-73/+74
2021-03-15perf stat: Improve readability of shadow statsChangbin Du3-16/+22
2021-03-15perf evlist: Change the COMM when preparing the workloadArnaldo Carvalho de Melo1-0/+8
2021-03-09perf machine: Assign boolean values to a bool variableJiapeng Chong1-2/+2
2021-03-09perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo2-5/+3
2021-03-08perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of prin...Arnaldo Carvalho de Melo1-1/+1
2021-03-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo11-21/+74
2021-03-06perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo1-4/+3
2021-03-06perf report: Fix -F for branch & mem modesRavi Bangoria1-2/+2
2021-03-06perf stat: Fix use-after-free when -r option is usedNamhyung Kim1-0/+1
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao4-11/+59
2021-03-06perf tools: Fix event's PMU name parsingJiri Olsa1-1/+5
2021-03-06perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers1-0/+1
2021-03-06perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2-3/+3
2021-03-06perf annotate: Show full source location with 'l' hotkeyMartin Liska2-2/+12
2021-03-06perf config: Add annotate.demangle{,_kernel}Martin Liska1-0/+4
2021-03-06perf bpf: Minor whitespace cleanup.Ian Rogers1-1/+1
2021-03-06perf skel: Remove some unused variables.Ian Rogers1-2/+1
2021-03-02perf cs-etm: Detect pid in VMID for kernel running at EL2Suzuki K Poulose1-4/+34
2021-03-02perf cs-etm: Add helper cs_etm__get_pid_fmt()Leo Yan2-0/+43
2021-03-02perf cs-etm: Update ETM metadata formatMike Leach2-47/+218
2021-03-01perf tools: Generate mips syscalls_n64.c syscall tableTiezhu Yang1-0/+4
2021-03-01perf tools: Support MIPS unwinding and dwarf-regsTiezhu Yang1-0/+3
2021-02-18perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2-3/+6
2021-02-18perf symbol: Remove redundant libbfd checksNicholas Fraser1-9/+0
2021-02-18perf tools: Fix arm64 build error with gcc-11Jianlin Lv1-0/+7
2021-02-18perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter1-1/+21
2021-02-18perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter1-4/+7
2021-02-18perf intel-pt: Allow for a guest kernel address filterAdrian Hunter1-1/+7
2021-02-18perf intel-pt: Support decoding of guest kernelAdrian Hunter1-12/+69
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter3-22/+22
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter3-6/+11
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2-9/+53
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter4-16/+14
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2-0/+16
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2-1/+7
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter2-0/+21
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang3-14/+18
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter4-51/+230
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter3-0/+41
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter3-11/+17
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter1-0/+3
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby1-3/+8
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong2-0/+12
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li1-1/+1
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer6-2/+106
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby1-1/+15
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo4-10/+24
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan1-9/+60