aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2021-02-18perf machine: Factor out machine__idle_thread()Adrian Hunter
2021-02-18perf machine: Factor out machines__find_guest()Adrian Hunter
2021-02-18perf intel-pt: Amend decoder to track the NR flagAdrian Hunter
2021-02-18perf intel-pt: Retain the last PIP packet payload as isAdrian Hunter
2021-02-18perf intel_pt: Add vmlaunch and vmresume as branchesAdrian Hunter
2021-02-18perf script: Add branch types for VM-Entry and VM-ExitAdrian Hunter
2021-02-18perf auxtrace: Automatically group aux-output eventsAdrian Hunter
2021-02-18perf test: Fix unaligned access in sample parsing testNamhyung Kim
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang
2021-02-18perf intel-pt: Add PSB eventsAdrian Hunter
2021-02-18perf intel-pt: Fix IPC with CYC thresholdAdrian Hunter
2021-02-18perf intel-pt: Fix premature IPCAdrian Hunter
2021-02-18perf intel-pt: Fix missing CYC processing in PSBAdrian Hunter
2021-02-18perf unwind: Set userdata for all __report_module() pathsDave Rigby
2021-02-18perf record: Fix continue profiling after draining the bufferYang Jihong
2021-02-18perf tools: Simplify the calculation of variablesJiapeng Chong
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mp DDR PerfJoakim Zhang
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mq DDR PerfJoakim Zhang
2021-02-18perf vendor events arm64: Add JSON metrics for imx8mn DDR PerfJoakim Zhang
2021-02-18perf vendor events arm64: Fix indentation of brackets in imx8mm metricsJoakim Zhang
2021-02-17perf annotate: Do not jump after 'k' is pressedMartin Liška
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li
2021-02-17perf tools: Add OCaml demanglingFabian Hemmer
2021-02-17perf symbols: Resolve symbols against debug file firstJiri Slaby
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2021-02-16perf arm-spe: Set sample's data source fieldLeo Yan
2021-02-16perf arm-spe: Synthesize memory eventLeo Yan
2021-02-16perf arm-spe: Fill address info for samplesLeo Yan
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv
2021-02-12perf symbols: Fix return value when loading PE DSONicholas Fraser
2021-02-12perf symbols: Make dso__load_bfd_symbols() load PE files from debug cache onlyNicholas Fraser
2021-02-12perf arm-spe: Store operation type in packetLeo Yan
2021-02-12perf arm-spe: Store memory address in packetLeo Yan
2021-02-12perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRCLeo Yan
2021-02-12perf env: Remove unneeded internal/cpumap inclusionsIan Rogers
2021-02-12perf tools: Remove unused xyarray.c as it was moved to tools/lib/perfIan Rogers
2021-02-11perf symbols: Use (long) for iterator for bfd symbolsDmitry Safonov
2021-02-11perf annotate: Fix jump parsing for C++ code.Martin Liška
2021-02-11perf tools: Replace lkml.org links with loreKees Cook
2021-02-11perf tests: Add daemon 'lock' testJiri Olsa
2021-02-11perf tests: Add daemon 'ping' command testJiri Olsa
2021-02-11perf tests: Add daemon 'signal' command testJiri Olsa
2021-02-11perf tests: Add daemon 'stop' command testJiri Olsa
2021-02-11perf tests: Add daemon reconfig testJiri Olsa
2021-02-11perf tests: Add daemon 'list' command testJiri Olsa
2021-02-11perf daemon: Add examples to man pageJiri Olsa
2021-02-11perf daemon: Add up time for daemon/session listJiri Olsa
2021-02-11perf daemon: Use control to stop sessionJiri Olsa
2021-02-11perf daemon: Add 'ping' commandJiri Olsa
2021-02-11perf daemon: Set control fifo for sessionJiri Olsa