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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-23
perf symbols: Print symbol offsets conditionally
Namhyung Kim
3
-8
/
+12
2016-11-23
perf c2c: Support cascading options
Jiri Olsa
1
-12
/
+10
2016-11-23
perf c2c report: Display total HITMs on default
Jiri Olsa
2
-7
/
+36
2016-11-23
perf c2c report: Add struct c2c_stats::tot_hitm field
Jiri Olsa
2
-2
/
+11
2016-11-23
perf c2c report: Add -f/--force option
Jiri Olsa
2
-1
/
+7
2016-11-23
perf c2c report: Setup browser after opening perf.data
Jiri Olsa
1
-7
/
+8
2016-11-23
perf tools: Show event fd in debug output
Jiri Olsa
1
-2
/
+4
2016-11-23
tools lib traceevent: Add retrieval of preempt count and latency flags
Steven Rostedt
2
-2
/
+30
2016-11-23
tools lib traceevent: Use USECS_PER_SEC instead of hardcoded number
Steven Rostedt
2
-8
/
+6
2016-11-17
perf annotate: Add per arch instructions annotate handlers
Arnaldo Carvalho de Melo
3
-106
/
+198
2016-11-17
perf annotate: Allow arches to specify functions to skip
Arnaldo Carvalho de Melo
1
-4
/
+5
2016-11-17
perf annotate: Start supporting cross arch annotation
Arnaldo Carvalho de Melo
5
-23
/
+103
2016-11-15
Merge tag 'perf-core-for-mingo-20161114' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
21
-131
/
+634
2016-11-14
perf report: Show branch info in callchain entry for browser mode
Jin Yao
1
-2
/
+18
2016-11-14
perf report: Show branch info in callchain entry for stdio mode
Jin Yao
1
-4
/
+31
2016-11-14
perf report: Calculate and return the branch flag counting
Jin Yao
2
-1
/
+202
2016-11-14
perf report: Create a symbol_conf flag for showing branch flag counting
Jin Yao
2
-0
/
+4
2016-11-14
perf report: Add branch flag to callchain cursor node
Jin Yao
3
-18
/
+86
2016-11-14
perf config: Mark where are config items from (user or system)
Taeung Song
3
-3
/
+23
2016-11-14
perf config: Add support setting variables in a config file
Taeung Song
4
-7
/
+88
2016-11-14
perf config: Validate config variable arguments before trying use them
Taeung Song
1
-4
/
+41
2016-11-14
perf config: Add support for getting config key-value pairs
Taeung Song
2
-3
/
+55
2016-11-14
perf kvmti: Remove unused Makefile file
Jiri Olsa
1
-89
/
+0
2016-11-14
perf jvmti: Plug compilation into perf build
Jiri Olsa
4
-2
/
+58
2016-11-14
tools build: Add jvmti feature detection support
Jiri Olsa
2
-1
/
+18
2016-11-14
tools build: Add CFLAGS_REMOVE_* support
Jiri Olsa
2
-3
/
+7
2016-11-11
perf intel-pt: Update documentation about context switch events
Arnaldo Carvalho de Melo
1
-2
/
+17
2016-11-07
perf callchain: Fixup help/config for no-unwinding
Rabin Vincent
2
-6
/
+0
2016-10-28
Merge tag 'perf-core-for-mingo-20161028' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
20
-53
/
+130
2016-10-28
perf tools: Add missing object file to the python binding linkage list
Arnaldo Carvalho de Melo
2
-1
/
+2
2016-10-28
perf scripting: Don't die if scripting can't be setup, disable it
Arnaldo Carvalho de Melo
1
-18
/
+15
2016-10-28
perf scripting: Avoid leaking the scripting_context variable
Arnaldo Carvalho de Melo
1
-2
/
+4
2016-10-28
perf tools: Update x86's syscall_64.tbl, adding pkey_(alloc,free,mprotect)
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-10-28
tools: Update asm-generic/mman-common.h copy from the kernel
Arnaldo Carvalho de Melo
1
-0
/
+5
2016-10-28
perf bench mem: Ignore export.h related changes to mem{cpy,set}.S
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-10-28
perf list: Support matching by topic
Andi Kleen
1
-1
/
+3
2016-10-28
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
4
-7
/
+24
2016-10-25
perf sched map: Always show task comm with -v
Namhyung Kim
1
-1
/
+1
2016-10-25
perf sched map: Apply cpu color when there's an activity
Namhyung Kim
1
-1
/
+1
2016-10-25
perf sched: Make common options cascading
Namhyung Kim
1
-12
/
+12
2016-10-25
tools lib subcmd: Suppport cascading options
Namhyung Kim
2
-0
/
+16
2016-10-25
perf hist browser: Fix hierarchy column counts
Namhyung Kim
1
-1
/
+14
2016-10-25
perf bench futex: Sanitize numeric parameters
Davidlohr Bueso
6
-0
/
+20
2016-10-25
perf bench futex: Avoid worker cacheline bouncing
Davidlohr Bueso
2
-7
/
+8
2016-10-24
Merge tag 'perf-core-for-mingo-20161024' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
54
-273
/
+830
2016-10-24
perf coresight: Removing miscellaneous debug output
Mathieu Poirier
1
-2
/
+0
2016-10-24
perf list: Make vendor event matching case insensitive
Andi Kleen
3
-7
/
+19
2016-10-24
perf trace: Use the syscall raw_syscalls:sys_enter timestamp
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-10-24
perf trace: Remove thread_trace->exit_time
Arnaldo Carvalho de Melo
1
-3
/
+0
2016-10-24
perf bench futex: Cache align the worker struct
Sebastian Andrzej Siewior
1
-1
/
+4
[next]