aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.y (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-03perf tools: allow user to specify hardware breakpoint bp_lenJacob Shin1-2/+24
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang1-0/+40
2014-09-17perf tools: Let a user specify a PMU event without any config termsAdrian Hunter1-0/+10
2014-05-01tools: Consolidate types.hBorislav Petkov1-1/+1
2014-04-29perf tools: Parse tracepoints with '-' in system nameAlexander Yarygin1-0/+12
2013-07-12perf parse events: Demystify memory allocationsDavid Ahern1-22/+40
2013-02-14perf tools: Fix build with bison 2.3 and older.Vinson Lee1-1/+0
2013-01-31perf tools: Keep group informationNamhyung Kim1-0/+10
2013-01-24perf tools: Fix usage of __ in event parsing struct namesArnaldo Carvalho de Melo1-13/+13
2013-01-24perf tools: Fix usage of __ in parse_events_term structArnaldo Carvalho de Melo1-19/+19
2012-10-24perf tools: Add support to specify hw event as PMU event termJiri Olsa1-0/+18
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-2/+2
2012-08-22perf tools: Catch event names from command lineRobert Richter1-2/+18
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo1-2/+2
2012-08-14perf tools: Add support to update event modifierJiri Olsa1-1/+1
2012-08-14perf tools: Add support to parse event group syntaxJiri Olsa1-13/+80
2012-08-08perf tools: Fix parsing of 64 bit raw config value for 32 bitRobert Richter1-5/+5
2012-07-05perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa1-4/+11
2012-06-18perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa1-0/+12
2012-06-18perf/tool: Make the event parser re-entrantZheng Yan1-3/+6
2012-06-18perf/tool: Use data struct for arg passing in event parse functionJiri Olsa1-17/+35
2012-05-22perf tools: Add hardcoded name term for pmu eventsJiri Olsa1-0/+8
2012-05-22perf tools: Use allocated list for each parsed eventJiri Olsa1-16/+53
2012-05-18perf tools: Split term type into value type and term typeJiri Olsa1-8/+8
2012-03-22perf tools: Fix modifier to be applied on correct eventsJiri Olsa1-14/+26
2012-03-16perf tools: Add support to specify pmu style eventJiri Olsa1-1/+9
2012-03-16perf tools: Add config options support for event parsingJiri Olsa1-6/+88
2012-03-16perf tools: Add parser generator for events parsingJiri Olsa1-0/+127