index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
Kconfig.freezer
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-06
perf config: Fix build with older toolchain.
Vinson Lee
1
-3
/
+3
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
2016-03-31
x86/perf/intel/cstate: Sanitize error handling
Thomas Gleixner
1
-23
/
+27
2016-03-31
x86/perf/intel/cstate: Sanitize probing
Thomas Gleixner
1
-199
/
+160
2016-03-31
x86/perf/intel/cstate: Make cstate hotplug handling actually work
Thomas Gleixner
1
-69
/
+53
2016-03-31
x86/perf/intel/rapl: Make the Intel RAPL PMU driver modular
Kan Liang
3
-40
/
+92
2016-03-31
x86/perf/intel/uncore: Make the Intel uncore PMU driver modular
Kan Liang
5
-100
/
+148
2016-03-31
perf/x86/amd/ibs: Fix pmu::stop() nesting
Peter Zijlstra
1
-7
/
+45
2016-03-31
perf/core: Don't leak event in the syscall error path
Alexander Shishkin
1
-0
/
+1
2016-03-31
perf/core: Fix time tracking bug with multiplexing
Peter Zijlstra
1
-2
/
+12
2016-03-30
perf jit: genelf makes assumptions about endian
Anton Blanchard
1
-14
/
+10
2016-03-30
perf hists: Fix determination of a callchain node's childlessness
Andres Freund
1
-1
/
+1
2016-03-30
perf tools: Add support for skipping itrace instructions
Andi Kleen
6
-2
/
+49
2016-03-30
perf script perl: Perl scripts now get a backtrace, like the python ones
Dima Kogan
1
-8
/
+106
2016-03-30
perf config: Rename 'v' to 'home' in set_buildid_dir()
Taeung Song
1
-3
/
+4
2016-03-30
perf config: Rework buildid_dir_command_config to perf_buildid_config
Taeung Song
1
-32
/
+18
2016-03-30
perf config: Remove duplicated set_buildid_dir calls
Taeung Song
1
-2
/
+1
2016-03-30
perf tests: Add test to check for event times
Jiri Olsa
4
-0
/
+242
2016-03-30
perf tools: Make -f/--force option documentation consistent across tools
Jiri Olsa
4
-3
/
+7
2016-03-30
perf tools: Make hists__collapse_insert_entry static
Jiri Olsa
2
-4
/
+3
2016-03-30
perf mem: Add -U/-K (--all-user/--all-kernel) options
Jiri Olsa
2
-1
/
+18
2016-03-30
perf tools: Add missing initialization of perf_sample.cpumode in synthesized ...
Arnaldo Carvalho de Melo
4
-7
/
+22
2016-03-28
perf tools: Fix build break on powerpc
Sukadev Bhattiprolu
1
-0
/
+2
2016-03-25
perf/x86: Move events_sysfs_show() outside CPU_SUP_INTEL
Huang Rui
1
-3
/
+3
2016-03-24
perf bench: Fix detached tarball building due to missing 'perf bench memcpy' ...
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-03-24
perf tests: Fix tarpkg build test error output redirection
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-03-23
perf llvm: Use strerror_r instead of the thread unsafe strerror one
Arnaldo Carvalho de Melo
1
-3
/
+4
[next]