Home
last modified time | relevance | path

Searched refs:bpf_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/trace/
H A Dbpf_trace.h13 TP_PROTO(const char *bpf_string),
15 TP_ARGS(bpf_string),
18 __string(bpf_string, bpf_string)
22 __assign_str(bpf_string, bpf_string);
25 TP_printk("%s", __get_str(bpf_string))
/openbmc/linux/tools/bpf/
H A Dbpf_dbg.c1004 static int cmd_load_bpf(char *bpf_string) in cmd_load_bpf() argument
1013 if (sscanf(bpf_string, "%hu%c", &bpf_len, &sp) != 2 || in cmd_load_bpf()
1019 token = bpf_string; in cmd_load_bpf()