aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.c
Commit message (Expand)AuthorAgeFilesLines
* perf: Fix multi-event parsing bugStephane Eranian2011-05-171-0/+3
* perf list: Fix max event string sizeIngo Molnar2011-04-291-12/+13
* perf stat: Analyze front-end and back-end stall countsIngo Molnar2011-04-291-3/+4
* perf tools: Add front-end and back-end stalled cycles supportIngo Molnar2011-04-291-18/+19
* perf stat: Add stalled cycles to the default outputIngo Molnar2011-04-261-5/+6
* perf stat: Make all displayed event names parseable as wellIngo Molnar2011-04-261-2/+2
* perf stat: Fail more clearly when an invalid modifier is specifiedIngo Molnar2011-04-261-11/+22
* perf tools: Accept case-insensitive symbolic event variantsIngo Molnar2011-04-261-3/+5
* perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLESIngo Molnar2011-04-261-0/+1
* perf script: Add support for H/W and S/W eventsDavid Ahern2011-03-141-0/+22
* perf list: Allow filtering list of eventsArnaldo Carvalho de Melo2011-02-171-18/+76
* perf: make perf stat print user provided full event namesStephane Eranian2011-02-171-0/+10
* perf tools: Pass the struct opt to the wildcard parsing routineArnaldo Carvalho de Melo2011-01-241-9/+11
* perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo2011-01-221-42/+9
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-1/+1
* perf tools: Fix tracepoint id to string perf.data header tableArnaldo Carvalho de Melo2011-01-171-29/+0
* perf tools: Fix handling of wildcards in tracepoint event selectorsArnaldo Carvalho de Melo2011-01-171-1/+1
* perf tools: Pass whole attr to event selectorsLin Ming2011-01-071-3/+10
* perf tools: Fix buffer overflow error when specifying all tracepointsHan Pingtian2011-01-061-31/+30
* perf timechart: Adjust perf timechart to the new power eventsThomas Renninger2011-01-041-0/+41
* perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo2011-01-031-0/+11
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-031-16/+31
* perf tools: fix event parsing of comma-separated tracepoint eventsCorey Ashford2010-11-301-4/+8
* perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker2010-06-241-2/+9
* Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/lin...Ingo Molnar2010-05-081-1/+2
|\
| * perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo2010-05-071-1/+2
* | perf, x86: Improve the PEBS ABIPeter Zijlstra2010-05-071-9/+16
|/
* perf list: Add explanation about raw hardware event descriptorsArnaldo Carvalho de Melo2010-05-051-1/+1
* perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian2010-04-241-6/+7
* perf: Make the trace events sample period default to 1Frederic Weisbecker2010-04-151-0/+2
* perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker2010-04-151-10/+4
* perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo2010-03-261-0/+1
* perf: Add attr->precise support to raw event parsingPeter Zijlstra2010-03-101-0/+4
* perf tools: Support tracepoint glob matchingMasami Hiramatsu2010-01-131-3/+8
* perf header: perf_header__push_event() shouldn't dieArnaldo Carvalho de Melo2009-12-301-7/+11
* perf tools: Unify event type descriptionLiming Wang2009-12-301-9/+10
* perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper2009-12-071-12/+3
* perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall2009-12-061-1/+1
* perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo2009-11-241-1/+1
* perf tools: Add support for breakpoint events in perf toolsFrederic Weisbecker2009-11-231-1/+83
*-. Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar2009-11-151-0/+4
|\ \
| * | perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard2009-10-281-0/+4
* | | perf tools: Modify perf routines to use new debugfs routinesClark Williams2009-11-081-13/+4
| |/ |/|
* | perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp2009-10-271-10/+10
* | perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp2009-10-271-0/+2
* | perf trace: Add filter SuppportLi Zefan2009-10-151-2/+24
|/
* perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule2009-10-121-1/+4
* perf tools: Dont use openat()Eric Dumazet2009-09-241-29/+20
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-16/+16
* perf: Store trace event name/id pairs in perf.dataArjan van de Ven2009-09-191-0/+25