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
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
1
-1
/
+1
2017-07-05
Merge tag 'perf-urgent-for-mingo-4.12-20170704' of git://git.kernel.org/pub/s...
Ingo Molnar
2
-1
/
+2
2017-07-04
perf unwind: Do not fail due to missing unwind support
Jiri Olsa
1
-1
/
+1
2017-07-04
perf evsel: Set attr.exclude_kernel when probing max attr.precise_ip
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-07-03
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
79
-600
/
+2350
2017-06-30
perf auxtrace: Add CPU filter support
Adrian Hunter
4
-0
/
+14
2017-06-30
perf intel-pt: Do not use TSC packets for calculating CPU cycles to TSC
Adrian Hunter
1
-0
/
+14
2017-06-30
perf intel-pt: Update documentation to include new ptwrite and power events
Adrian Hunter
1
-2
/
+40
2017-06-30
perf intel-pt: Add example script for power events and PTWRITE
Adrian Hunter
3
-0
/
+144
2017-06-30
perf intel-pt: Synthesize new power and "ptwrite" events
Adrian Hunter
1
-0
/
+283
2017-06-30
perf intel-pt: Move code in intel_pt_synth_events() to simplify attr setting
Adrian Hunter
1
-23
/
+22
2017-06-30
perf intel-pt: Factor out intel_pt_set_event_name()
Adrian Hunter
1
-8
/
+16
2017-06-30
perf intel-pt: Tidy messages into called function intel_pt_synth_event()
Adrian Hunter
1
-24
/
+18
2017-06-30
perf intel-pt: Tidy Intel PT evsel lookup into separate function
Adrian Hunter
1
-10
/
+15
2017-06-30
perf intel-pt: Join needlessly wrapped lines
Adrian Hunter
1
-4
/
+2
2017-06-30
perf intel-pt: Remove unused instructions_sample_period
Adrian Hunter
1
-2
/
+0
2017-06-30
perf intel-pt: Factor out common code synthesizing event samples
Adrian Hunter
1
-122
/
+100
2017-06-30
perf script: Add synthesized Intel PT power and ptwrite events
Adrian Hunter
2
-1
/
+231
2017-06-27
perf script: Add 'synth' field for synthesized event payloads
Adrian Hunter
2
-3
/
+23
2017-06-27
perf auxtrace: Add itrace option to output power events
Adrian Hunter
3
-2
/
+9
2017-06-27
perf auxtrace: Add itrace option to output ptwrite events
Adrian Hunter
3
-3
/
+10
2017-06-27
perf script: Add 'synth' event type for synthesized events
Adrian Hunter
2
-16
/
+61
2017-06-27
x86/insn: perf tools: Add new ptwrite instruction
Adrian Hunter
4
-1
/
+73
2017-06-27
perf jit: fix typo: "incalid" -> "invalid"
Colin Ian King
1
-1
/
+1
2017-06-27
perf tools: Kill die()
Arnaldo Carvalho de Melo
2
-27
/
+5
2017-06-27
perf config: Do not die when parsing u64 or int config values
Arnaldo Carvalho de Melo
6
-24
/
+34
2017-06-27
perf tools: Replace error() with pr_err()
Arnaldo Carvalho de Melo
11
-42
/
+28
2017-06-27
perf tools: Remove warning()
Arnaldo Carvalho de Melo
3
-36
/
+0
2017-06-27
perf event-parse: Use pr_warning()
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-06-27
perf config: Use pr_warning()
Arnaldo Carvalho de Melo
1
-4
/
+2
2017-06-27
perf help: Use pr_warning()
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-06-27
perf help: Elliminate dup code for reporting
Arnaldo Carvalho de Melo
1
-6
/
+8
2017-06-27
perf help: Introduce exec_failed() to avoid code duplication
Arnaldo Carvalho de Melo
1
-13
/
+9
2017-06-26
perf tests: Add platform dependency to test 15
Thomas Richter
1
-0
/
+48
2017-06-26
perf machine: Fix segfault for kernel.kptr_restrict=2
Jiri Olsa
1
-4
/
+6
2017-06-22
perf probe: Fix probe definition for inlined functions
Björn Töpel
1
-1
/
+1
2017-06-21
perf script: Fix message because field list option is -F not -f
Adrian Hunter
1
-1
/
+1
2017-06-21
perf tools: Fix message because cpu list option is -C not -c
Adrian Hunter
1
-1
/
+1
2017-06-21
perf intel-pt: Fix transactions_sample_type
Adrian Hunter
1
-0
/
+1
2017-06-21
perf intel-pt: Remove redundant initial_skip checks
Adrian Hunter
1
-6
/
+2
2017-06-21
perf intel-pt: Add decoder support for CBR events
Adrian Hunter
2
-0
/
+21
2017-06-21
perf intel-pt: Add reserved byte to CBR packet payload
Adrian Hunter
2
-2
/
+2
2017-06-21
perf intel-pt: Add decoder support for ptwrite and power event packets
Adrian Hunter
4
-8
/
+293
2017-06-21
perf intel-pt: Add documentation for new config terms
Adrian Hunter
1
-0
/
+36
2017-06-21
perf intel-pt: Add default config for pass-through branch enable
Adrian Hunter
1
-0
/
+5
2017-06-21
perf intel-pt: Allow decoding with branch tracing disabled
Adrian Hunter
3
-0
/
+28
2017-06-21
perf intel-pt: Add missing __fallthrough
Adrian Hunter
1
-1
/
+1
2017-06-21
perf intel-pt: Clear FUP flag on error
Adrian Hunter
1
-0
/
+2
2017-06-21
perf intel-pt: Use FUP always when scanning for an IP
Adrian Hunter
1
-8
/
+4
2017-06-21
perf intel-pt: Ensure never to set 'last_ip' when packet 'count' is zero
Adrian Hunter
1
-3
/
+5
[next]