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
2016-04-19
Merge tag 'perf-urgent-for-mingo-20160418' of git://git.kernel.org/pub/scm/li...
Ingo Molnar
1
-1
/
+1
2016-04-18
perf callchain: Set callchain_param.enabled when parsing --call-graph
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-04-18
perf evsel: Add missign class prefix to has_branch_stack method
Arnaldo Carvalho de Melo
3
-4
/
+4
2016-04-18
perf intel-pt: Fix segfault tracing transactions
Adrian Hunter
1
-1
/
+1
2016-04-18
tools/perf: Fix misspellings in comments.
Adam Buchbinder
4
-4
/
+4
2016-04-15
perf evlist: Expose perf_event_mlock_kb_in_pages() helper
Arnaldo Carvalho de Melo
2
-17
/
+27
2016-04-15
perf record: Export record_opts based callchain parsing helper
Arnaldo Carvalho de Melo
1
-0
/
+6
2016-04-14
perf evsel: Move fprintf methods to separate source file
Arnaldo Carvalho de Melo
3
-206
/
+213
2016-04-14
perf tools: Remove addr_location argument to sample__fprintf_callchain
Arnaldo Carvalho de Melo
2
-8
/
+4
2016-04-14
perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...
Arnaldo Carvalho de Melo
2
-35
/
+23
2016-04-14
perf symbols: Move fprintf routines to separate object file
Arnaldo Carvalho de Melo
5
-71
/
+78
2016-04-14
perf evsel: Remove symbol_conf usage
Arnaldo Carvalho de Melo
2
-5
/
+5
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
8
-21
/
+32
2016-04-14
perf config: Introduce perf_config_set class
Taeung Song
2
-0
/
+199
2016-04-14
perf data: Add perf_data_file__switch() helper
Wang Nan
2
-1
/
+51
2016-04-14
perf session: Make ordered_events reusable
Wang Nan
1
-1
/
+5
2016-04-14
perf ordered_events: Introduce reinit()
Wang Nan
2
-0
/
+10
2016-04-13
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
4
-143
/
+144
2016-04-13
perf thread_map: Make new_by_tid_str constructor public
Jiri Olsa
2
-1
/
+3
2016-04-13
perf cpu_map: Add has() method
Jiri Olsa
2
-0
/
+14
2016-04-13
perf thread_map: Add has() method
Jiri Olsa
2
-0
/
+13
2016-04-13
Merge tag 'perf-core-for-mingo-20160411' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
14
-91
/
+354
2016-04-13
Merge tag 'perf-core-for-mingo-20160408' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
11
-38
/
+229
2016-04-13
Merge tag 'v4.6-rc3' into perf/core, to refresh the tree
Ingo Molnar
1
-3
/
+3
2016-04-11
perf evsel: Allow unresolved symbol names to be printed as addresses
Arnaldo Carvalho de Melo
4
-13
/
+46
2016-04-11
perf evsel: Rename config_callgraph() to config_callchain() and make it public
Arnaldo Carvalho de Melo
2
-6
/
+8
2016-04-11
perf evlist: Add (reset,set)_sample_bit methods
Arnaldo Carvalho de Melo
2
-0
/
+29
2016-04-11
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
4
-7
/
+15
2016-04-11
perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()
Arnaldo Carvalho de Melo
2
-5
/
+30
2016-04-11
perf evsel: Rename print_ip() to fprintf_sym()
Arnaldo Carvalho de Melo
2
-36
/
+32
2016-04-11
perf evsel: Allow passing a left alignment when printing a symbol
Arnaldo Carvalho de Melo
2
-2
/
+6
2016-04-11
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
Milian Wolff
2
-19
/
+23
2016-04-11
perf bpf: Automatically create bpf-output event __bpf_stdout__
Wang Nan
1
-9
/
+28
2016-04-11
perf bpf: Clone bpf stdout events in multiple bpf scripts
Wang Nan
2
-0
/
+143
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-30
/
+30
2016-04-08
perf tools: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-04-08
perf thread_map: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-08
perf symbols: Adjust symbol for shared objects
Wang Nan
1
-10
/
+3
2016-04-08
perf symbols: Record text offset in dso to calculate objdump address
Wang Nan
1
-0
/
+14
2016-04-08
perf tools: Build syscall table .c header from kernel's syscall_64.tbl
Arnaldo Carvalho de Melo
2
-0
/
+10
2016-04-08
perf tools: Allow generating per-arch syscall table arrays
Arnaldo Carvalho de Melo
2
-2
/
+91
2016-04-08
perf trace: Move syscall table id <-> name routines to separate class
Arnaldo Carvalho de Melo
3
-0
/
+60
2016-04-08
perf tools: Add dedicated unwind addr_space member into thread struct
Jiri Olsa
2
-16
/
+15
2016-04-07
perf tools: Introduce trim function
Jiri Olsa
1
-0
/
+5
2016-04-06
perf script perl: Do error checking on new backtrace routine
Arnaldo Carvalho de Melo
1
-9
/
+21
2016-04-06
perf probe: Check if dwarf_getlocations() is available
Arnaldo Carvalho de Melo
1
-0
/
+9
2016-04-06
perf config: Fix build with older toolchain.
Vinson Lee
1
-3
/
+3
2016-04-03
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-21
/
+32
2016-04-01
perf bpf: Add sample types for 'bpf-output' event
Wang Nan
1
-1
/
+2
2016-04-01
perf tools: Fix PMU term format max value calculation
Kan Liang
1
-7
/
+6
[prev]
[next]