aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2014-11-28perf session: Do not fail on processing out of order eventJiri Olsa1-0/+1
2014-11-16perf tools: Add core support for sampling intr machine state regsStephane Eranian1-0/+1
2014-11-03perf tools: Add a thread stack for synthesizing call chainsAdrian Hunter1-0/+26
2014-10-29perf tools: Add id indexAdrian Hunter1-0/+15
2014-10-29perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo1-1/+0
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo1-0/+26
2014-08-13perf tools: Add flags and insn_len to struct sampleAdrian Hunter1-0/+2
2014-07-25perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter1-0/+10
2014-06-12perf tools: Cache register accesses for unwind processingJiri Olsa1-0/+5
2014-06-09perf tools: Update mmap2 interface with protection and flag bitsDon Zickus1-0/+2
2014-05-05perf tools: Move sample data structures from perf.hJiri Olsa1-0/+24
2014-02-18perf callchain: Add mask into struct regs_dumpJiri Olsa1-2/+3
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter1-2/+1
2014-01-31perf tools: Add kallsyms__get_function_start()Adrian Hunter1-0/+3
2014-01-13perf tools: Make perf_event__synthesize_mmap_events globalJiri Olsa1-0/+7
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo1-2/+2
2013-11-05perf tools: Finish the removal of 'self' argumentsArnaldo Carvalho de Melo1-1/+2
2013-10-11perf evlist: Fix perf_evlist__mmap_read event overflowJiri Olsa1-0/+3
2013-10-09perf tools: Adding throttle event data struct supportJiri Olsa1-0/+7
2013-10-04tools/perf: Add support for record transaction flagsAndi Kleen1-0/+1
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian1-0/+19
2013-08-29perf tools: Add a function to calculate sample event sizeAdrian Hunter1-0/+2
2013-08-29perf tools: Expand perf_event__synthesize_sample()Adrian Hunter1-0/+1
2013-08-29perf tools: Add missing 'abi' member to 'struct regs_dump'Adrian Hunter1-0/+1
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter1-1/+2
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter1-11/+0
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter1-2/+1
2013-08-07perf tools: Add support for parsing PERF_SAMPLE_READ sample typeJiri Olsa1-0/+18
2013-07-15perf tools: Remove event types framework completelyJiri Olsa1-1/+1
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian1-0/+8
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen1-0/+1
2012-10-29perf tools: Move BUILD_ID_SIZE into build-id objectJiri Olsa1-2/+1
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-1/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea1-1/+1
2012-08-10perf tools: Support user regs and stack in sample parsingJiri Olsa1-0/+12
2012-08-02perf evsel: Adopt parse_sample method from perf_eventArnaldo Carvalho de Melo1-3/+0
2012-03-09perf tools: Add code to support PERF_SAMPLE_BRANCH_STACKRoberto Agostino Vitillo1-0/+1
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin1-0/+3
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo1-0/+6
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-11/+11
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-12/+9
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-12/+26
2011-09-23perf tool: Fix endianness handling of u32 data in samplesDavid Ahern1-1/+1
2011-06-03perf evlist: Don't die if sample_{id_all|type} is invalidArnaldo Carvalho de Melo1-2/+0
2011-05-22perf tools: Pre-check sample size before parsingFrederic Weisbecker1-1/+11
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-2/+4
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo1-2/+4
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-33/+36
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-9/+9