Home
last modified time | relevance | path

Searched refs:modifiers (Results 1 – 10 of 10) sorted by relevance

/tools/perf/util/
A Ddemangle-cxx.cpp30 bool modifiers __maybe_unused) in cxx_demangle_sym()
33 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
37 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
A Ddemangle-cxx.h11 char *cxx_demangle_sym(const char *str, bool params, bool modifiers);
A Dparse-events.l156 static int modifiers(struct parse_events_state *parse_state, yyscan_t scanner) in modifiers() function
413 {modifier_event} { return modifiers(_parse_state, yyscanner); }
A Dsymbol.c2671 bool modifiers __maybe_unused) in cxx_demangle_sym()
2674 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
2678 int flags = (params ? DMGL_PARAMS : 0) | (modifiers ? DMGL_ANSI : 0); in cxx_demangle_sym()
/tools/perf/Documentation/
A Dperf-list.txt59 more modifiers. Modifiers allow the user to restrict the events to be
60 counted. The following modifiers exist:
A Dperf-stat.txt45 and a list of event modifiers, e.g., cpu-cycles:p. See the
46 linkperf:perf-list[1] man page for details on event modifiers.
A Dperf-top.txt251 For a full list of modifiers please see the perf record manpage.
A Dperf-record.txt39 and a list of event modifiers, e.g., cpu-cycles:p. See the
40 linkperf:perf-list[1] man page for details on event modifiers.
A Dperf-intel-pt.txt274 Note that, as with all events, the event is suffixed with event modifiers:
/tools/net/sunrpc/xdrgen/
A DREADME231 without the "static __maybe_unused" modifiers.

Completed in 19 milliseconds