Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 7 of 7) sorted by relevance

/linux/kernel/trace/
H A Dtrace_probe.c1053 ctx->stack[ctx->depth].typecast.casttype = arg + 1; in handle_typecast()
1054 ctx->stack[ctx->depth].typecast.fieldname = fieldname; in handle_typecast()
1055 ctx->stack[ctx->depth].typecast.orig_offset = orig_offset; in handle_typecast()
1056 ctx->stack[ctx->depth].typecast.field_offset_diff = fieldname - arg; in handle_typecast()
1057 ctx->stack[ctx->depth].typecast.inner_arg = tmp; in handle_typecast()
1667 arg = ctx->stack[ctx->depth].typecast.inner_arg; in parse_probe_arg_nested()
1768 ctx->offset = state->typecast.orig_offset + 1; /* for the '(' */ in unwind_parse_states()
1769 ret = parse_btf_casttype(state->typecast.casttype, ctx); in unwind_parse_states()
1773 ctx->offset = state->typecast.orig_offset + in unwind_parse_states()
1774 state->typecast.field_offset_diff; in unwind_parse_states()
[all …]
H A Dtrace_probe.h462 } typecast; member
/linux/Documentation/trace/
H A Deprobetrace.rst49 (STRUCT)FIELD->MEMBER[->MEMBER] : If BTF is supported, typecast FIELD to
56 (STRUCT)(FETCHARG)->MEMBER[->MEMBER] : typecast can nest, so the above can
H A Dfprobetrace.rst63 (STRUCT[,ASGN])FIELD->MEMBER[->MEMBER] : If BTF is supported, typecast FIELD to
68 (STRUCT[,ASGN])(FETCHARG)->MEMBER[->MEMBER] : typecast can nest, so the above can
H A Dkprobetrace.rst67 (STRUCT[,ASGN])FIELD->MEMBER[->MEMBER] : If BTF is supported, typecast FIELD to
73 (STRUCT[,ASGN])(FETCHARG)->MEMBER[->MEMBER] : typecast can nest, so the above can
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c298 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
/linux/Documentation/scsi/
H A DChangeLog.lpfc58 - remove typecast for constants - a U postfix marks them