aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/trace-event-parse.c
Commit message (Expand)AuthorAge
* perf tools: Introduce event_format__fprintf methodArnaldo Carvalho de Melo2015-02-06
* perf tools: Fix memory leak in event_format__print functionJiri Olsa2014-02-18
* perf tools: Add trace-event objectJiri Olsa2013-12-04
* perf tools: Remove unused trace-event-* codeJiri Olsa2013-10-09
* perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms()Ingo Molnar2013-09-19
* perf script: Adopt latency_format variableNamhyung Kim2013-07-12
* perf util: Get rid of unused header_page_* variablesNamhyung Kim2013-07-12
* perf tools: Remove unused tracing functionsDavid Ahern2013-03-15
* perf tools: remove sscanf extension %asIrina Tirdea2012-09-24
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf script: Fix a NULL pointer dereferenceNamhyung Kim2012-08-14
* perf script: Stop using pevent directlyArnaldo Carvalho de Melo2012-08-07
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-07
* Merge branch 'linus' into perf/coreIngo Molnar2012-07-18
|\
| * perf script: Fix format regression due to libtraceevent mergeDavid Ahern2012-07-02
* | perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-27
|/
* parse-events: Rename struct record to struct pevent_recordSteven Rostedt2012-04-25
* perf/events: Add flag to produce nsec outputSteven Rostedt2012-04-25
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-25
* perf: Separate out trace-cmd parse-events from perf filesSteven Rostedt2012-04-25
* perf tools: Simplify event_read_id exit pathBorislav Petkov2012-03-22
* perf tools: Allow expressions in __print_symbolic() fieldsStefan Hajnoczi2012-02-17
* perf tools: Remove unnecessary ctype.h inclusionNamhyung Kim2012-01-30
* perf tools: Fix broken build by defining _GNU_SOURCE in MakefileDavid Daney2012-01-24
* perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt2011-11-07
* rcu: Use softirq to address performance regressionShaohua Li2011-06-14
* rcu: move TREE_RCU from softirq to kthreadPaul E. McKenney2011-05-06
* perf script: Move printing of 'common' data from print_event and renameDavid Ahern2011-03-14
* perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parseDavid Ahern2011-03-14
* perf tool: Fix gcc 4.6.0 issuesKyle McMartin2011-02-07
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-05-18
|\
| * perf: Fix warning while reading ring buffer headersFrederic Weisbecker2010-04-30
| * perf: Fix dynamic field detectionThomas Gleixner2010-04-14
| * perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-14
| * perf trace: Ignore "overwrite" field if present in /events/header_pageArnaldo Carvalho de Melo2010-04-08
* | perf: Fix static strings treated like dynamic onesFrederic Weisbecker2010-05-11
|/
* perf/scripts: Move common code out of Perl-specific filesTom Zanussi2010-02-23
* perf tools: Add __data_loc supportHitoshi Mitake2010-01-31
* perf tools: Correct size given to memsetJulia Lawall2009-12-10
* perf tools: Misc small fixesOGAWA Hirofumi2009-12-06
* perf trace: Add interface to access perf data from Perl handlersTom Zanussi2009-11-28
* perf trace: Add Perl scripting supportTom Zanussi2009-11-28
* perf trace: Add flag/symbolic format_flagsTom Zanussi2009-11-28
* perf tools: Add 'signed' flag setting back into trace-event-parse.cTom Zanussi2009-11-25
* perf tools: Use strsep() over strtok_r() for parsing single lineSteven Rostedt2009-10-21
* perf tools: Remove all char * typecasts and use const in prototypeSteven Rostedt2009-10-15
* perf tools: Handle - and + in parsing trace print formatSteven Rostedt2009-10-15
* perf tools: Add latency format to trace outputSteven Rostedt2009-10-15
* perf tools: Handle both versions of ftrace outputSteven Rostedt2009-10-15
* perf tools: Fix bprintk reading in trace outputSteven Rostedt2009-10-15