summaryrefslogtreecommitdiff
path: root/tools/perf/util/parse-events.y
AgeCommit message (Expand)AuthorFilesLines
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