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
78 return make_data_loc(maxlen - consumed, offset + consumed); in update_data_loc()
99 FETCH_OP_UDEREF, /* User-space Dereference: .offset */
110 // Stage 5 (loop) op
111 FETCH_OP_LP_ARRAY, /* Array: .param = loop count */
137 #define FETCH_TOKEN_COMM (-ECOMM)
276 return !!(tp->event->flags & flag); in trace_probe_test_flag()
282 tp->event->flags |= flag; in trace_probe_set_flag()
288 tp->event->flags &= ~flag; in trace_probe_clear_flag()
298 return trace_event_name(&tp->event->call); in trace_probe_name()
303 return tp->event->call.class->system; in trace_probe_group_name()
309 return &tp->event->call; in trace_probe_event_call()
323 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
328 return &tp->event->probes; in trace_probe_probe_list()
340 /* tp->event is unregistered in trace_remove_event_call() */ in trace_probe_unregister_event_call()
341 return trace_remove_event_call(&tp->event->call); in trace_probe_unregister_event_call()
346 return !!list_is_singular(&tp->event->files); in trace_probe_has_single_file()
380 list_for_each_entry(pos, &(tp)->event->files, list)
382 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
474 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"),