index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf db-export: No need to have ->thread twice in struct export_sample
Arnaldo Carvalho de Melo
2015-04-02
3
-3
/
+1
*
perf db-export: No need to pass thread twice to db_export__sample
Arnaldo Carvalho de Melo
2015-04-02
3
-4
/
+4
*
perf scripting: No need to pass thread twice to the scripting callbacks
Arnaldo Carvalho de Melo
2015-04-02
4
-14
/
+8
*
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
Arnaldo Carvalho de Melo
2015-03-31
5
-47
/
+37
*
perf session: Always initialize ordered_events
Arnaldo Carvalho de Melo
2015-03-31
1
-3
/
+2
*
perf tools: Fix ppid for synthesized fork events
David Ahern
2015-03-31
1
-33
/
+50
*
perf tools: Refactor comm/tgid lookup
David Ahern
2015-03-31
1
-28
/
+44
*
perf callchain: Fix kernel symbol resolution by remembering the cpumode
David Hildenbrand
2015-03-31
1
-14
/
+14
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th...
Ingo Molnar
2015-03-27
1
-0
/
+2
|
\
|
*
perf annotate: Fix fallback to unparsed disassembler line
Arnaldo Carvalho de Melo
2015-03-05
1
-0
/
+2
*
|
perf evlist: Return the first evsel with an invalid filter in apply_filters()
Arnaldo Carvalho de Melo
2015-03-26
2
-3
/
+5
*
|
perf timechart: Fix SIBGUS error on sparc64
David Ahern
2015-03-26
1
-1
/
+1
*
|
perf tools: Add pid/tid filtering to report and script commands
David Ahern
2015-03-24
3
-1
/
+48
*
|
tools lib traceevent: Add support for __print_array()
Javi Merino
2015-03-24
2
-0
/
+10
*
|
perf symbols: Save DSO loading errno to better report errors
Arnaldo Carvalho de Melo
2015-03-24
4
-13
/
+92
*
|
perf target: Simplify handling of strerror_r return
Arnaldo Carvalho de Melo
2015-03-24
1
-5
/
+2
*
|
perf tools: Work around lack of sched_getcpu in glibc < 2.6.
Vinson Lee
2015-03-24
2
-0
/
+12
*
|
perf probe: Fix to get ummapped symbol address on kernel
Masami Hiramatsu
2015-03-24
1
-1
/
+4
*
|
perf tools: Remove (null) value of "Sort order" for perf mem report
Yunlong Song
2015-03-24
1
-0
/
+1
*
|
perf annotate: Allow annotation for decompressed kernel modules
Jiri Olsa
2015-03-23
1
-1
/
+31
*
|
perf tools: Try to lookup kernel module map before creating one
Jiri Olsa
2015-03-23
1
-0
/
+5
*
|
perf tools: Remove is_kmodule_extension function
Jiri Olsa
2015-03-23
2
-12
/
+0
*
|
perf tools: Remove compressed argument from is_kernel_module
Jiri Olsa
2015-03-23
4
-7
/
+4
*
|
perf tools: Use kmod_path__parse in is_kernel_module
Jiri Olsa
2015-03-23
1
-10
/
+6
*
|
perf tools: Use kmod_path__parse in decompress_kmodule
Jiri Olsa
2015-03-23
1
-9
/
+11
*
|
perf tools: Use kmod_path__parse in map_groups__set_modules_path_dir
Jiri Olsa
2015-03-23
1
-24
/
+41
*
|
perf tools: Use kmod_path__parse for machine__new_dso
Jiri Olsa
2015-03-21
1
-38
/
+21
*
|
perf tools: Add machine__module_dso function
Jiri Olsa
2015-03-21
1
-11
/
+25
*
|
perf tools: Add dsos__addnew function
Jiri Olsa
2015-03-21
2
-9
/
+13
*
|
perf tools: Add kmod_path__parse function
Jiri Olsa
2015-03-21
2
-0
/
+80
*
|
perf tools: Add lzma decompression support for kernel module
Jiri Olsa
2015-03-21
4
-0
/
+103
*
|
perf probe: Fix failure to add multiple probes without debuginfo
He Kuang
2015-03-21
1
-3
/
+1
*
|
perf tools: Fix race in build_id_cache__add_s()
Milos Vyletel
2015-03-20
1
-1
/
+2
*
|
perf report: Don't allow empty argument for '-t'.
Wang Nan
2015-03-19
2
-2
/
+21
*
|
perf callchain: Separate eh/debug frame offset cache.
Wang Nan
2015-03-19
2
-5
/
+6
*
|
perf hists browser: Allow annotating entries in callchains
Arnaldo Carvalho de Melo
2015-03-17
1
-0
/
+9
*
|
perf hists: Remove hist_entry->used, not used anymore
Arnaldo Carvalho de Melo
2015-03-17
2
-8
/
+1
*
|
perf data: Add tracepoint events fields CTF conversion support
Sebastian Andrzej Siewior
2015-03-13
1
-0
/
+242
*
|
perf probe: Fix compiles due to declarations using perf_probe_point
David Ahern
2015-03-12
1
-4
/
+6
*
|
perf hists browser: Fix UI bug after zoom into thread/dso/symbol
He Kuang
2015-03-12
1
-0
/
+1
*
|
perf probe: Fix possible double free on error
He Kuang
2015-03-12
1
-1
/
+5
*
|
perf probe: Allow weak symbols to be probed
Namhyung Kim
2015-03-12
1
-8
/
+4
*
|
perf symbols: Allow symbol alias when loading map for symbol name
Namhyung Kim
2015-03-12
3
-1
/
+4
*
|
Revert "perf probe: Fix to fall back to find probe point in symbols"
Masami Hiramatsu
2015-03-12
1
-4
/
+2
*
|
perf probe: Fix --line to handle aliased symbols in glibc
Masami Hiramatsu
2015-03-12
1
-2
/
+33
*
|
perf probe: Fix to handle aliased symbols in glibc
Masami Hiramatsu
2015-03-12
1
-16
/
+124
*
|
perf ordered_events: Adopt queue() method
Arnaldo Carvalho de Melo
2015-03-12
3
-31
/
+35
*
|
perf tools: Remove superfluous thread->comm_set setting
Jiri Olsa
2015-03-12
1
-1
/
+0
*
|
perf tools: tool->finished_round() doesn't need perf_session
Arnaldo Carvalho de Melo
2015-03-12
2
-11
/
+21
*
|
perf ordered_events: Allow tools to specify a deliver method
Arnaldo Carvalho de Melo
2015-03-12
4
-17
/
+37
[next]