index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...
Yunlong Song
2015-04-08
1
-2
/
+9
*
perf sched replay: Increase the MAX_PID value to fix assertion failure problem
Yunlong Song
2015-04-08
1
-1
/
+1
*
perf sched replay: Use struct task_desc instead of struct task_task for corre...
Yunlong Song
2015-04-08
1
-1
/
+1
*
perf kmem: Respect -i option
Jiri Olsa
2015-04-08
1
-1
/
+2
*
perf kmaps: Check kmaps to make code more robust
Wang Nan
2015-04-08
7
-16
/
+70
*
perf evlist: Fix inverted logic in perf_mmap__empty
He Kuang
2015-04-08
1
-1
/
+1
*
perf data: Support using -f to override perf.data file ownership for 'convert'
Yunlong Song
2015-04-02
3
-3
/
+6
*
perf trace: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-0
/
+3
*
perf timechart: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-0
/
+3
*
perf script: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-4
/
+5
*
perf mem: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-0
/
+3
*
perf lock: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-0
/
+5
*
perf kvm: Support using -f to override perf.data.guest file ownership
Yunlong Song
2015-04-02
2
-0
/
+3
*
perf kmem: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-4
/
+5
*
perf inject: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
1
-0
/
+1
*
perf evlist: Support using -f to override perf.data file ownership
Yunlong Song
2015-04-02
2
-0
/
+3
*
perf probe: Fix to track down unnamed union/structure members
Masami Hiramatsu
2015-04-02
2
-5
/
+17
*
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
5
-17
/
+11
*
perf script: No need to lookup thread twice
Arnaldo Carvalho de Melo
2015-04-02
1
-9
/
+1
*
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
*
perf build: Disable libbabeltrace check by default
Jiri Olsa
2015-03-30
2
-4
/
+3
*
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 trace: Fix syscall enter formatting bug
Arnaldo Carvalho de Melo
2015-03-26
1
-1
/
+1
*
|
perf tools: Set JOBS based on CPU or processor
David Ahern
2015-03-26
1
-1
/
+1
*
|
perf: Bump max number of cpus to 1024
David Ahern
2015-03-26
1
-1
/
+1
*
|
perf evlist: Return the first evsel with an invalid filter in apply_filters()
Arnaldo Carvalho de Melo
2015-03-26
4
-7
/
+11
*
|
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
7
-1
/
+67
*
|
perf diff: Add kallsyms option
David Ahern
2015-03-24
2
-0
/
+5
*
|
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
5
-15
/
+96
*
|
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 kmem: Print big numbers using thousands' group
Namhyung Kim
2015-03-24
1
-4
/
+7
*
|
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
2
-1
/
+2
*
|
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
[prev]
[next]