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-04-11
perf bpf: Clone bpf stdout events in multiple bpf scripts
Wang Nan
4
-0
/
+158
2016-04-08
perf dwarf: Guard !x86_64 definitions under #ifdef else clause
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-30
/
+30
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-04-08
perf thread_map: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-08
perf script: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-36
/
+34
2016-04-08
perf symbols: Adjust symbol for shared objects
Wang Nan
1
-10
/
+3
2016-04-08
perf symbols: Record text offset in dso to calculate objdump address
Wang Nan
1
-0
/
+14
2016-04-08
perf tools: Build syscall table .c header from kernel's syscall_64.tbl
Arnaldo Carvalho de Melo
7
-5
/
+456
2016-04-08
perf tools: Allow generating per-arch syscall table arrays
Arnaldo Carvalho de Melo
2
-2
/
+91
2016-04-08
perf trace: Move syscall table id <-> name routines to separate class
Arnaldo Carvalho de Melo
4
-13
/
+71
2016-04-08
perf trace: Beautify mode_t arguments
Arnaldo Carvalho de Melo
2
-0
/
+71
2016-04-08
perf script: Process event update events
Jiri Olsa
1
-0
/
+1
2016-04-08
perf tools: Add dedicated unwind addr_space member into thread struct
Jiri Olsa
2
-16
/
+15
2016-04-07
perf tools: Introduce trim function
Jiri Olsa
3
-4
/
+7
2016-04-06
perf trace: Beautify pid_t arguments
Arnaldo Carvalho de Melo
2
-53
/
+75
2016-04-06
perf trace: Beautify set_tid_address, getpid, getppid return values
Arnaldo Carvalho de Melo
1
-0
/
+3
2016-04-06
perf trace: Infrastructure to show COMM strings for syscalls returning PIDs
Arnaldo Carvalho de Melo
1
-4
/
+15
2016-04-06
perf trace: Beautify wait4/waitid 'options' argument
Arnaldo Carvalho de Melo
2
-0
/
+31
2016-04-06
perf trace: Beautify sched_setscheduler 'policy' argument
Arnaldo Carvalho de Melo
2
-0
/
+48
2016-04-06
perf list: Document event specifications better
Andi Kleen
1
-1
/
+106
2016-04-06
perf tools: Remove superfluous ARCH Makefile includes
Jiri Olsa
2
-5
/
+0
2016-04-06
perf script perl: Do error checking on new backtrace routine
Arnaldo Carvalho de Melo
1
-9
/
+21
2016-04-06
perf probe: Check if dwarf_getlocations() is available
Arnaldo Carvalho de Melo
6
-0
/
+38
2016-04-06
perf config: Fix build with older toolchain.
Vinson Lee
1
-3
/
+3
2016-04-06
Merge tag 'perf-core-for-mingo-20160401' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
19
-41
/
+274
2016-04-01
perf bpf: Add sample types for 'bpf-output' event
Wang Nan
1
-1
/
+2
2016-04-01
perf trace: Don't set the base timestamp using events without PERF_SAMPLE_TIME
Arnaldo Carvalho de Melo
1
-2
/
+11
2016-04-01
perf trace: Introduce function to set the base timestamp
Arnaldo Carvalho de Melo
1
-5
/
+11
2016-04-01
perf tools: Fix PMU term format max value calculation
Kan Liang
1
-7
/
+6
2016-04-01
perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMP
Adrian Hunter
2
-0
/
+10
2016-04-01
perf jit: Add support for using TSC as a timestamp
Adrian Hunter
7
-28
/
+87
2016-03-31
perf tools: Add time conversion event
Adrian Hunter
9
-0
/
+75
2016-03-31
perf trace: Pretty print getrandom() args
Arnaldo Carvalho de Melo
1
-0
/
+26
2016-03-31
perf trace: Pretty print seccomp() args
Arnaldo Carvalho de Melo
1
-0
/
+47
2016-03-31
perf trace: Do not process PERF_RECORD_LOST twice
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-03-31
perf/ring_buffer: Prepare writing into the ring-buffer from the end
Wang Nan
1
-6
/
+36
2016-03-31
perf/core: Set event's default ::overflow_handler()
Wang Nan
4
-10
/
+18
2016-03-31
perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...
Wang Nan
4
-1
/
+34
2016-03-31
ftrace/perf: Check sample types only for sampling events
Jiri Olsa
1
-0
/
+3
2016-03-31
perf/x86/intel/bts: Move transaction start/stop to start/stop callbacks
Alexander Shishkin
1
-57
/
+48
2016-03-31
perf/x86/intel/pt: Move transaction start/stop to PMU start/stop callbacks
Alexander Shishkin
1
-58
/
+27
2016-03-31
perf/ring_buffer: Document AUX API usage
Alexander Shishkin
1
-0
/
+10
2016-03-31
perf/core: Free AUX pages in unmap path
Alexander Shishkin
3
-29
/
+129
2016-03-31
perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count drops
Alexander Shishkin
1
-0
/
+7
2016-03-31
perf/core: Verify we have a single perf_hw_context PMU
Peter Zijlstra
1
-0
/
+9
2016-03-31
perf/x86: Move Kconfig.perf and other perf configuration bits to events/Kconfig
Peter Zijlstra
2
-10
/
+10
2016-03-31
perf/x86/msr: Add AMD IRPERF (Instructions Retired) performance counter
Huang Rui
3
-11
/
+23
2016-03-31
perf/x86/msr: Add AMD PTSC (Performance Time-Stamp Counter) support
Huang Rui
3
-0
/
+10
2016-03-31
x86/perf/intel/cstate: Modularize driver
Thomas Gleixner
3
-4
/
+30
[next]