index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-16
perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
John Garry
2
-1
/
+1
2018-03-16
perf vendor events: Add support for pmu events vendor subdirectory
John Garry
2
-6
/
+66
2018-03-16
perf vendor events: Drop support for unused topic directories
John Garry
1
-27
/
+10
2018-03-16
perf vendor events: Fix error code in json_events()
John Garry
1
-4
/
+5
2018-03-16
perf vendor events: Drop incomplete multiple mapfile support
John Garry
2
-11
/
+4
2018-03-16
perf tools arm64: Add libdw DWARF post unwind support for ARM64
Kim Phillips
6
-1
/
+92
2018-03-16
perf c2c report: Add cacheline address count column
Jiri Olsa
1
-6
/
+29
2018-03-16
perf c2c report: Add span header over cacheline data
Jiri Olsa
1
-5
/
+58
2018-03-16
perf c2c report: Display node for cacheline address
Jiri Olsa
1
-5
/
+114
2018-03-16
perf c2c report: Call calc_width() only for displayed entries
Jiri Olsa
1
-2
/
+1
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-13
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
1
-11
/
+12
2018-03-13
perf tests: Add breakpoint accounting/modify test
Jiri Olsa
4
-0
/
+201
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
2018-03-08
perf intel-pt: Tidy old_buffer handling in intel_pt_get_trace()
Adrian Hunter
1
-13
/
+11
2018-03-08
perf intel-pt: Get rid of intel_pt_use_buffer_pid_tid()
Adrian Hunter
1
-36
/
+3
2018-03-08
perf intel-pt/bts: In auxtrace_record__init_intel() evlist is never NULL
Adrian Hunter
1
-9
/
+5
2018-03-08
perf intel-pt: Fix timestamp following overflow
Adrian Hunter
1
-0
/
+1
2018-03-08
perf intel-pt: Fix error recovery from missing TIP packet
Adrian Hunter
1
-0
/
+1
2018-03-08
perf intel-pt: Fix sync_switch
Adrian Hunter
1
-7
/
+25
2018-03-08
perf intel-pt: Fix overlap detection to identify consecutive buffers correctly
Adrian Hunter
3
-35
/
+34
2018-03-08
perf mmap: Simplify perf_mmap__read_init()
Kan Liang
17
-40
/
+18
2018-03-08
perf mmap: Simplify perf_mmap__read_event()
Kan Liang
17
-22
/
+17
2018-03-08
perf mmap: Simplify perf_mmap__consume()
Kan Liang
15
-18
/
+18
2018-03-08
perf mmap: Use stored 'overwrite' in perf_mmap__consume()
Kan Liang
1
-2
/
+2
2018-03-08
perf mmap: Use the stored data in perf_mmap__read_event()
Kan Liang
1
-10
/
+8
2018-03-08
perf mmap: Use the stored scope data in perf_mmap__push()
Kan Liang
3
-15
/
+15
2018-03-08
perf mmap: Store mmap scope in struct perf_mmap()
Kan Liang
2
-4
/
+10
2018-03-08
perf evlist: Store 'overwrite' in struct perf_mmap
Kan Liang
2
-3
/
+6
[next]