[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230427122656.42473-1-adrian.hunter@intel.com>
Date: Thu, 27 Apr 2023 15:26:55 +0300
From: Adrian Hunter <adrian.hunter@...el.com>
To: Arnaldo Carvalho de Melo <acme@...nel.org>
Cc: Jiri Olsa <jolsa@...nel.org>, Namhyung Kim <namhyung@...nel.org>,
Ian Rogers <irogers@...gle.com>, linux-kernel@...r.kernel.org,
linux-perf-users@...r.kernel.org
Subject: [PATCH 0/1] perf tools: Allow config terms with breakpoints
Hi
Here is a patch to the event parser for breakpoint events.
I am not that familiar with flex / bison, but it seemed to
need trailing context to stop the mem event colon and slash
delimiters from getting mixed up with delimiters for config
terms or event modifiers. Please look closely at that.
Adrian Hunter (1):
perf tools: Allow config terms with breakpoints
tools/perf/tests/parse-events.c | 135 ++++++++++++++++++++++++++++++++++++++++
tools/perf/util/parse-events.c | 23 +++++--
tools/perf/util/parse-events.h | 6 +-
tools/perf/util/parse-events.l | 7 ++-
tools/perf/util/parse-events.y | 42 +++++++------
5 files changed, 187 insertions(+), 26 deletions(-)
Regards
Adrian
Powered by blists - more mailing lists