aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-24perf: Don't use 4 bytes as a default instruction breakpoint lengthFrederic Weisbecker1-2/+9
2010-05-08Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/coreIngo Molnar1-1/+2
2010-05-07perf list: Improve the raw hw event descriptor documentationArnaldo Carvalho de Melo1-1/+2
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra1-9/+16
2010-05-05perf list: Add explanation about raw hardware event descriptorsArnaldo Carvalho de Melo1-1/+1
2010-04-24perf: Fix initialization bug in parse_single_tracepoint_event()Stephane Eranian1-6/+7
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker1-0/+2
2010-04-15perf: Always record tracepoints raw samples from perf recordFrederic Weisbecker1-10/+4
2010-03-26perf symbols: Move hex2u64 and strxfrchar to symbol.cArnaldo Carvalho de Melo1-0/+1
2010-03-10perf: Add attr->precise support to raw event parsingPeter Zijlstra1-0/+4
2010-01-13perf tools: Support tracepoint glob matchingMasami Hiramatsu1-3/+8
2009-12-30perf header: perf_header__push_event() shouldn't dieArnaldo Carvalho de Melo1-7/+11
2009-12-30perf tools: Unify event type descriptionLiming Wang1-9/+10
2009-12-07perf tools: Optimize parse_subsystem_tracepoint_event()Ulrich Drepper1-12/+3
2009-12-06perf tools: Correct size computation in tracepoint_id_to_path()Julia Lawall1-1/+1
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-1/+1
2009-11-23perf tools: Add support for breakpoint events in perf toolsFrederic Weisbecker1-1/+83
2009-11-15Merge branches 'perf/powerpc' and 'perf/bench' into perf/coreIngo Molnar1-0/+4
2009-11-08perf tools: Modify perf routines to use new debugfs routinesClark Williams1-13/+4
2009-10-28perf_event: Add alignment-faults and emulation-faults software eventsAnton Blanchard1-0/+4
2009-10-27perf tools: Output 'perf list' to stdout not stderrMarti Raudsepp1-10/+10
2009-10-27perf tools: Notify user when unrecognized event is specifiedMarti Raudsepp1-0/+2
2009-10-15perf trace: Add filter SuppportLi Zefan1-2/+24
2009-10-12perf tools: Remove static debugfs path from parse-eventsAshwin Chaugule1-1/+4
2009-09-24perf tools: Dont use openat()Eric Dumazet1-29/+20
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-16/+16
2009-09-19perf: Store trace event name/id pairs in perf.dataArjan van de Ven1-0/+25
2009-09-18perf trace: Sample timestamp and cpu when using record flagLi Zefan1-1/+4
2009-09-18perf tools: Increase MAX_EVENT_LENGTHLi Zefan1-1/+1
2009-09-13perf sched: Implement the 'perf sched record' subcommandIngo Molnar1-1/+2
2009-09-13perf tools: Allow the specification of all tracepoints at onceFrederic Weisbecker1-50/+154
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+4
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar1-0/+10
2009-09-04perf tools: Avoid unnecessary work in directory lookupsUlrich Drepper1-31/+37
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker1-8/+39
2009-08-16perf: Enable more compiler warningsIngo Molnar1-13/+13
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker1-0/+10
2009-08-11tracing: Add more namespace area to 'perf list' outputJason Baron1-4/+4
2009-08-09perf list: Fix the output to not include tracepoints without an idPeter Zijlstra1-1/+17
2009-08-09perf report: Fix per task mult-counter stat reportingPeter Zijlstra1-1/+7
2009-07-22perf_counter: Detect debugfs locationJason Baron1-16/+17
2009-07-22perf_counter: Add tracepoint support to perf list, perf statJason Baron1-1/+174
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-10perf_counter tools: Rename cache events to remove $Anton Blanchard1-2/+2
2009-07-01perf list: Add cache eventsJaswinder Singh Rajput1-1/+16
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar1-1/+1
2009-07-01perf_counter tools: Rework event string parsing/syntaxPaul Mackerras1-72/+160
2009-06-25perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput1-2/+2
2009-06-25perf_counter tools: Shorten names for eventsJaswinder Singh Rajput1-17/+28
2009-06-25perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput1-0/+33