Age | Commit message (Expand) | Author | Files | Lines |
2015-06-20 | perf tools: Configurable per thread proc map processing time out | Kan Liang | 1 | -3/+6 |
2015-06-20 | perf tools: Add time out to force stop proc map processing | Kan Liang | 1 | -0/+1 |
2015-06-07 | perf tools: handle PERF_RECORD_LOST_SAMPLES | Kan Liang | 1 | -0/+17 |
2015-05-08 | perf machine: Protect the machine->threads with a rwlock | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2015-05-06 | perf tools: Add support for PERF_RECORD_ITRACE_START | Adrian Hunter | 1 | -0/+11 |
2015-05-06 | perf tools: Add support for PERF_RECORD_AUX | Adrian Hunter | 1 | -0/+13 |
2015-04-29 | perf script: Add field option 'flags' to print sample flags | Adrian Hunter | 1 | -0/+2 |
2015-04-29 | perf auxtrace: Add helpers for AUX area tracing errors | Adrian Hunter | 1 | -0/+6 |
2015-04-29 | perf tools: Add a user event for AUX area tracing errors | Adrian Hunter | 1 | -0/+16 |
2015-04-29 | perf tools: Add user events for AUX area tracing | Adrian Hunter | 1 | -0/+22 |
2015-03-31 | perf ordered_samples: Remove references to perf_{evlist,tool} and machines | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2014-12-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+1 |
2014-11-29 | perf session: Do not fail on processing out of order event | Jiri Olsa | 1 | -0/+1 |
2014-11-16 | perf tools: Add core support for sampling intr machine state regs | Stephane Eranian | 1 | -0/+1 |
2014-11-03 | perf tools: Add a thread stack for synthesizing call chains | Adrian Hunter | 1 | -0/+26 |
2014-10-29 | perf tools: Add id index | Adrian Hunter | 1 | -0/+15 |
2014-10-29 | perf tools: A thread's machine can be found via thread->mg->machine | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2014-10-10 | perf tools: Move events_stats struct to event.h | Arnaldo Carvalho de Melo | 1 | -0/+26 |
2014-08-14 | perf tools: Add flags and insn_len to struct sample | Adrian Hunter | 1 | -0/+2 |
2014-07-25 | perf tools: Expose 'addr' functions so they can be reused | Adrian Hunter | 1 | -0/+10 |
2014-06-12 | perf tools: Cache register accesses for unwind processing | Jiri Olsa | 1 | -0/+5 |
2014-06-09 | perf tools: Update mmap2 interface with protection and flag bits | Don Zickus | 1 | -0/+2 |
2014-05-05 | perf tools: Move sample data structures from perf.h | Jiri Olsa | 1 | -0/+24 |
2014-02-18 | perf callchain: Add mask into struct regs_dump | Jiri Olsa | 1 | -2/+3 |
2014-02-01 | perf record: Get ref_reloc_sym from kernel map | Adrian Hunter | 1 | -2/+1 |
2014-02-01 | perf tools: Add kallsyms__get_function_start() | Adrian Hunter | 1 | -0/+3 |
2014-01-13 | perf tools: Make perf_event__synthesize_mmap_events global | Jiri Olsa | 1 | -0/+7 |
2013-11-11 | perf record: Synthesize non-exec MMAP records when --data used | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2013-11-05 | perf tools: Finish the removal of 'self' arguments | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2013-10-11 | perf evlist: Fix perf_evlist__mmap_read event overflow | Jiri Olsa | 1 | -0/+3 |
2013-10-09 | perf tools: Adding throttle event data struct support | Jiri Olsa | 1 | -0/+7 |
2013-10-04 | tools/perf: Add support for record transaction flags | Andi Kleen | 1 | -0/+1 |
2013-09-11 | perf tools: Add attr->mmap2 support | Stephane Eranian | 1 | -0/+19 |
2013-08-29 | perf tools: Add a function to calculate sample event size | Adrian Hunter | 1 | -0/+2 |
2013-08-29 | perf tools: Expand perf_event__synthesize_sample() | Adrian Hunter | 1 | -0/+1 |
2013-08-29 | perf tools: Add missing 'abi' member to 'struct regs_dump' | Adrian Hunter | 1 | -0/+1 |
2013-08-29 | perf tools: Add support for PERF_SAMPLE_IDENTIFIER | Adrian Hunter | 1 | -1/+2 |
2013-08-29 | perf tools: Remove references to struct ip_event | Adrian Hunter | 1 | -11/+0 |
2013-08-12 | perf tools: Remove filter parameter of perf_event__preprocess_sample() | Adrian Hunter | 1 | -2/+1 |
2013-08-08 | perf tools: Add support for parsing PERF_SAMPLE_READ sample type | Jiri Olsa | 1 | -0/+18 |
2013-07-15 | perf tools: Remove event types framework completely | Jiri Olsa | 1 | -1/+1 |
2013-04-01 | perf tools: Add mem access sampling core support | Stephane Eranian | 1 | -0/+8 |
2013-04-01 | perf tools: Add support for weight v7 (modified) | Andi Kleen | 1 | -0/+1 |
2012-10-29 | perf tools: Move BUILD_ID_SIZE into build-id object | Jiri Olsa | 1 | -2/+1 |
2012-10-06 | perf event: No need to create a thread when handling PERF_RECORD_EXIT | Arnaldo Carvalho de Melo | 1 | -1/+5 |
2012-09-11 | perf tools: fix ALIGN redefinition in system headers | Irina Tirdea | 1 | -1/+1 |
2012-08-10 | perf tools: Support user regs and stack in sample parsing | Jiri Olsa | 1 | -0/+12 |
2012-08-02 | perf evsel: Adopt parse_sample method from perf_event | Arnaldo Carvalho de Melo | 1 | -3/+0 |
2012-03-09 | perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK | Roberto Agostino Vitillo | 1 | -0/+1 |
2011-12-12 | perf tools: Add ability to synthesize event according to a sample | Andrew Vagin | 1 | -0/+3 |