summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * | perf daemon: Add 'list' commandJiri Olsa2021-02-111-3/+85
| * | perf daemon: Add signalfd supportJiri Olsa2021-02-111-6/+155
| * | perf daemon: Add background supportJiri Olsa2021-02-112-0/+66
| * | perf daemon: Add config file change checkJiri Olsa2021-02-111-3/+97
| * | perf daemon: Add config file supportJiri Olsa2021-02-113-2/+393
| * | perf daemon: Add client socket supportJiri Olsa2021-02-111-0/+138
| * | perf daemon: Add server socket supportJiri Olsa2021-02-091-1/+116
| * | perf daemon: Add base optionJiri Olsa2021-02-092-0/+15
| * | perf daemon: Add config optionJiri Olsa2021-02-092-0/+48
| * | perf daemon: Add daemon commandJiri Olsa2021-02-096-0/+130
| * | perf script: Simplify bool conversionYang Li2021-02-091-2/+2
| * | perf arm64/s390: Fix printf conversion specifier for IP addressesArnaldo Carvalho de Melo2021-02-092-2/+4
| * | perf powerpc: Fix printf conversion specifier for IP addressesArnaldo Carvalho de Melo2021-02-091-1/+2
| * | perf script: Support filtering by hex addressJin Yao2021-02-085-1/+98
| * | perf intlist: Change 'struct intlist' int member to 'unsigned long'Jin Yao2021-02-083-17/+22
| * | perf stat: Use nftw() instead of ftw()Paul Cercueil2021-02-081-4/+4
| * | perf tools: Update topdown documentation for Sapphire RapidsKan Liang2021-02-081-4/+74
| * | perf stat: Support L2 Topdown eventsKan Liang2021-02-085-4/+149
| * | perf test: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-081-3/+11
| * | perf report: Support instruction latencyKan Liang2021-02-0810-11/+81
| * | perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang2021-02-088-10/+61
| * | perf c2c: Support data block and addr blockKan Liang2021-02-083-0/+11
| * | perf tools: Support data block and addr blockKan Liang2021-02-088-4/+70