Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dlsm.c96 int is_stack = 0; in BPF_PROG() local
98 is_stack = (vma->vm_start <= vma->vm_mm->start_stack && in BPF_PROG()
101 if (is_stack && monitored_pid == pid) { in BPF_PROG()
/Linux-v6.6/kernel/trace/
Dtrace_synth.h21 bool is_stack; member
Dtrace_events_synth.c391 } else if (se->fields[i]->is_stack) { in print_synth_event()
530 if (event->dynamic_fields[i]->is_stack) { in trace_event_raw_event_synth()
562 } else if (event->fields[i]->is_stack) { in trace_event_raw_event_synth()
630 else if (event->fields[i]->is_stack) in __set_synth_event_print_fmt()
802 field->is_stack = true; in parse_synth_field()
Dtrace_events_hist.c3891 if (strstr(hist_field->type, "long[") && field->is_stack) in check_synth_field()