summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.l
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add support for pinned modifierMichael Ellerman2013-08-071-1/+2
* perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa2013-08-071-1/+1
* perf tools: Add basic event modifier sanity checkJiri Olsa2012-11-141-1/+1
* perf tools: Add arbitary aliases and support names with -Andi Kleen2012-11-081-0/+2
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-1/+1
* perf tools: Catch event names from command lineRobert Richter2012-08-221-10/+40
* perf tools: Add support to parse event group syntaxJiri Olsa2012-08-141-0/+2
* perf tools: Fix parsing of 64 bit raw config value for 32 bitRobert Richter2012-08-081-2/+2
* perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2012-07-051-1/+1
* perf tools: Add empty rule for new line in event syntax parsingJiri Olsa2012-07-051-0/+1
* perf tools: Fix hw breakpoint's type modifier parsingJiri Olsa2012-06-291-1/+1
* perf/tool: Add support to reuse event grammar to parse out termsJiri Olsa2012-06-181-0/+13
* perf/tool: Make the event parser re-entrantZheng Yan2012-06-181-49/+67
* perf tools: Add hardcoded name term for pmu eventsJiri Olsa2012-05-221-0/+1
* perf tools: Separate 'mem:' event scanner bitsJiri Olsa2012-05-221-2/+23
* perf tools: Add 'G' and 'H' modifiers to event parsingGleb Natapov2012-04-171-1/+1
* perf tools: Add missing ref-cycles event back to event parserNamhyung Kim2012-03-291-0/+1
* perf tools: Add config options support for event parsingJiri Olsa2012-03-161-0/+19
* perf tools: Add parser generator for events parsingJiri Olsa2012-03-161-0/+107