index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-21
s390/cpum_cf,perf: change DFLT_CCERROR counter name
Thomas Richter
1
-1
/
+1
2020-07-17
perf tools: Sync hashmap.h with libbpf's
Arnaldo Carvalho de Melo
1
-4
/
+8
2020-07-06
perf report TUI: Remove needless 'dummy' event from menu
Arnaldo Carvalho de Melo
1
-1
/
+18
2020-07-06
perf intel-pt: Fix PEBS sample for XMM registers
Adrian Hunter
1
-2
/
+3
2020-07-06
perf intel-pt: Fix displaying PEBS-via-PT with registers
Adrian Hunter
1
-1
/
+1
2020-07-06
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
2
-2
/
+3
2020-07-06
perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()
Wei Li
1
-6
/
+11
2020-07-03
perf scripts python: exported-sql-viewer.py: Fix time chart call tree
Adrian Hunter
1
-0
/
+4
2020-07-03
perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...
Adrian Hunter
1
-1
/
+2
2020-07-03
perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...
Adrian Hunter
1
-1
/
+2
2020-07-03
perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' result
Adrian Hunter
1
-0
/
+1
2020-07-03
perf record: Fix duplicated sideband events with Intel PT system wide tracing
Adrian Hunter
5
-16
/
+29
2020-07-03
perf scripts python: export-to-postgresql.py: Fix struct.pack() int argument
Adrian Hunter
1
-1
/
+1
2020-06-22
perf flamegraph: Explicitly set utf-8 encoding
Andreas Gerstmayr
1
-3
/
+5
2020-06-18
perf build: Fix error message when asking for -fsanitize=address without requ...
Tiezhu Yang
1
-0
/
+12
2020-06-17
perf script: Initialize zstd_data
Milian Wolff
1
-0
/
+3
2020-06-10
perf pmu: Remove unused declaration
Ian Rogers
1
-1
/
+0
2020-06-09
perf parse-events: Fix an old style declaration
Ian Rogers
1
-1
/
+1
2020-06-09
perf parse-events: Fix an incompatible pointer
Ian Rogers
1
-1
/
+1
2020-06-09
perf bpf: Fix bpf prologue generation
Sumanth Korikkar
1
-4
/
+10
2020-06-09
perf probe: Fix user attribute access in kprobes
Sumanth Korikkar
2
-3
/
+6
2020-06-09
perf stat: Fix NULL pointer dereference
Hongbo Yao
1
-2
/
+2
2020-06-09
perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()
Gaurav Singh
1
-2
/
+1
2020-06-09
perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argument
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-06-09
tools headers API: Update faccessat2 affected files
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-06-02
perf tools: Remove some duplicated includes
Tiezhu Yang
5
-5
/
+0
2020-06-02
perf symbols: Fix kernel maps for kcore and eBPF
Adrian Hunter
1
-0
/
+2
2020-06-02
perf stat: Ensure group is defined on top of the same cpu mask
Jiri Olsa
1
-0
/
+55
2020-06-01
perf libdw: Fix off-by 1 relative directory includes
Ian Rogers
3
-9
/
+9
2020-06-01
perf arm-spe: Support synthetic events
Tan Xiaojun
5
-43
/
+1097
2020-06-01
perf auxtrace: Add four itrace options
Tan Xiaojun
3
-2
/
+36
2020-06-01
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun
5
-2
/
+3
2020-06-01
perf test: Initialize memory in dwarf-unwind
Ian Rogers
2
-0
/
+9
2020-06-01
perf tests: Don't tail call optimize in unwind test
Ian Rogers
1
-5
/
+5
2020-05-29
perf build: Add a LIBPFM4=1 build test entry
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-05-29
perf tools: Add optional support for libpfm4
Stephane Eranian
19
-8
/
+631
2020-05-29
perf tools: Correct license on jsmn JSON parser
Ed Maste
1
-1
/
+1
2020-05-29
perf jit: Fix inaccurate DWARF line table
Nick Gasson
1
-2
/
+2
2020-05-29
perf jvmti: Remove redundant jitdump line table entries
Nick Gasson
1
-45
/
+33
2020-05-29
perf build: Add NO_SDT=1 to the default set of build tests
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-05-29
perf build: Add NO_LIBCRYPTO=1 to the default set of build tests
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-05-29
perf build: Add NO_SYSCALL_TABLE=1 to the build tests
Arnaldo Carvalho de Melo
1
-1
/
+3
2020-05-29
perf build: Remove libaudit from the default feature checks
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-05-29
perf trace: Grow the syscall table as needed when using libaudit
Arnaldo Carvalho de Melo
1
-1
/
+27
2020-05-29
perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-05-29
perf trace: Remove union from syscalltbl, all the fields are needed
Arnaldo Carvalho de Melo
1
-8
/
+6
2020-05-29
perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variable
Arnaldo Carvalho de Melo
2
-11
/
+16
2020-05-29
perf build: Group the NO_SYSCALL_TABLE logic
Arnaldo Carvalho de Melo
1
-8
/
+15
2020-05-28
perf intel-pt: Refine kernel decoding only warning message
Adrian Hunter
1
-1
/
+2
2020-05-28
perf record: Respect --no-switch-events
Adrian Hunter
5
-5
/
+16
[next]