Age | Commit message (Expand) | Author | Files | Lines |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-04-24 | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-04-13 | perf evsel: Move some methods from session.[ch] to evsel.[ch] | Arnaldo Carvalho de Melo | 1 | -13/+0 |
2016-04-12 | perf evsel: Allow unresolved symbol names to be printed as addresses | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2016-04-12 | perf evsel: Rename print_ip() to fprintf_sym() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
2016-04-12 | perf evsel: Allow passing a left alignment when printing a symbol | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2016-04-12 | perf evsel: Allow specifying a file to output in perf_evsel__print_ip | Milian Wolff | 1 | -1/+2 |
2016-03-31 | perf tools: Add time conversion event | Adrian Hunter | 1 | -0/+1 |
2015-12-10 | perf tools: Make perf_session__register_idle_thread drop the refcount | Masami Hiramatsu | 1 | -1/+1 |
2015-10-01 | perf top: Register idle thread | Namhyung Kim | 1 | -0/+2 |
2015-05-05 | perf tools: Add AUX area tracing index | Adrian Hunter | 1 | -0/+1 |
2015-04-29 | perf session: Add instruction tracing options | Adrian Hunter | 1 | -0/+2 |
2015-04-29 | perf session: Add hooks to allow transparent decoding of AUX area tracing data | Adrian Hunter | 1 | -0/+3 |
2015-03-31 | perf ordered_samples: Remove references to perf_{evlist,tool} and machines | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2015-03-12 | perf ordered_events: Allow tools to specify a deliver method | Arnaldo Carvalho de Melo | 1 | -6/+0 |
2015-03-11 | perf ordered_events: Shorten function signatures | Arnaldo Carvalho de Melo | 1 | -7/+4 |
2015-03-11 | perf ordered_events: Untangle from perf_session | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2015-02-23 | perf evlist: Adopt events_stats from perf_session | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2015-01-29 | perf tools: Do not use __perf_session__process_events() directly | Namhyung Kim | 1 | -3/+0 |
2014-10-29 | perf session: Add perf_session__deliver_synth_event() | Adrian Hunter | 1 | -0/+5 |
2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+10 |
2014-10-14 | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2014-09-26 | perf tools: Use ACCESS_ONCE() instead of volatile cast | Pranith Kumar | 1 | -1/+1 |
2014-08-14 | perf session: Add perf_session__peek_event() | Adrian Hunter | 1 | -0/+5 |
2014-08-12 | perf tools: Create ordered-events object | Jiri Olsa | 1 | -16/+1 |
2014-08-12 | perf tools: Make perf_session__deliver_event global | Jiri Olsa | 1 | -0/+5 |
2014-08-12 | perf tools: Flush ordered events in case of allocation failure | Jiri Olsa | 1 | -1/+2 |
2014-08-12 | perf tools: Limit ordered events queue size | Jiri Olsa | 1 | -0/+2 |
2014-08-12 | perf tools: Rename ordered_events members | Jiri Olsa | 1 | -6/+6 |
2014-08-12 | perf tools: Rename ordered_samples struct to ordered_events | Jiri Olsa | 1 | -5/+5 |
2014-07-17 | perf session: Flag if the event stream is entirely in memory | Adrian Hunter | 1 | -0/+3 |
2013-12-20 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2013-12-13 | perf tools: Move mem_bswap32/64 to util.c | Adrian Hunter | 1 | -2/+0 |
2013-12-09 | perf script: Add an option to print the source line number | Adrian Hunter | 1 | -0/+1 |
2013-12-04 | perf tools: Add trace-event object | Jiri Olsa | 1 | -1/+2 |
2013-12-04 | perf script: Do not call perf_event__preprocess_sample() twice) | Adrian Hunter | 1 | -2/+2 |
2013-11-05 | perf tools: Finish the removal of 'self' arguments | Arnaldo Carvalho de Melo | 1 | -13/+14 |
2013-10-22 | perf session: Separating data file properties from session | Jiri Olsa | 1 | -4/+1 |
2013-10-22 | perf tools: Add perf_data_file__open interface to data object | Jiri Olsa | 1 | -1/+1 |
2013-10-22 | perf tools: Add data object to handle perf data file | Jiri Olsa | 1 | -3/+3 |
2013-09-19 | perf session: Check for SIGINT in more loops | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2013-08-12 | perf evsel: Add option to limit stack depth in callchain dumps | David Ahern | 1 | -1/+1 |
2013-08-12 | perf evsel: Add option to print stack trace on single line | David Ahern | 1 | -0/+1 |
2013-08-12 | perf tool: Simplify options to perf_evsel__print_ip | David Ahern | 1 | -1/+6 |
2013-08-08 | perf session: Export queue_event function | David Ahern | 1 | -4/+2 |
2013-08-08 | perf session: Export a few functions for event processing | David Ahern | 1 | -0/+7 |
2013-07-12 | perf tools: Remove cwd from perf_session struct | Jiri Olsa | 1 | -1/+0 |
2013-05-29 | perf tools: Remove cwdlen from struct perf_session | Jiri Olsa | 1 | -1/+0 |
2013-03-15 | perf session: Remove unused perf_session__remove_thread method | David Ahern | 1 | -1/+0 |