summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter5-18/+16
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter3-0/+17
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter3-1/+9
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter3-0/+23
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim1-1/+1
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang4-14/+43
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter7-53/+251
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 Jihong3-1/+13
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mp DDR PerfJoakim Zhang2-0/+503
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mq DDR PerfJoakim Zhang2-0/+55
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mn DDR PerfJoakim Zhang2-0/+55
2021-02-18perf vendor events arm64: Fix indentation of brackets in imx8mm metricsJoakim Zhang1-2/+2
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška1-1/+1
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li1-1/+1
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer11-11/+156
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby1-1/+15
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
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
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan1-0/+30
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan1-20/+30
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv1-0/+10
2021-02-12perf symbols: Fix return value when loading PE DSONicholas Fraser1-1/+3
2021-02-12perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser1-7/+1
2021-02-12perf arm-spe: Store operation type in packetLeo Yan2-0/+12
2021-02-12perf arm-spe: Store memory address in packetLeo Yan2-0/+6
2021-02-12perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan1-1/+1
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers9-9/+0
2021-02-12perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers1-33/+0
2021-02-11perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov1-2/+1
2021-02-11perf annotate: Fix jump parsing for C++ code.Martin Liška2-0/+9
2021-02-11perf tools: Replace lkml.org links with loreKees Cook2-2/+2
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa1-0/+38
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa1-0/+40
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa1-0/+54
2021-02-11perf tests: Add daemon reconfig testJiri Olsa1-0/+119
2021-02-11perf tests: Add daemon 'list' command testJiri Olsa1-0/+184
2021-02-11perf daemon: Add examples to man pageJiri Olsa1-0/+98
2021-02-11perf daemon: Add up time for daemon/session listJiri Olsa1-0/+20
2021-02-11perf daemon: Use control to stop sessionJiri Olsa1-10/+46
2021-02-11perf daemon: Add 'ping' commandJiri Olsa2-0/+157
2021-02-11perf daemon: Set control fifo for sessionJiri Olsa2-1/+28
2021-02-11perf daemon: Allow only one daemon over base directoryJiri Olsa2-1/+77
2021-02-11perf daemon: Add 'stop' commandJiri Olsa2-0/+35