Home
last modified time | relevance | path

Searched refs:last_sym_value (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_ksym.c8 unsigned long last_sym_value = 0; variable
44 if (last_sym_value) in dump_ksym()
45 BPF_SEQ_PRINTF(seq, "0x%x\n", iter->value - last_sym_value); in dump_ksym()
51 last_sym_value = value; in dump_ksym()

Completed in 1 milliseconds