Searched refs:modifiers (Results 1 – 10 of 10) sorted by relevance
| /tools/perf/util/ |
| A D | demangle-cxx.cpp | 30 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 D | demangle-cxx.h | 11 char *cxx_demangle_sym(const char *str, bool params, bool modifiers);
|
| A D | parse-events.l | 156 static int modifiers(struct parse_events_state *parse_state, yyscan_t scanner) in modifiers() function 413 {modifier_event} { return modifiers(_parse_state, yyscanner); }
|
| A D | symbol.c | 2671 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 D | perf-list.txt | 59 more modifiers. Modifiers allow the user to restrict the events to be 60 counted. The following modifiers exist:
|
| A D | perf-stat.txt | 45 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 D | perf-top.txt | 251 For a full list of modifiers please see the perf record manpage.
|
| A D | perf-record.txt | 39 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 D | perf-intel-pt.txt | 274 Note that, as with all events, the event is suffixed with event modifiers:
|
| /tools/net/sunrpc/xdrgen/ |
| A D | README | 231 without the "static __maybe_unused" modifiers.
|
Completed in 19 milliseconds