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