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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dpyperf.h167 int32_t *symbol_counter; member in struct:process_frame_ctx
182 int32_t *symbol_counter = ctx->symbol_counter; local
188 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu;
200 (*symbol_counter)++;
281 int32_t* symbol_counter = bpf_map_lookup_elem(&symbolmap, &sym); local
282 if (symbol_counter == NULL)
287 .symbol_counter = symbol_counter,
316 int32_t new_symbol_id = *symbol_counter * 6
[all...]

Completed in 114 milliseconds