index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
print_binary.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-11-22
perf auxtrace: Move perf_evsel__find_pmu()
Adrian Hunter
1
-12
/
+12
2019-11-22
perf record: Add a function to test for kernel support for AUX area sampling
Adrian Hunter
2
-0
/
+32
2019-11-21
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
9
-6
/
+59
2019-11-19
perf report: Jump to symbol source view from total cycles view
Jin Yao
5
-10
/
+40
2019-11-19
perf util: Move block TUI function to ui browsers
Jin Yao
3
-64
/
+68
2019-11-19
perf session: Fix decompression of PERF_RECORD_COMPRESSED records
Alexey Budankov
1
-17
/
+27
2019-11-19
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
10
-64
/
+118
2019-11-19
perf dsos: Remove unused dsos__find() method
Arnaldo Carvalho de Melo
2
-10
/
+0
2019-11-19
perf map: Move comparision of map's dso_id to a separate function
Arnaldo Carvalho de Melo
3
-12
/
+31
2019-11-19
perf map: Pass a dso_id to map__new()
Arnaldo Carvalho de Melo
3
-15
/
+16
2019-11-19
perf map: Move maj/min/ino/ino_generation to separate struct
Arnaldo Carvalho de Melo
4
-20
/
+28
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
7
-29
/
+80
2019-11-18
perf probe: Trace a magic number if variable is not found
Masami Hiramatsu
4
-5
/
+63
2019-11-18
perf probe: Support DW_AT_const_value constant value
Masami Hiramatsu
3
-0
/
+19
2019-11-18
perf probe: Support multiprobe event
Masami Hiramatsu
3
-2
/
+15
2019-11-18
perf probe: Generate event name with line number
Masami Hiramatsu
1
-0
/
+8
2019-11-18
perf probe: Do not show non representive lines by perf-probe -L
Masami Hiramatsu
1
-0
/
+7
2019-11-18
perf probe: Verify given line is a representive line
Masami Hiramatsu
1
-0
/
+36
2019-11-18
perf probe: Show correct statement line number by perf probe -l
Masami Hiramatsu
1
-4
/
+58
2019-11-18
x86/insn: Add some Intel instructions to the opcode map
Adrian Hunter
2
-12
/
+24
2019-11-18
x86/insn: perf tools: Add some instructions to the new instructions test
Adrian Hunter
3
-0
/
+223
2019-11-18
perf map: Move seldom used ->flags field to second cacheline
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-18
perf map: Use bitmap for booleans
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-18
libtraceevent: Fix parsing of event %o and %X argument types
Konstantin Khlebnikov
1
-2
/
+5
2019-11-18
perf callchain: Fix segfault in thread__resolve_callchain_sample()
Adrian Hunter
1
-1
/
+1
2019-11-18
perf map_groups: Auto sort maps by name, if needed
Arnaldo Carvalho de Melo
3
-3
/
+111
2019-11-18
perf machine: No need to check if kernel module maps pre-exist
Arnaldo Carvalho de Melo
3
-13
/
+7
2019-11-18
perf record: No need to process the synthesized MMAP events twice
Arnaldo Carvalho de Melo
1
-2
/
+27
2019-11-18
perf map: No need to adjust the long name of modules
Arnaldo Carvalho de Melo
1
-26
/
+1
2019-11-18
perf map_groups: Add a front end cache for map lookups by name
Arnaldo Carvalho de Melo
3
-5
/
+19
2019-11-18
perf maps: Do not use an rbtree to sort by map name
Arnaldo Carvalho de Melo
5
-47
/
+3
2019-11-13
perf maps: Purge the entries from maps->names in __maps__purge()
Arnaldo Carvalho de Melo
2
-41
/
+1
2019-11-13
perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
Adrian Hunter
1
-3
/
+9
2019-11-13
perf/x86/intel/pt: Prevent redundant WRMSRs
Alexander Shishkin
2
-12
/
+23
2019-11-13
perf/x86/intel/pt: Opportunistically use single range output mode
Alexander Shishkin
2
-28
/
+92
2019-11-13
perf/x86/intel/pt: Add sampling support
Alexander Shishkin
1
-0
/
+54
2019-11-13
perf/x86/intel/pt: Factor out pt_config_start()
Alexander Shishkin
1
-6
/
+16
2019-11-13
perf/aux: Allow using AUX data in perf samples
Alexander Shishkin
5
-5
/
+234
2019-11-13
perf/core: Fix unlock balance in perf_init_event()
Qian Cai
1
-1
/
+1
2019-11-13
perf/core: Fix missing static inline on perf_cgroup_switch()
Ben Dooks (Codethink)
1
-1
/
+1
2019-11-13
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/aux: Disallow aux_output for kernel events
Alexander Shishkin
1
-0
/
+7
2019-11-13
perf/core: Reattach a misplaced comment
Alexander Shishkin
1
-4
/
+3
2019-11-13
perf/aux: Fix the aux_output group inheritance fix
Alexander Shishkin
1
-1
/
+1
2019-11-13
perf/core: Disallow uncore-cgroup events
Peter Zijlstra
1
-0
/
+9
2019-11-12
perf vendor events power9: Fix commas so PMU event files are valid JSON
James Clark
9
-894
/
+894
2019-11-12
perf vendor events power8: Fix commas so PMU event files are valid JSON
James Clark
9
-969
/
+969
2019-11-12
perf vendor events arm64: Fix commas so PMU event files are valid JSON
James Clark
19
-310
/
+310
2019-11-12
perf parse: Use YYABORT to clear stack after failure, plugging leaks
Ian Rogers
1
-1
/
+2
2019-11-12
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
5
-18
/
+32
[next]