index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Remove unnecessary callchain cursor state restore on unmatch
Frederic Weisbecker
2014-01-17
1
-3
/
+0
*
perf callchain: Spare double comparison of callchain first entry
Frederic Weisbecker
2014-01-17
1
-10
/
+10
*
perf tools: Do proper comm override error handling
Frederic Weisbecker
2014-01-16
3
-11
/
+15
*
perf symbols: Export elf_section_by_name and reuse
Masami Hiramatsu
2014-01-16
4
-69
/
+37
*
perf probe: Release all dynamically allocated parameters
Masami Hiramatsu
2014-01-16
2
-0
/
+28
*
perf probe: Release allocated probe_trace_event if failed
Masami Hiramatsu
2014-01-16
1
-0
/
+13
*
perf hists: Convert hist entry functions to use struct he_stat
Namhyung Kim
2014-01-15
1
-11
/
+11
*
perf tools: Factor out sample__resolve_callchain()
Namhyung Kim
2014-01-15
2
-0
/
+29
*
perf tools: Remove symbol_conf.use_callchain check
Namhyung Kim
2014-01-15
1
-2
/
+0
*
tools lib traceevent: Make plugin unload function receive pevent
Namhyung Kim
2014-01-15
1
-1
/
+1
*
perf tools: Fix build error due to zfree() cast
Namhyung Kim
2014-01-15
2
-3
/
+3
*
perf record: Rename --no-delay to --no-buffering
Arnaldo Carvalho de Melo
2014-01-14
1
-1
/
+1
*
perf probe: Fix build when DWARF support libraries not present
Arnaldo Carvalho de Melo
2014-01-13
1
-1
/
+4
*
perf diff: Color the Ratio column
Ramkumar Ramachandra
2014-01-13
2
-3
/
+8
*
perf tools: Generalize percent_color_snprintf()
Ramkumar Ramachandra
2014-01-13
1
-2
/
+3
*
perf record: Add --initial-delay option
Andi Kleen
2014-01-13
1
-1
/
+2
*
perf tools: Use the DWARF unwind info only if loaded
Jean Pihet
2014-01-13
1
-4
/
+4
*
tools include: Move perf's bug.h to a generic place
Namhyung Kim
2014-01-13
1
-22
/
+0
*
tools include: Move perf's linux/compiler.h to a generic place
Namhyung Kim
2014-01-13
1
-30
/
+0
*
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
2014-01-13
8
-42
/
+106
*
tools perf: Comment typo fix
Cody P Schafer
2014-01-13
1
-1
/
+1
*
perf tools: Make perf_event__synthesize_mmap_events global
Jiri Olsa
2014-01-13
2
-6
/
+13
*
perf machine: Fix id_hdr_size initialization
Jiri Olsa
2014-01-13
1
-0
/
+1
*
perf header: Pack 'struct perf_session_env'
Arnaldo Carvalho de Melo
2014-01-13
1
-5
/
+5
*
perf evlist: Auto unmap on destructor
Arnaldo Carvalho de Melo
2014-01-13
1
-0
/
+4
*
perf evlist: Close fds on destructor
Arnaldo Carvalho de Melo
2014-01-13
1
-0
/
+1
*
perf evlist: Move destruction of maps to evlist destructor
Arnaldo Carvalho de Melo
2014-01-13
2
-9
/
+4
*
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
Arnaldo Carvalho de Melo
2014-01-13
2
-3
/
+12
*
perf evlist: Send the errno in the signal when workload fails
Arnaldo Carvalho de Melo
2014-01-13
1
-3
/
+8
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
24
-74
/
+77
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
14
-75
/
+42
*
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2013-12-26
5
-57
/
+29
*
perf probe: Support basic dwarf-based operations on uprobe events
Masami Hiramatsu
2013-12-26
3
-16
/
+137
*
perf probe: Expand given path to absolute path
Masami Hiramatsu
2013-12-26
1
-9
/
+2
*
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 symbols: Add 'machine' member to struct addr_location
Arnaldo Carvalho de Melo
2013-12-19
8
-8
/
+6
*
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 tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
2013-12-19
7
-16
/
+13
*
perf tools: Get rid of a duplicate va_end() in error reporting routine
Namhyung Kim
2013-12-19
1
-1
/
+0
*
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 annotate: Add inc_samples method to addr_map_symbol
Arnaldo Carvalho de Melo
2013-12-19
2
-0
/
+8
*
perf annotate: Auto allocate symbol per addr hist buckets
Arnaldo Carvalho de Melo
2013-12-19
1
-7
/
+19
*
perf hists: Do not pass period and weight to add_hist_entry()
Namhyung Kim
2013-12-18
1
-5
/
+5
[next]