index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
29
-81
/
+84
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
22
-103
/
+56
*
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2013-12-26
7
-62
/
+31
*
perf ui/tui: Implement header window
Namhyung Kim
2013-12-26
4
-0
/
+136
*
perf ui/tui: Split help message for perf top and report
Namhyung Kim
2013-12-26
1
-19
/
+30
*
perf ui/tui: Protect windows by ui__lock
Namhyung Kim
2013-12-26
1
-3
/
+16
*
perf probe: Support basic dwarf-based operations on uprobe events
Masami Hiramatsu
2013-12-26
4
-17
/
+138
*
perf probe: Expand given path to absolute path
Masami Hiramatsu
2013-12-26
2
-10
/
+16
*
perf config: Ignore generated files in feature-checks
Chunwei Chen
2013-12-23
3
-58
/
+60
*
perf tools: Do not synthesize the treads of default guest.
Dongsheng Yang
2013-12-23
1
-0
/
+9
*
perf tools: Use machine->pid for tgid if machine is guest.
Dongsheng Yang
2013-12-23
1
-2
/
+6
*
perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...
Dongsheng Yang
2013-12-23
1
-1
/
+4
*
perf tools: Find the proc info under machine->root_dir.
Dongsheng Yang
2013-12-23
1
-3
/
+8
*
perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...
Dongsheng Yang
2013-12-23
1
-8
/
+3
*
perf kvm: Fix kvm report without guestmount.
Dongsheng Yang
2013-12-23
1
-1
/
+6
*
perf report: Print session information only if --stdio is given
Namhyung Kim
2013-12-20
1
-7
/
+9
*
perf report: Use pr_*() functions where applicable
Namhyung Kim
2013-12-20
1
-4
/
+4
*
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
10
-32
/
+26
*
perf mem: Remove unused parameter from dump_raw_samples()
Arnaldo Carvalho de Melo
2013-12-19
1
-3
/
+2
*
perf scripting perl: Shorten function signatures
Arnaldo Carvalho de Melo
2013-12-19
1
-13
/
+7
*
perf scripting python: Shorten function signatures
Arnaldo Carvalho de Melo
2013-12-19
1
-17
/
+9
*
perf ui browser: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+1
*
perf report: Rename 'perf_report' to 'report'
Arnaldo Carvalho de Melo
2013-12-19
1
-42
/
+31
*
tools lib traceevent: Use global 'O' processing code
Jiri Olsa
2013-12-19
1
-9
/
+4
*
tools lib traceevent: Use global QUIET_CLEAN build output
Jiri Olsa
2013-12-19
1
-2
/
+3
*
tools lib traceevent: Use global QUIET_INSTALL build output
Jiri Olsa
2013-12-19
1
-10
/
+11
*
tools lib traceevent: Use global QUIET_LINK build output
Jiri Olsa
2013-12-19
1
-8
/
+3
*
tools lib traceevent: Add global QUIET_CC_FPIC build output
Jiri Olsa
2013-12-19
2
-14
/
+3
*
tools lib traceevent: Use global QUIET_CC build output
Jiri Olsa
2013-12-19
1
-8
/
+5
*
tools lib traceevent: Remove print_app_build variable
Jiri Olsa
2013-12-19
1
-6
/
+0
*
perf tools: Making QUIET_(CLEAN|INSTAL) variables global
Jiri Olsa
2013-12-19
2
-7
/
+3
*
perf tests: Factor make install tests
Jiri Olsa
2013-12-19
1
-6
/
+32
*
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
2013-12-19
17
-37
/
+34
*
perf record: Rename 'perf_record' to plain 'record'
Arnaldo Carvalho de Melo
2013-12-19
1
-30
/
+28
*
perf record: Simplify perf_record__write
Arnaldo Carvalho de Melo
2013-12-19
1
-8
/
+3
*
perf record: Use perf_data_file__write for output file
Jiri Olsa
2013-12-19
1
-14
/
+9
*
perf inject: Handle output file via perf_data_file object
Jiri Olsa
2013-12-19
1
-38
/
+27
*
perf tools: Get rid of a duplicate va_end() in error reporting routine
Namhyung Kim
2013-12-19
1
-1
/
+0
*
perf report: Introduce helpers for processing callchains
Arnaldo Carvalho de Melo
2013-12-19
1
-40
/
+32
*
perf annotate: Make symbol__inc_addr_samples private
Arnaldo Carvalho de Melo
2013-12-19
2
-5
/
+2
*
perf annotate: Adopt methods from hists
Arnaldo Carvalho de Melo
2013-12-19
4
-14
/
+15
*
perf top: Use hist_entry__inc_addr_sample
Arnaldo Carvalho de Melo
2013-12-19
1
-1
/
+1
*
perf annotate: Add inc_samples method to addr_map_symbol
Arnaldo Carvalho de Melo
2013-12-19
3
-8
/
+11
*
perf hists: Leave symbol addr hist bucket auto alloc to symbol layer
Arnaldo Carvalho de Melo
2013-12-19
2
-43
/
+5
*
perf annotate: Auto allocate symbol per addr hist buckets
Arnaldo Carvalho de Melo
2013-12-19
3
-58
/
+40
*
tools lib traceevent: Introduce pevent_filter_strerror()
Namhyung Kim
2013-12-18
3
-61
/
+61
*
perf hists: Do not pass period and weight to add_hist_entry()
Namhyung Kim
2013-12-18
1
-5
/
+5
*
perf sort: Do not compare dso again
Namhyung Kim
2013-12-18
1
-3
/
+8
*
perf sort: Compare addresses if no symbol info
Namhyung Kim
2013-12-18
1
-3
/
+8
*
tools lib traceevent: Get rid of die() in some string conversion functions
Namhyung Kim
2013-12-17
1
-48
/
+19
[next]