aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-parse.c
AgeCommit message (Expand)Author
2013-03-15perf tools: Remove unused tracing functionsDavid Ahern
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-14perf script: Fix a NULL pointer dereferenceNamhyung Kim
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo
2012-07-18Merge branch 'linus' into perf/coreIngo Molnar
2012-07-02perf script: Fix format regression due to libtraceevent mergeDavid Ahern
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-04-25parse-events: Rename struct record to struct pevent_recordSteven Rostedt
2012-04-25perf/events: Add flag to produce nsec outputSteven Rostedt
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-04-25perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt
2012-03-22perf tools: Simplify event_read_id exit pathBorislav Petkov
2012-02-17perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi
2012-01-30perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim
2012-01-24perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney
2011-11-07perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt
2011-06-14rcu: Use softirq to address performance regressionShaohua Li
2011-05-05rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney
2011-03-14perf script: Move printing of 'common' data from print_event and renameDavid Ahern
2011-03-14perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parseDavid Ahern
2011-02-07perf tool: Fix gcc 4.6.0 issuesKyle McMartin
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-05-11perf: Fix static strings treated like dynamic onesFrederic Weisbecker
2010-05-01perf: Fix warning while reading ring buffer headersFrederic Weisbecker
2010-04-15perf: Fix dynamic field detectionThomas Gleixner
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-08perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi
2010-01-31perf tools: Add __data_loc supportHitoshi Mitake
2009-12-10perf tools: Correct size given to memsetJulia Lawall
2009-12-06perf tools: Misc small fixesOGAWA Hirofumi
2009-11-28perf trace: Add interface to access perf data from Perl handlersTom Zanussi
2009-11-28perf trace: Add Perl scripting supportTom Zanussi
2009-11-28perf trace: Add flag/symbolic format_flagsTom Zanussi
2009-11-25perf tools: Add 'signed' flag setting back into trace-event-parse.cTom Zanussi
2009-10-21perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt
2009-10-15perf tools: Remove all char * typecasts and use const in prototypeSteven Rostedt
2009-10-15perf tools: Handle - and + in parsing trace print formatSteven Rostedt
2009-10-15perf tools: Add latency format to trace outputSteven Rostedt
2009-10-15perf tools: Handle both versions of ftrace outputSteven Rostedt
2009-10-15perf tools: Fix bprintk reading in trace outputSteven Rostedt
2009-10-15perf tools: Still continue on failed parsing of an eventSteven Rostedt
2009-10-15perf tools: Handle the case with and without the "signed" trace fieldSteven Rostedt
2009-10-15perf tools: Handle newlines in trace parsing betterSteven Rostedt
2009-10-15perf tools: Handle * as typecast in trace parsingSteven Rostedt
2009-10-15perf tools: Handle arrays in print fields for trace parsingSteven Rostedt
2009-10-15perf tools: Handle trace parsing of < and >Steven Rostedt
2009-10-15perf tools: Fix backslash processing on trace print formatsSteven Rostedt