Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | perf report: Implement perf.data record decompression | Alexey Budankov | 1 | -0/+10 |
2019-05-15 | perf record: Implement compression for serial trace streaming | Alexey Budankov | 1 | -0/+2 |
2019-05-15 | perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics | Alexey Budankov | 1 | -0/+2 |
2018-09-19 | perf tools: Remove perf_tool from event_op2 | Jiri Olsa | 1 | -3/+2 |
2017-11-18 | Merge tag 'perf-core-for-mingo-4.15-20171117' of git://git.kernel.org/pub/scm... | Ingo Molnar | 1 | -1/+1 |
2017-11-17 | perf ordered_events: Pass timestamp arg in perf_session__queue_event | Jiri Olsa | 1 | -1/+1 |
2017-11-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-30 | perf tools: Rename struct perf_data_file to perf_data | Jiri Olsa | 1 | -2/+2 |
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 |