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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstrobemeta.h134 * calc_location() in below for details.
278 static void *calc_location(struct strobe_value_loc *loc, void *tls_base) function
348 void *location = calc_location(&cfg->int_locs[idx], tls_base);
368 location = calc_location(&cfg->str_locs[idx], tls_base);
402 location = calc_location(&cfg->map_locs[idx], tls_base);

Completed in 101 milliseconds