aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/parse-events.l
AgeCommit message (Expand)Author
2018-06-06perf record: Enable arbitrary event names thru name= modifierAlexey Budankov
2018-03-08perf pmu: Support wildcards on pmu name in dynamic pmu eventsAgustin Vega-Frias
2017-11-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-11-09perf tools: Fix eBPF event specification parsingJiri Olsa
2017-11-09perf tools: Add "reject" option for parse-events.lJiri Olsa
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-10-27perf tools: Unwind properly location after REJECTJiri Olsa
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-13perf tools: Check wether the eBPF file exists in event parsingJiri Olsa
2017-09-13perf stat: Support duration_time for metricsAndi Kleen
2017-09-13perf tools: Support weak groups in 'perf stat'Andi Kleen
2017-08-22perf bpf: Tighten detection of BPF eventsAndi Kleen
2016-10-17perf jevents: Handle events including .c and .oWang Nan
2016-09-13perf tools: Add infrastructure for PMU specific configurationMathieu Poirier
2016-07-15perf tools: Enable overwrite settingsWang Nan
2016-06-06perf stat: Basic support for TopDown in perf statAndi Kleen
2016-05-30perf tools: Per event max-stack settingsArnaldo Carvalho de Melo
2016-02-22perf tools: Introduce bpf-output eventWang Nan
2016-02-22perf tools: Enable indices setting syntax for BPF mapWang Nan
2016-02-22perf tools: Enable BPF object configure syntaxWang Nan
2016-02-19perf tools: Create config_term_names arrayWang Nan
2015-10-29perf tools: Compile scriptlets to BPF objects when passing '.c' to --eventWang Nan
2015-10-28perf tools: Enable passing bpf object file to --eventWang Nan
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa
2015-09-28perf tools: Show proper error message for wrong terms of hw/sw eventsHe Kuang
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-05perf tools: Per-event time supportKan Liang
2015-06-23perf tools: Allow events with dotAndi Kleen
2015-04-29perf tools: Add term support for parse_events_errorJiri Olsa
2015-04-29perf tools: Add flex support for parse_events_errorJiri Olsa
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa
2014-12-03perf tools: allow user to specify hardware breakpoint bp_lenJacob Shin
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang
2013-10-11perf tools: Move start conditions to start of the flex fileJiri Olsa
2013-09-02perf tools: Add support for PERF_COUNT_SW_DUMMYAdrian Hunter
2013-08-07perf tools: Add support for pinned modifierMichael Ellerman
2013-08-07perf tools: Add 'S' event/group modifier to read sample valueJiri Olsa
2012-11-14perf tools: Add basic event modifier sanity checkJiri Olsa
2012-11-08perf tools: Add arbitary aliases and support names with -Andi Kleen
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-08-22perf tools: Catch event names from command lineRobert Richter
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-07-05perf tools: Add empty rule for new line in event syntax parsingJiri Olsa
2012-06-29perf tools: Fix hw breakpoint's type modifier parsingJiri 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