Lines Matching +full:closed +full:- +full:loop

1 // SPDX-License-Identifier: GPL-2.0
3 * Common header file for probe-based Dynamic events.
9 * Copyright (C) IBM Corporation, 2010-2011
77 return make_data_loc(maxlen - consumed, offset + consumed); in update_data_loc()
98 FETCH_OP_UDEREF, /* User-space Dereference: .offset */
109 // Stage 5 (loop) op
110 FETCH_OP_LP_ARRAY, /* Array: .param = loop count */
136 #define FETCH_TOKEN_COMM (-ECOMM)
275 return !!(tp->event->flags & flag); in trace_probe_test_flag()
281 tp->event->flags |= flag; in trace_probe_set_flag()
287 tp->event->flags &= ~flag; in trace_probe_clear_flag()
297 return trace_event_name(&tp->event->call); in trace_probe_name()
302 return tp->event->call.class->system; in trace_probe_group_name()
308 return &tp->event->call; in trace_probe_event_call()
322 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
327 return &tp->event->probes; in trace_probe_probe_list()
339 /* tp->event is unregistered in trace_remove_event_call() */ in trace_probe_unregister_event_call()
340 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
345 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
379 list_for_each_entry(pos, &(tp)->event->files, list)
381 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
473 C(REFCNT_OPEN_BRACE, "Reference counter brace is not closed"), \
496 C(BAD_VAR, "Invalid $-valiable specified"), \
500 C(IMMSTR_NO_CLOSE, "String is not closed with '\"'"), \
507 C(DEREF_OPEN_BRACE, "Dereference brace is not closed"), \
510 C(ARRAY_NO_CLOSE, "Array is not closed"), \
547 C(NEED_STRING_TYPE, "$comm and immediate-string only accepts string type"),\