summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * perf symbols: Resolve symbols against debug file firstJiri Slaby2021-02-171-1/+15
| * Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-164-10/+24
| |\
| | * 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
| * | 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
| * | perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers2021-02-121-33/+0
| * | perf tools: Replace lkml.org links with loreKees Cook2021-02-112-2/+2
| * | perf tests: Add daemon 'lock' testJiri Olsa2021-02-111-0/+38
| * | perf tests: Add daemon 'ping' command testJiri Olsa2021-02-111-0/+40
| * | perf tests: Add daemon 'signal' command testJiri Olsa2021-02-111-0/+40
| * | perf tests: Add daemon 'stop' command testJiri Olsa2021-02-111-0/+54
| * | perf tests: Add daemon reconfig testJiri Olsa2021-02-111-0/+119
| * | perf tests: Add daemon 'list' command testJiri Olsa2021-02-111-0/+184
| * | perf daemon: Add examples to man pageJiri Olsa2021-02-111-0/+98
| * | perf daemon: Add up time for daemon/session listJiri Olsa2021-02-111-0/+20
| * | perf daemon: Use control to stop sessionJiri Olsa2021-02-111-10/+46
| * | perf daemon: Add 'ping' commandJiri Olsa2021-02-112-0/+157
| * | perf daemon: Set control fifo for sessionJiri Olsa2021-02-112-1/+28
| * | perf daemon: Allow only one daemon over base directoryJiri Olsa2021-02-112-1/+77
| * | perf daemon: Add 'stop' commandJiri Olsa2021-02-112-0/+35
| * | perf daemon: Add 'signal' commandJiri Olsa2021-02-112-7/+77