index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
sg_pool.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-16
perf c2c report: Make calc_width work with struct c2c_hist_entry
Jiri Olsa
1
-5
/
+9
2018-03-16
perf c2c record: Record physical addresses in samples
Jiri Olsa
2
-2
/
+3
2018-03-16
perf tests: Add mem2node object test
Jiri Olsa
4
-0
/
+81
2018-03-16
perf tools: Add mem2node object
Jiri Olsa
3
-0
/
+154
2018-03-16
perf env: Free memory nodes data
Jiri Olsa
1
-0
/
+4
2018-03-16
perf/core: Clear sibling list of detached events
Mark Rutland
1
-1
/
+1
2018-03-16
perf: Fix sibling iteration
Peter Zijlstra
19
-40
/
+40
2018-03-13
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
5
-23
/
+80
2018-03-13
perf tests: Add breakpoint accounting/modify test
Jiri Olsa
4
-0
/
+201
2018-03-13
perf/core: Move perf_event_attr::sample_max_stack into perf_copy_attr()
Jiri Olsa
1
-3
/
+3
2018-03-13
hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()
Jiri Olsa
1
-2
/
+7
2018-03-13
hw_breakpoint: Factor out __modify_user_hw_breakpoint() function
Jiri Olsa
1
-17
/
+29
2018-03-13
hw_breakpoint: Add modify_bp_slot() function
Jiri Olsa
1
-7
/
+39
2018-03-13
hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()
Jiri Olsa
1
-10
/
+10
2018-03-13
hw_breakpoint: Pass bp_type directly as find_slot_idx() argument
Jiri Olsa
1
-5
/
+5
2018-03-12
perf/core: Fix installing cgroup events on CPU
leilei.lin
1
-11
/
+35
2018-03-12
perf/core: Optimize perf_rotate_context() event scheduling
Peter Zijlstra
1
-23
/
+37
2018-03-12
perf/core: Fix tree based event rotation
Peter Zijlstra
1
-26
/
+18
2018-03-12
perf/core: Simpify perf_event_groups_for_each()
Peter Zijlstra
1
-7
/
+7
2018-03-12
perf/core: Optimize ctx_sched_out()
Peter Zijlstra
2
-24
/
+34
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
19
-43
/
+36
2018-03-12
perf/core: Fix event schedule order
Peter Zijlstra
1
-49
/
+108
2018-03-12
perf/core: Cleanup the rb-tree code
Peter Zijlstra
1
-44
/
+40
2018-03-12
perf/cor: Use RB trees for pinned/flexible groups
Alexey Budankov
2
-56
/
+267
2018-03-12
perf/core: Fix perf_output_read_group()
Peter Zijlstra
1
-1
/
+2
2018-03-09
perf/x86/intel: Disable userspace RDPMC usage for large PEBS
Kan Liang
1
-1
/
+2
2018-03-09
perf/x86/intel: Fix PMU read for auto-reload
Kan Liang
1
-0
/
+9
2018-03-09
perf/x86/intel/ds: Introduce ->read() function for auto-reload events and flu...
Kan Liang
2
-0
/
+11
2018-03-09
perf/x86: Introduce a ->read() callback in 'struct x86_pmu'
Kan Liang
2
-0
/
+3
2018-03-09
perf/x86/intel: Fix event update for auto-reload
Kan Liang
2
-13
/
+94
2018-03-09
perf/x86/intel: Properly save/restore the PMU state in the NMI handler
Kan Liang
1
-1
/
+9
2018-03-09
perf/x86/intel: Fix large period handling on Broadwell CPUs
Kan Liang
2
-2
/
+2
2018-03-08
perf tools: Update quipper information
Stephane Eranian
1
-6
/
+1
2018-03-08
perf annotate: Handle s390 PC relative load and store instruction.
Thomas Richter
1
-0
/
+63
2018-03-08
perf annotate: Support to display the IPC/Cycle in TUI mode
Jin Yao
1
-6
/
+82
2018-03-08
perf report: Provide libtraceevent with a kernel symbol resolver
Wang YanQing
1
-0
/
+9
2018-03-08
perf build: Force llvm/clang test compile output to .make.output
Jiri Olsa
1
-3
/
+6
2018-03-08
perf build: Add llvm/clang make targets to FILES
Jiri Olsa
1
-1
/
+4
2018-03-08
perf build: Add llvm/clang/cxx make tests into FEATURE_TESTS_EXTRA
Jiri Olsa
1
-1
/
+5
2018-03-08
perf tools: Update tags with .cpp files
Jiri Olsa
1
-3
/
+3
2018-03-08
perf tools: Add MEM_TOPOLOGY feature to perf data file
Jiri Olsa
4
-1
/
+316
2018-03-08
perf c2c: Use mem_info refcnt logic
Jiri Olsa
1
-13
/
+11
2018-03-08
perf tools: Add refcnt into struct mem_info
Jiri Olsa
4
-6
/
+41
2018-03-08
perf record: Remove progname from struct record
Jiri Olsa
1
-3
/
+0
2018-03-08
perf record: Move machine variable down the function
Jiri Olsa
1
-3
/
+1
2018-03-08
perf report: Display perf.data header info
Jiri Olsa
1
-1
/
+6
2018-03-08
perf report: Fix the output for stdio events list
Jiri Olsa
4
-9
/
+34
2018-03-08
perf annotate: Fix s390 target function disassembly
Thomas Richter
2
-2
/
+53
2018-03-08
perf intel-pt: Adjust overlap-checking to support sampling mode
Adrian Hunter
1
-3
/
+4
2018-03-08
perf intel-pt: Remove a check for sampling mode
Adrian Hunter
1
-3
/
+0
[next]