summaryrefslogtreecommitdiff
path: root/tools/perf/util/parse-events.c
AgeCommit message (Expand)Author
2011-05-17perf: Fix multi-event parsing bugStephane Eranian
2011-04-29perf list: Fix max event string sizeIngo Molnar
2011-04-29perf stat: Analyze front-end and back-end stall countsIngo Molnar
2011-04-29perf tools: Add front-end and back-end stalled cycles supportIngo Molnar
2011-04-26perf stat: Add stalled cycles to the default outputIngo Molnar
2011-04-26perf stat: Make all displayed event names parseable as wellIngo Molnar
2011-04-26perf stat: Fail more clearly when an invalid modifier is specifiedIngo Molnar
2011-04-26perf tools: Accept case-insensitive symbolic event variantsIngo Molnar
2011-04-26perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar
2011-03-14perf script: Add support for H/W and S/W eventsDavid Ahern
2011-02-17perf list: Allow filtering list of eventsArnaldo Carvalho de Melo
2011-02-17perf: make perf stat print user provided full event namesStephane Eranian
2011-01-24perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo
2011-01-22perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo
2011-01-17perf tools: Fix tracepoint id to string perf.data header tableArnaldo Carvalho de Melo
2011-01-17perf tools: Fix handling of wildcards in tracepoint event selectorsArnaldo Carvalho de Melo
2011-01-07perf tools: Pass whole attr to event selectorsLin Ming
2011-01-06perf tools: Fix buffer overflow error when specifying all tracepointsHan Pingtian
2011-01-04perf timechart: Adjust perf timechart to the new power eventsThomas Renninger
2011-01-03perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo
2011-01-03perf tools: Introduce event selectorsArnaldo Carvalho de Melo
2010-11-30perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford
2010-06-24perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker
2010-05-08Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar
2010-05-07perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra
2010-05-05perf list: Add explanation about raw hardware event descriptorsArnaldo Carvalho de Melo
2010-04-24perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker
2010-04-15perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker
2010-03-26perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo
2010-03-10perf: Add attr->precise support to raw event parsingPeter Zijlstra
2010-01-13perf tools: Support tracepoint glob matchingMasami Hiramatsu
2009-12-30perf header: perf_header__push_event() shouldn't dieArnaldo Carvalho de Melo
2009-12-30perf tools: Unify event type descriptionLiming Wang
2009-12-07perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper
2009-12-06perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-23perf tools: Add support for breakpoint events in perf toolsFrederic Weisbecker
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar
2009-11-08perf tools: Modify perf routines to use new debugfs routinesClark Williams
2009-10-28perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard
2009-10-27perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp
2009-10-27perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp
2009-10-15perf trace: Add filter SuppportLi Zefan
2009-10-12perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule
2009-09-24perf tools: Dont use openat()Eric Dumazet
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar
2009-09-19perf: Store trace event name/id pairs in perf.dataArjan van de Ven