index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-27
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
29
-81
/
+84
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
22
-103
/
+56
2013-12-26
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
7
-62
/
+31
2013-12-26
perf ui/tui: Implement header window
Namhyung Kim
4
-0
/
+136
2013-12-26
perf ui/tui: Split help message for perf top and report
Namhyung Kim
1
-19
/
+30
2013-12-26
perf ui/tui: Protect windows by ui__lock
Namhyung Kim
1
-3
/
+16
2013-12-26
perf probe: Support basic dwarf-based operations on uprobe events
Masami Hiramatsu
4
-17
/
+138
2013-12-26
perf probe: Expand given path to absolute path
Masami Hiramatsu
2
-10
/
+16
2013-12-23
perf config: Ignore generated files in feature-checks
Chunwei Chen
3
-58
/
+60
2013-12-23
perf tools: Do not synthesize the treads of default guest.
Dongsheng Yang
1
-0
/
+9
2013-12-23
perf tools: Use machine->pid for tgid if machine is guest.
Dongsheng Yang
1
-2
/
+6
2013-12-23
perf tools: Set event->header.misc to PERF_RECORD_MISC_GUEST_USER if machine ...
Dongsheng Yang
1
-1
/
+4
2013-12-23
perf tools: Find the proc info under machine->root_dir.
Dongsheng Yang
1
-3
/
+8
2013-12-23
perf tools: Add support for PERF_RECORD_MISC_GUEST_USER in thread__find_addr_...
Dongsheng Yang
1
-8
/
+3
2013-12-23
perf kvm: Fix kvm report without guestmount.
Dongsheng Yang
1
-1
/
+6
2013-12-20
perf report: Print session information only if --stdio is given
Namhyung Kim
1
-7
/
+9
2013-12-20
perf report: Use pr_*() functions where applicable
Namhyung Kim
1
-4
/
+4
2013-12-19
perf symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
10
-32
/
+26
2013-12-19
perf mem: Remove unused parameter from dump_raw_samples()
Arnaldo Carvalho de Melo
1
-3
/
+2
2013-12-19
perf scripting perl: Shorten function signatures
Arnaldo Carvalho de Melo
1
-13
/
+7
2013-12-19
perf scripting python: Shorten function signatures
Arnaldo Carvalho de Melo
1
-17
/
+9
2013-12-19
perf ui browser: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-19
perf report: Rename 'perf_report' to 'report'
Arnaldo Carvalho de Melo
1
-42
/
+31
2013-12-19
perf tools: Making QUIET_(CLEAN|INSTAL) variables global
Jiri Olsa
1
-7
/
+0
2013-12-19
perf tests: Factor make install tests
Jiri Olsa
1
-6
/
+32
2013-12-19
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
17
-37
/
+34
2013-12-19
perf record: Rename 'perf_record' to plain 'record'
Arnaldo Carvalho de Melo
1
-30
/
+28
2013-12-19
perf record: Simplify perf_record__write
Arnaldo Carvalho de Melo
1
-8
/
+3
2013-12-19
perf record: Use perf_data_file__write for output file
Jiri Olsa
1
-14
/
+9
2013-12-19
perf inject: Handle output file via perf_data_file object
Jiri Olsa
1
-38
/
+27
2013-12-19
perf tools: Get rid of a duplicate va_end() in error reporting routine
Namhyung Kim
1
-1
/
+0
2013-12-19
perf report: Introduce helpers for processing callchains
Arnaldo Carvalho de Melo
1
-40
/
+32
2013-12-19
perf annotate: Make symbol__inc_addr_samples private
Arnaldo Carvalho de Melo
2
-5
/
+2
2013-12-19
perf annotate: Adopt methods from hists
Arnaldo Carvalho de Melo
4
-14
/
+15
2013-12-19
perf top: Use hist_entry__inc_addr_sample
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-19
perf annotate: Add inc_samples method to addr_map_symbol
Arnaldo Carvalho de Melo
3
-8
/
+11
2013-12-19
perf hists: Leave symbol addr hist bucket auto alloc to symbol layer
Arnaldo Carvalho de Melo
2
-43
/
+5
2013-12-19
perf annotate: Auto allocate symbol per addr hist buckets
Arnaldo Carvalho de Melo
3
-58
/
+40
2013-12-18
perf hists: Do not pass period and weight to add_hist_entry()
Namhyung Kim
1
-5
/
+5
2013-12-18
perf sort: Do not compare dso again
Namhyung Kim
1
-3
/
+8
2013-12-18
perf sort: Compare addresses if no symbol info
Namhyung Kim
1
-3
/
+8
2013-12-17
perf symbols: Use consistent name for the DSO binary type member
Arnaldo Carvalho de Melo
3
-14
/
+14
2013-12-17
perf timechart: Add --highlight option
Stanislav Fomichev
4
-5
/
+56
2013-12-16
perf symbols: Clarify method to get DSO binary_type filename
Arnaldo Carvalho de Melo
3
-11
/
+11
2013-12-16
perf symbols: Remove needless static binary_type array
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-16
perf timechart: Add support for topology
Stanislav Fomichev
4
-3
/
+151
2013-12-16
perf timechart: Get number of CPUs from perf header
Stanislav Fomichev
1
-6
/
+26
2013-12-16
perf timechart: Print pid along the name
Stanislav Fomichev
3
-3
/
+4
2013-12-16
perf timechart: Add backtrace support to CPU info
Stanislav Fomichev
3
-4
/
+12
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
12
-29
/
+28
[prev]
[next]