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
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
perf util: Support no index time percent slice
Jin Yao
1
-0
/
+36
2018-01-17
perf util: Improve error checking for time percent input
Jin Yao
1
-2
/
+6
2018-01-17
perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
Arnaldo Carvalho de Melo
1
-3
/
+13
2018-01-17
perf unwind: Do not look just at the global callchain_param.record_mode
Arnaldo Carvalho de Melo
3
-6
/
+15
2018-01-17
perf callchain: Fix attr.sample_max_stack setting
Arnaldo Carvalho de Melo
1
-4
/
+4
2018-01-17
perf tools: Add ARM Statistical Profiling Extensions (SPE) support
Kim Phillips
7
-0
/
+773
2018-01-12
perf evsel: Check if callchain is enabled before setting it up
Arnaldo Carvalho de Melo
1
-3
/
+11
2018-01-12
perf tools: Fix copyfile_offset update of output offset
Jiri Olsa
1
-1
/
+1
2018-01-12
perf script python: Add script to profile and resolve physical mem type
Kan Liang
1
-0
/
+2
2018-01-12
perf evlist: Remove trailing semicolon
Luis de Bethencourt
1
-1
/
+1
2018-01-11
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
Mathieu Poirier
1
-1
/
+1
2018-01-10
perf tools: Make the tool's warning messages optional
Jiri Olsa
2
-2
/
+5
2018-01-10
perf script: Add support to display lost events
Jiri Olsa
1
-0
/
+8
2018-01-08
perf script: Add support to display sample misc field
Jiri Olsa
2
-0
/
+2
2018-01-08
perf tools: Display perf_event_attr::namespaces debug info
Jiri Olsa
1
-0
/
+1
2018-01-08
perf tools: Create function to perform multiple time range checking
Jin Yao
2
-0
/
+31
2018-01-08
perf tools: Create function to parse time percent
Jin Yao
2
-12
/
+196
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
3
-0
/
+63
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
6
-15
/
+22
2017-12-27
perf evsel: Enable ignore_missing_thread for pid option
Mengting Zhang
1
-2
/
+45
2017-12-27
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2
-3
/
+18
2017-12-27
perf probe: Support escaped character in parser
Masami Hiramatsu
1
-23
/
+35
2017-12-27
perf string: Add {strdup,strpbrk}_esc()
Masami Hiramatsu
2
-0
/
+48
2017-12-27
perf probe: Find versioned symbols from map
Masami Hiramatsu
3
-2
/
+24
2017-12-27
perf probe: Add __return suffix for return events
Masami Hiramatsu
1
-4
/
+5
2017-12-27
perf probe: Cut off the version suffix from event name
Masami Hiramatsu
1
-2
/
+2
2017-12-27
perf probe: Add warning message if there is unexpected event name
Masami Hiramatsu
1
-0
/
+8
2017-12-27
perf env: Adopt perf_env__arch() from the annotate code
Arnaldo Carvalho de Melo
4
-18
/
+51
2017-12-27
perf annotate: Use perf_env when obtaining the arch name
Arnaldo Carvalho de Melo
3
-17
/
+8
2017-12-27
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
Arnaldo Carvalho de Melo
4
-8
/
+9
2017-12-27
perf trace: Use generated syscall table on s390 too
Hendrik Brueckner
1
-0
/
+4
2017-12-27
perf perf: Remove duplicate includes
Pravin Shedge
4
-8
/
+0
2017-12-27
perf utils: Move is_directory() to path.h
Jiri Olsa
2
-0
/
+17
2017-12-27
perf stat: Resort '--per-thread' result
Jin Yao
1
-0
/
+9
2017-12-27
perf stat: Remove --per-thread pid/tid limitation
Jin Yao
1
-0
/
+7
2017-12-27
perf thread_map: Enumerate all threads from /proc
Jin Yao
3
-3
/
+7
2017-12-27
perf stat: Update or print per-thread stats
Jin Yao
1
-3
/
+8
2017-12-27
perf stat: Allocate shadow stats buffer for threads
Jin Yao
1
-0
/
+2
2017-12-27
perf stat: Remove a set of shadow stats static variables
Jin Yao
2
-53
/
+16
2017-12-27
perf stat: Print per-thread shadow stats
Jin Yao
2
-78
/
+134
2017-12-27
perf stat: Update per-thread shadow stats
Jin Yao
3
-32
/
+64
2017-12-27
perf stat: Create the runtime_stat init/exit function
Jin Yao
2
-0
/
+20
2017-12-27
perf stat: Extend rbtree to support per-thread shadow stats
Jin Yao
1
-0
/
+27
2017-12-27
perf stat: Define a structure for per-thread shadow stats
Jin Yao
2
-12
/
+42
2017-12-18
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
Ingo Molnar
2
-3
/
+12
2017-12-15
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+11
2017-12-15
x86/decoder: Fix and update the opcodes map
Randy Dunlap
1
-3
/
+12
2017-12-12
tools/perf: Convert ACCESS_ONCE() to READ_ONCE()
Mark Rutland
1
-1
/
+1
2017-12-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh to...
Ingo Molnar
1
-1
/
+1
2017-12-06
tooling/headers: Synchronize updated s390 and x86 UAPI headers
Ingo Molnar
1
-1
/
+1
[prev]
[next]