Age | Commit message (Expand) | Author | Files | Lines |
2015-01-29 | perf tools: Do not use __perf_session__process_events() directly | Namhyung Kim | 1 | -3/+3 |
2015-01-21 | perf tools: Remove EOL whitespaces | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2014-12-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -6/+5 |
2014-11-29 | perf session: Do not fail on processing out of order event | Jiri Olsa | 1 | -6/+5 |
2014-11-16 | perf tools: Add core support for sampling intr machine state regs | Stephane Eranian | 1 | -5/+39 |
2014-10-29 | perf session: Add perf_session__deliver_synth_event() | Adrian Hunter | 1 | -0/+13 |
2014-10-29 | perf tools: Use evlist__for_each in a few remaining places | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+122 |
2014-10-29 | perf thread: Adopt resolve_callchain method from machine | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2014-10-16 | perf session: Add option to copy events when queueing | Alexander Yarygin | 1 | -3/+2 |
2014-10-14 | perf session: Remove last reference to hists struct | Arnaldo Carvalho de Melo | 1 | -7/+0 |
2014-10-10 | perf session: Don't count per evsel events | Arnaldo Carvalho de Melo | 1 | -16/+0 |
2014-10-09 | perf evsel: Add hists helper | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2014-09-26 | perf tools: Fix perf record as non root with kptr_restrict == 1 | Andi Kleen | 1 | -1/+1 |
2014-08-14 | perf machine: Add machine__thread_exec_comm() | Adrian Hunter | 1 | -1/+23 |
2014-08-14 | perf session: Add perf_session__peek_event() | Adrian Hunter | 1 | -0/+55 |
2014-08-12 | perf tools: Allow out of order messages in forced flush | Jiri Olsa | 1 | -3/+9 |
2014-08-12 | perf tools: Add debug prints for ordered events queue | Jiri Olsa | 1 | -1/+3 |
2014-08-12 | perf tools: Add ordered_events__free function | Jiri Olsa | 1 | -15/+2 |
2014-08-12 | perf tools: Add ordered_events__init function | Jiri Olsa | 1 | -5/+1 |
2014-08-12 | perf tools: Create ordered-events object | Jiri Olsa | 1 | -206/+0 |
2014-08-12 | perf tools: Make perf_session__deliver_event global | Jiri Olsa | 1 | -15/+8 |
2014-08-12 | perf tools: Flush ordered events in case of allocation failure | Jiri Olsa | 1 | -2/+27 |
2014-08-12 | perf tools: Limit ordered events queue size | Jiri Olsa | 1 | -3/+9 |
2014-08-12 | perf tools: Factor ordered_events__flush to be more generic | Jiri Olsa | 1 | -11/+36 |
2014-08-12 | perf tools: Add ordered_events__(new|delete) interface | Jiri Olsa | 1 | -71/+98 |
2014-08-12 | perf tools: Rename ordered_events members | Jiri Olsa | 1 | -44/+42 |
2014-08-12 | perf tools: Rename ordered_samples struct to ordered_events | Jiri Olsa | 1 | -59/+59 |
2014-08-12 | perf tools: Rename ordered_samples bool to ordered_events | Jiri Olsa | 1 | -5/+5 |
2014-07-24 | perf session: Fix accounting of ordered samples queue | Jiri Olsa | 1 | -2/+1 |
2014-07-24 | perf machine: Fix the lifetime of the VDSO temporary file | Adrian Hunter | 1 | -2/+0 |
2014-07-24 | perf session: Add ability to skip 4GiB or more | Adrian Hunter | 1 | -7/+8 |
2014-07-24 | perf session: Add ability to 'skip' a non-piped event stream | Adrian Hunter | 1 | -1/+6 |
2014-07-17 | perf session: Flag if the event stream is entirely in memory | Adrian Hunter | 1 | -1/+8 |
2014-07-17 | perf machine: Fix the value used for unknown pids | Adrian Hunter | 1 | -2/+3 |
2014-05-16 | perf session: Fix possible null pointer dereference in session.c | Masanari Iida | 1 | -2/+3 |
2014-03-15 | perf session: Change header.misc dump from decimal to hex | Don Zickus | 1 | -1/+1 |
2014-02-18 | perf callchain: Add mask into struct regs_dump | Jiri Olsa | 1 | -2/+3 |
2014-02-10 | perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properly | Jiri Olsa | 1 | -0/+6 |
2014-01-20 | perf session: Free cpu_map in perf_session__cpu_bitmap | Stanislav Fomichev | 1 | -3/+7 |
2014-01-13 | perf evlist: Introduce evlist__for_each() & friends | Arnaldo Carvalho de Melo | 1 | -3/+3 |
2013-12-28 | perf tools: Use zfree to help detect use after free bugs | Arnaldo Carvalho de Melo | 1 | -12/+12 |
2013-12-23 | perf kvm: Fix kvm report without guestmount. | Dongsheng Yang | 1 | -1/+6 |
2013-12-20 | perf symbols: Add 'machine' member to struct addr_location | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2013-12-13 | perf tools: Move mem_bswap32/64 to util.c | Adrian Hunter | 1 | -21/+0 |
2013-12-09 | perf script: Add an option to print the source line number | Adrian Hunter | 1 | -0/+8 |
2013-12-09 | perf script: Fix symoff printing in callchains | Adrian Hunter | 1 | -1/+6 |
2013-12-04 | perf script: Do not call perf_event__preprocess_sample() twice) | Adrian Hunter | 1 | -17/+14 |
2013-12-02 | perf tools: Use correct return type for readn function | Jiri Olsa | 1 | -1/+1 |
2013-11-27 | perf evsel: Skip ignored symbols while printing callchain | David Ahern | 1 | -2/+8 |