summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | perf symbol: Remove redundant libbfd checksNicholas Fraser2021-02-181-9/+0
| * | | | | | | perf test: Output the sub testing result in cs-etmLeo Yan2021-02-181-10/+14
| * | | | | | | perf test: Suppress logs in cs-etm testingLeo Yan2021-02-181-12/+9
| * | | | | | | perf tools: Fix arm64 build error with gcc-11Jianlin Lv2021-02-188-7/+14
| * | | | | | | perf intel-pt: Add documentation for tracing virtual machinesAdrian Hunter2021-02-181-0/+82
| * | | | | | | perf intel-pt: Split VM-Entry and VM-Exit branchesAdrian Hunter2021-02-181-1/+21
| * | | | | | | perf intel-pt: Adjust sample flags for VM-ExitAdrian Hunter2021-02-181-4/+7
| * | | | | | | perf intel-pt: Allow for a guest kernel address filterAdrian Hunter2021-02-181-1/+7
| * | | | | | | perf intel-pt: Support decoding of guest kernelAdrian Hunter2021-02-181-12/+69
| * | | | | | | perf machine: Factor out machine__idle_thread()Adrian Hunter2021-02-183-22/+22
| * | | | | | | perf machine: Factor out machines__find_guest()Adrian Hunter2021-02-183-6/+11
| * | | | | | | perf intel-pt: Amend decoder to track the NR flagAdrian Hunter2021-02-182-9/+53
| * | | | | | | perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter2021-02-185-18/+16
| * | | | | | | perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter2021-02-183-0/+17
| * | | | | | | perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter2021-02-183-1/+9
| * | | | | | | perf auxtrace: Automatically group aux-output eventsAdrian Hunter2021-02-183-0/+23
| * | | | | | | perf test: Fix unaligned access in sample parsing testNamhyung Kim2021-02-181-1/+1
| * | | | | | | perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang2021-02-184-14/+43
| * | | | | | | perf intel-pt: Add PSB eventsAdrian Hunter2021-02-187-53/+251
| * | | | | | | perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter2021-02-183-0/+41
| * | | | | | | perf intel-pt: Fix premature IPCAdrian Hunter2021-02-183-11/+17
| * | | | | | | perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter2021-02-181-0/+3
| * | | | | | | perf unwind: Set userdata for all __report_module() pathsDave Rigby2021-02-181-3/+8
| * | | | | | | perf record: Fix continue profiling after draining the bufferYang Jihong2021-02-183-1/+13
| * | | | | | | perf tools: Simplify the calculation of variablesJiapeng Chong2021-02-181-1/+1
| * | | | | | | perf vendor events arm64: Add JSON metrics for imx8mp DDR PerfJoakim Zhang2021-02-182-0/+503
| * | | | | | | perf vendor events arm64: Add JSON metrics for imx8mq DDR PerfJoakim Zhang2021-02-182-0/+55
| * | | | | | | perf vendor events arm64: Add JSON metrics for imx8mn DDR PerfJoakim Zhang2021-02-182-0/+55
| * | | | | | | perf vendor events arm64: Fix indentation of brackets in imx8mm metricsJoakim Zhang2021-02-181-2/+2
| * | | | | | | perf annotate: Do not jump after 'k' is pressedMartin Liška2021-02-171-1/+1
| * | | | | | | perf metricgroup: Remove unneeded semicolonYang Li2021-02-171-1/+1
| * | | | | | | perf tools: Add OCaml demanglingFabian Hemmer2021-02-1711-11/+156
| * | | | | | | tools api fs: Cache cgroupfs mount pointNamhyung Kim2021-02-171-0/+19
| * | | | | | | tools api fs: Diet cgroupfs_find_mountpoint()Namhyung Kim2021-02-171-25/+45
| * | | | | | | tools api fs: Prefer cgroup v1 path in cgroupfs_find_mountpoint()Namhyung Kim2021-02-171-19/+15
| * | | | | | | perf symbols: Resolve symbols against debug file firstJiri Slaby2021-02-171-1/+15
| * | | | | | | Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-1617-32/+1311
| |\ \ \ \ \ \ \
| | * | | | | | | perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv2021-02-121-0/+10
| | * | | | | | | perf symbols: Fix return value when loading PE DSONicholas Fraser2021-02-121-1/+3
| | * | | | | | | perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser2021-02-121-7/+1
| | * | | | | | | perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov2021-02-111-2/+1
| | * | | | | | | perf annotate: Fix jump parsing for C++ code.Martin Liška2021-02-112-0/+9
| | * | | | | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-02-111-0/+3
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | perf arm-spe: Set sample's data source fieldLeo Yan2021-02-161-9/+60
| * | | | | | | perf arm-spe: Synthesize memory eventLeo Yan2021-02-161-0/+30
| * | | | | | | perf arm-spe: Fill address info for samplesLeo Yan2021-02-161-20/+30
| * | | | | | | perf arm-spe: Store operation type in packetLeo Yan2021-02-122-0/+12
| * | | | | | | perf arm-spe: Store memory address in packetLeo Yan2021-02-122-0/+6
| * | | | | | | perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan2021-02-121-1/+1
| * | | | | | | perf env: Remove unneeded internal/cpumap inclusionsIan Rogers2021-02-129-9/+0