summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf tools: Fix event's PMU name parsingJiri Olsa2021-03-061-1/+5
* | | perf daemon: Fix running test for non root userJiri Olsa2021-03-061-16/+16
* | | perf daemon: Fix control fifo permissionsJiri Olsa2021-03-061-2/+2
* | | perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro2021-03-061-1/+1
* | | perf tools: Fix documentation of verbose optionsIan Rogers2021-03-064-6/+6
* | | perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-061-0/+1
* | | perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev2021-03-061-13/+29
* | | perf diff: Don't crash on freeing errno-session on the error pathDmitry Safonov2021-03-061-1/+2
* | | perf tools: Clean 'generated' directory used for creating the syscall table o...Andreas Wendleder2021-03-061-5/+6
* | | perf build: Move feature cleanup under tools/buildJiri Olsa2021-03-061-9/+1
* | | perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-065-9/+9
* | | perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-15/+5
|/ /
* | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-22174-922/+6739
|\ \ | |/ |/|
| * perf buildid-cache: Don't skip 16-byte build-idsNicholas Fraser2021-02-182-3/+6
| * perf buildid-cache: Add test for 16-byte build-idNicholas Fraser2021-02-181-0/+6
| * 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
| * 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