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-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
2020-05-28
perf script: Fix --call-trace for Intel PT
Adrian Hunter
1
-4
/
+15
2020-05-28
perf evlist: Disable 'immediate' events last
Adrian Hunter
1
-10
/
+21
2020-05-28
perf kcore_copy: Fix module map when there are no modules loaded
Adrian Hunter
1
-0
/
+7
2020-05-28
perf jvmti: Fix demangling Java symbols
Nick Gasson
1
-6
/
+7
2020-05-28
perf tests: Add test for the java demangler
Nick Gasson
4
-0
/
+48
2020-05-28
perf jvmti: Do not report error when missing debug information
Nick Gasson
1
-2
/
+11
2020-05-28
perf jvmti: Fix jitdump for methods without debug info
Nick Gasson
1
-11
/
+0
2020-05-28
perf symbols: Fix debuginfo search for Ubuntu
Adrian Hunter
4
-0
/
+20
2020-05-28
perf parse: Add 'struct parse_events_state' pointer to scanner
Jiri Olsa
3
-10
/
+14
2020-05-28
perf stat: Do not pass avg to generic_metric
Jiri Olsa
1
-8
/
+2
2020-05-28
perf tests: Consider subtests when searching for user specified tests
Jiri Olsa
1
-8
/
+26
2020-05-28
perf list: Add metrics to command line usage
Ian Rogers
1
-1
/
+1
2020-05-28
perf script: Don't force less for non tty output with --xed
Andi Kleen
1
-1
/
+4
2020-05-28
perf metricgroup: Remove unnecessary ',' from events
Ian Rogers
1
-2
/
+7
2020-05-28
perf metricgroup: Add options to not group or merge
Ian Rogers
5
-19
/
+87
2020-05-28
perf metricgroup: Remove duped metric group events
Ian Rogers
1
-29
/
+62
2020-05-28
perf metricgroup: Order event groups by size
Ian Rogers
1
-1
/
+15
2020-05-28
perf metricgroup: Delay events string creation
Ian Rogers
1
-12
/
+21
2020-05-28
perf metricgroup: Use early return in add_metric
Ian Rogers
1
-7
/
+15
2020-05-28
perf metricgroup: Always place duration_time last
Ian Rogers
1
-9
/
+9
2020-05-28
perf metricgroup: Free metric_events on error
Ian Rogers
1
-0
/
+3
2020-05-28
perf util: Fix potential SEGFAULT in put_tracepoints_path error path
Li Bin
1
-1
/
+1
2020-05-28
perf util: Fix memory leak of prefix_if_not_in
Xie XiuQi
1
-1
/
+1
2020-05-28
perf ftrace: Detect workload failure
Changbin Du
1
-2
/
+11
2020-05-28
perf ftrace: Trace system wide if no target is given
Changbin Du
1
-1
/
+1
[next]