summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | perf tools: Add test_generic_metric functionJiri Olsa2020-06-222-0/+17
| * | | | perf tools: Release metric_events rblistJiri Olsa2020-06-223-0/+21
| * | | | perf tools: Factor out prepare_metric functionJiri Olsa2020-06-221-19/+34
| * | | | perf tools: Add metricgroup__parse_groups_test functionJiri Olsa2020-06-222-0/+20
| * | | | perf tools: Add map to parse_groups() functionJiri Olsa2020-06-221-10/+13
| * | | | perf tools: Add fake_pmu to parse_group() functionJiri Olsa2020-06-221-2/+3
| * | | | perf parse: Factor out parse_groups() functionJiri Olsa2020-06-221-6/+16
| * | | | perf tests: Add another metric parsing testJiri Olsa2020-06-221-3/+114
| * | | | perf pmu: Add a perf_pmu__fake object to use with __parse_events()Arnaldo Carvalho de Melo2020-06-222-0/+4
| * | | | perf parse: Provide a way to pass a fake_pmu to parse_events()Arnaldo Carvalho de Melo2020-06-222-9/+17
| * | | | perf tests: Factor check_parse_id functionJiri Olsa2020-06-221-6/+14
| * | | | perf tools: Add fake pmu supportJiri Olsa2020-06-224-8/+50
| * | | | perf annotate: Remove unneeded conversion to boolJason Yan2020-06-221-1/+1
* | | | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-071-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | KVM: PPC: Fix typo on H_DISABLE_AND_GET hcallLeonardo Bras2020-07-231-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-022-5/+6
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf tools: Fix record failure when mixed with ARM SPE eventWei Li2020-07-311-4/+4
| * | | | perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-07-311-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-5/+9
|\| | | |
| * | | | s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter2020-07-211-1/+1
| * | | | perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo2020-07-171-4/+8
| | |_|/ | |/| |
* / | | net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-193-6/+6
|/ / /
* | | perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
* | | perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
* | | perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
* | | perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3
* | | perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-061-6/+11
* | | perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
* | | perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
* | | perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
* | | perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
* | | perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-035-16/+29
* | | perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
| |/ |/|
* | perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr2020-06-221-3/+5
|/
* perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang2020-06-181-0/+12
* perf script: Initialize zstd_dataMilian Wolff2020-06-171-0/+3
* perf pmu: Remove unused declarationIan Rogers2020-06-101-1/+0
* perf parse-events: Fix an old style declarationIan Rogers2020-06-091-1/+1
* perf parse-events: Fix an incompatible pointerIan Rogers2020-06-091-1/+1
* perf bpf: Fix bpf prologue generationSumanth Korikkar2020-06-091-4/+10
* perf probe: Fix user attribute access in kprobesSumanth Korikkar2020-06-092-3/+6
* perf stat: Fix NULL pointer dereferenceHongbo Yao2020-06-091-2/+2
* perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh2020-06-091-2/+1
* perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo2020-06-091-0/+1
* tools headers API: Update faccessat2 affected filesArnaldo Carvalho de Melo2020-06-091-0/+1
* perf tools: Remove some duplicated includesTiezhu Yang2020-06-025-5/+0
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-021-0/+2
* perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa2020-06-021-0/+55
* perf libdw: Fix off-by 1 relative directory includesIan Rogers2020-06-013-9/+9
* perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-015-43/+1097