Searched refs:typecast (Results 1 – 7 of 7) sorted by relevance
| /linux/kernel/trace/ |
| H A D | trace_probe.c | 1053 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 D | trace_probe.h | 462 } typecast; member
|
| /linux/Documentation/trace/ |
| H A D | eprobetrace.rst | 49 (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 D | fprobetrace.rst | 63 (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 D | kprobetrace.rst | 67 (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 D | trace-event-python.c | 298 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
|
| /linux/Documentation/scsi/ |
| H A D | ChangeLog.lpfc | 58 - remove typecast for constants - a U postfix marks them
|