Home
last modified time | relevance | path

Searched refs:trace_event_is_pattern (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/trace/
H A Dqmp.c56 bool is_pattern = trace_event_is_pattern(name); in qmp_trace_event_get_state()
92 bool is_pattern = trace_event_is_pattern(name); in qmp_trace_event_set_state()
H A Dcontrol-internal.h16 static inline bool trace_event_is_pattern(const char *str) in trace_event_is_pattern() function
H A Dcontrol.h82 static bool trace_event_is_pattern(const char *str);
H A Dcontrol.c163 bool is_pattern = trace_event_is_pattern(line_ptr); in do_trace_enable_events()