summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.y
AgeCommit message (Expand)Author
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang
2014-09-17perf tools: Let a user specify a PMU event without any config termsAdrian Hunter
2014-05-01tools: Consolidate types.hBorislav Petkov
2014-04-29perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin
2013-07-12perf parse events: Demystify memory allocationsDavid Ahern
2013-02-14perf tools: Fix build with bison 2.3 and older.Vinson Lee
2013-01-31perf tools: Keep group informationNamhyung Kim
2013-01-24perf tools: Fix usage of __ in event parsing struct namesArnaldo Carvalho de Melo
2013-01-24perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo
2012-10-24perf tools: Add support to specify hw event as PMU event termJiri Olsa
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-22perf tools: Catch event names from command lineRobert Richter
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo
2012-08-14perf tools: Add support to update event modifierJiri Olsa
2012-08-14perf tools: Add support to parse event group syntaxJiri Olsa
2012-08-08perf tools: Fix parsing of 64 bit raw config value for 32 bitRobert Richter
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa
2012-06-18perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa
2012-06-18perf/tool: Make the event parser re-entrantZheng Yan
2012-06-18perf/tool: Use data struct for arg passing in event parse functionJiri Olsa
2012-05-22perf tools: Add hardcoded name term for pmu eventsJiri Olsa
2012-05-22perf tools: Use allocated list for each parsed eventJiri Olsa
2012-05-18perf tools: Split term type into value type and term typeJiri Olsa
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa
2012-03-16perf tools: Add config options support for event parsingJiri Olsa
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa