index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf tools: Enable pre-event inherit setting by config terms
Wang Nan
2015-10-28
5
-0
/
+29
*
perf symbols: we can now read separate debug-info files based on a build ID
Dima Kogan
2015-10-28
1
-0
/
+9
*
perf symbols: Fix type error when reading a build-id
Dima Kogan
2015-10-28
1
-1
/
+1
*
perf tools: Search for more options when passing args to -h
Arnaldo Carvalho de Melo
2015-10-27
1
-1
/
+14
*
perf cpu_map: Add cpu_map__empty_new function
Jiri Olsa
2015-10-27
2
-0
/
+18
*
perf evsel: Move id_offset out of struct perf_evsel union member
Jiri Olsa
2015-10-27
1
-1
/
+1
*
perf tools: Introduce usage_with_options_msg()
Namhyung Kim
2015-10-27
4
-7
/
+36
*
perf tools: Setup pager when printing usage and help
Namhyung Kim
2015-10-26
1
-2
/
+13
*
perf report: Rename to --show-cpu-utilization
Namhyung Kim
2015-10-26
1
-0
/
+1
*
perf tools: Improve ambiguous option help message
Namhyung Kim
2015-10-26
1
-9
/
+8
*
perf tools: Provide help for subset of options
Arnaldo Carvalho de Melo
2015-10-24
1
-9
/
+33
*
perf tools: Show tool command line options ordered
Arnaldo Carvalho de Melo
2015-10-24
1
-0
/
+48
*
perf tools: Improve call graph documents and help messages
Namhyung Kim
2015-10-22
1
-6
/
+18
*
perf tools: Defaults to 'caller' callchain order only if --children is enabled
Namhyung Kim
2015-10-22
3
-1
/
+4
*
perf top: Support call-graph display options also
Namhyung Kim
2015-10-22
2
-3
/
+38
*
perf tools: Move callchain help messages to callchain.h
Namhyung Kim
2015-10-22
1
-0
/
+12
*
perf annotate: Add debug message for out of bounds sample
Arnaldo Carvalho de Melo
2015-10-21
1
-1
/
+4
*
perf evsel: Print branch filter state with -vv
Andi Kleen
2015-10-21
1
-0
/
+1
*
perf cpu_map: Fix core dump caused by per-socket/core system-wide stat
Kan Liang
2015-10-20
1
-1
/
+1
*
perf record: Add ability to sample call branches
Stephane Eranian
2015-10-20
1
-0
/
+1
*
perf cpu_map: Add data arg to cpu_map__build_map callback
Jiri Olsa
2015-10-19
3
-11
/
+13
*
perf cpu_map: Make cpu_map__build_map global
Jiri Olsa
2015-10-19
2
-2
/
+4
*
perf stat: Add AGGR_UNSET mode
Jiri Olsa
2015-10-19
2
-0
/
+2
*
perf stat: Rename perf_stat struct into perf_stat_evsel
Jiri Olsa
2015-10-19
2
-6
/
+6
*
perf help: Change 'usage' to 'Usage' for consistency
Yunlong Song
2015-10-19
1
-2
/
+2
*
perf test: Suppress libtraceevent warnings
Namhyung Kim
2015-10-19
2
-0
/
+6
*
perf callchains: Fix unw_word_t pointer casts
Rabin Vincent
2015-10-13
1
-2
/
+2
*
perf callchain: Use debug_frame if eh_frame is unusable
Rabin Vincent
2015-10-13
1
-4
/
+6
*
perf symbols: Try the .debug/ DSO cache as a last resort
Arnaldo Carvalho de Melo
2015-10-12
1
-9
/
+9
*
perf python: Support the PERF_RECORD_SWITCH event
Arnaldo Carvalho de Melo
2015-10-08
1
-4
/
+55
*
perf tools: Fix handling read result using a signed variable
Andrzej Hajda
2015-10-06
1
-1
/
+2
*
perf tools: Introduce hpp_dimension__add_output function
Jiri Olsa
2015-10-06
2
-0
/
+8
*
perf tools: Get rid of superfluos call to reset_dimensions
Jiri Olsa
2015-10-06
1
-2
/
+0
*
perf tools: Fail properly in case pattern matching fails to find tracepoint
Jiri Olsa
2015-10-05
1
-1
/
+8
*
perf callchain: Switch default to 'graph,0.5,caller'
Arnaldo Carvalho de Melo
2015-10-05
1
-2
/
+2
*
perf tools: Setup proper width for symbol_iaddr field
Jiri Olsa
2015-10-05
1
-0
/
+13
*
perf tools: Add support for sorting on the iaddr
Don Zickus
2015-10-05
3
-0
/
+39
*
perf tools: Introduce 'P' modifier to request max precision
Jiri Olsa
2015-10-05
4
-2
/
+12
*
perf tools: Export perf_event_attr__set_max_precise_ip()
Jiri Olsa
2015-10-05
2
-1
/
+3
*
perf annotate: Fix sizeof_sym_hist overflow issue
Jiri Olsa
2015-10-05
1
-1
/
+1
*
perf evlist: Display DATA_SRC sample type bit
Jiri Olsa
2015-10-05
1
-1
/
+1
*
perf probe: Allow probing on kmodules without dwarf
Masami Hiramatsu
2015-10-02
1
-3
/
+5
*
perf list: Honour 'event_glob' whem printing selectable PMUs
Arnaldo Carvalho de Melo
2015-10-02
1
-1
/
+2
*
perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
2015-10-01
1
-1
/
+1
*
perf report: Fix a bug on "--call-graph none" option
Namhyung Kim
2015-10-01
1
-1
/
+1
*
perf top: Register idle thread
Namhyung Kim
2015-10-01
2
-1
/
+3
*
perf tools: By default use the most precise "cycles" hw counter available
Arnaldo Carvalho de Melo
2015-09-30
1
-3
/
+19
*
perf list: Remove blank lines, headers when piping output
Arnaldo Carvalho de Melo
2015-09-30
2
-7
/
+8
*
perf probe: Improve error message when %return is on inlined function
Masami Hiramatsu
2015-09-30
1
-4
/
+9
*
perf probe: Fix a segfault bug in debuginfo_cache
Masami Hiramatsu
2015-09-30
1
-9
/
+12
[prev]
[next]