index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib traceevent: Get rid of die in add_filter_type()
Namhyung Kim
2013-12-13
1
-5
/
+16
*
tools lib traceevent: Get rid of malloc_or_die() in show_error()
Namhyung Kim
2013-12-13
1
-1
/
+15
*
perf completion: Complete 'perf kvm'
Ramkumar Ramachandra
2013-12-13
1
-0
/
+4
*
perf evlist: Add perf_evlist__to_front()
Adrian Hunter
2013-12-13
2
-0
/
+20
*
perf tools: Fix inverted error verification bug in thread__fork
David Ahern
2013-12-13
1
-1
/
+1
*
perf tools: Move mem_bswap32/64 to util.c
Adrian Hunter
2013-12-13
4
-23
/
+25
*
perf evlist: Add can_select_event() method
Adrian Hunter
2013-12-13
2
-0
/
+39
*
perf header: Allow header->data_offset to be predetermined
Adrian Hunter
2013-12-13
1
-1
/
+2
*
perf tools: Add perf_event_paranoid()
Adrian Hunter
2013-12-13
3
-2
/
+21
*
tools lib symbol: Start carving out symbol parsing routines from perf
Arnaldo Carvalho de Melo
2013-12-13
9
-71
/
+93
*
perf: Optimize ring-buffer write by depending on control dependencies
Peter Zijlstra
2013-12-11
1
-16
/
+26
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2013-12-11
35
-163
/
+375
|
\
|
*
perf unwinding: Use the per-feature check flags
Jean Pihet
2013-12-10
2
-26
/
+34
|
*
perf tools: Add per-feature check flags
Jean Pihet
2013-12-10
1
-1
/
+1
|
*
perf symbols: Fix bug in usage of the basename() function
Stephane Eranian
2013-12-10
1
-1
/
+22
|
*
perf symbols: Rename filename argument
Arnaldo Carvalho de Melo
2013-12-10
2
-17
/
+17
|
*
perf symbols: Constify some DSO methods parameters
Arnaldo Carvalho de Melo
2013-12-10
4
-10
/
+9
|
*
perf symbols: Set freed members to NULL in dso destructor
Arnaldo Carvalho de Melo
2013-12-10
1
-2
/
+12
|
*
perf symbols: Constify dso->long_name
Arnaldo Carvalho de Melo
2013-12-10
6
-14
/
+14
|
*
perf symbols: Remove open coded management of long_name_allocated member
Arnaldo Carvalho de Melo
2013-12-10
5
-13
/
+16
|
*
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
2013-12-10
3
-22
/
+14
|
*
perf symbols: Remove open coded management of short_name_allocated member
Adrian Hunter
2013-12-10
3
-9
/
+13
|
*
perf machine: Don't open code assign dso->short_name
Arnaldo Carvalho de Melo
2013-12-10
1
-1
/
+1
|
*
perf symbols: Rename [sl]name_alloc to match the members they refer to
Arnaldo Carvalho de Melo
2013-12-10
4
-9
/
+9
|
*
perf script: Add --header/--header-only options
Jiri Olsa
2013-12-10
2
-3
/
+16
|
*
perf report: Add --header/--header-only options
Jiri Olsa
2013-12-10
2
-3
/
+28
|
*
tools lib traceevent: Get rid of die() in pevent_filter_clear_trivial()
Namhyung Kim
2013-12-09
2
-7
/
+16
|
*
tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_add_filter_...
Namhyung Kim
2013-12-09
1
-1
/
+7
|
*
tools lib traceevent: Get rid of die() in create_arg_item()
Namhyung Kim
2013-12-09
1
-2
/
+5
|
*
tools lib traceevent: Get rid of malloc_or_die() in add_event()
Namhyung Kim
2013-12-09
1
-3
/
+13
|
*
tools lib traceevent: Get rid of malloc_or_die() in pevent_filter_alloc()
Namhyung Kim
2013-12-09
1
-1
/
+4
|
*
perf kvm: Make perf kvm diff support --guestmount.
Dongsheng Yang
2013-12-09
1
-2
/
+1
|
*
perf kvm: Move code to generate filename for perf-kvm to function.
Dongsheng Yang
2013-12-09
3
-6
/
+17
|
*
perf annotate: Fix typo
Dongsheng Yang
2013-12-09
1
-1
/
+1
|
*
perf archive: Remove duplicated 'runs' in man page
Dongsheng Yang
2013-12-09
1
-3
/
+3
|
*
perf kvm: Fix bug in 'stat report'
Dongsheng Yang
2013-12-09
1
-1
/
+1
|
*
perf kvm: Introduce option -v for perf kvm command.
Dongsheng Yang
2013-12-09
2
-2
/
+7
|
*
perf evlist: Fix mmap pages rounding to power of 2
Adrian Hunter
2013-12-09
2
-2
/
+16
|
*
perf evlist: Fix max mmap_pages
Adrian Hunter
2013-12-09
1
-1
/
+1
|
*
perf evlist: Remove unnecessary parentheses
Adrian Hunter
2013-12-09
1
-1
/
+1
|
*
perf record: Fix display of incorrect mmap pages
Adrian Hunter
2013-12-09
1
-1
/
+1
|
*
perf script: Add an option to print the source line number
Adrian Hunter
2013-12-09
6
-1
/
+39
|
*
perf script: Fix symoff printing in callchains
Adrian Hunter
2013-12-09
1
-1
/
+6
|
*
tools lib traceevent: Report better error message on bad function args
Steven Rostedt
2013-12-06
1
-10
/
+18
|
*
perf trace: Fix summary percentage when processing files
David Ahern
2013-12-05
1
-1
/
+3
|
*
perf trace: Add support for syscalls vs raw_syscalls
David Ahern
2013-12-05
1
-2
/
+26
*
|
tools/perf/build: Fix install dependency
Jiri Olsa
2013-12-05
1
-1
/
+1
*
|
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2013-12-05
42
-193
/
+2305
|
\
|
|
*
tools lib traceevent: Update kvm plugin with is_writable_pte helper
Jiri Olsa
2013-12-04
1
-0
/
+17
|
*
tools lib traceevent: Remove malloc_or_die from plugin_function.c
Jiri Olsa
2013-12-04
1
-9
/
+20
[next]