Searched refs:intel_pt_lookahead_cb_t (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 235 typedef int (*intel_pt_lookahead_cb_t)(struct intel_pt_buffer *, void *); typedef 243 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data);
|
H A D | intel-pt-decoder.c | 107 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data);
|
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/ |
H A D | intel-pt-decoder.h | 271 typedef int (*intel_pt_lookahead_cb_t)(struct intel_pt_buffer *, void *); typedef 279 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data);
|
H A D | intel-pt-decoder.c | 123 int (*lookahead)(void *data, intel_pt_lookahead_cb_t cb, void *cb_data);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | intel-pt.c | 337 static int intel_pt_lookahead(void *data, intel_pt_lookahead_cb_t cb, in intel_pt_lookahead()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | intel-pt.c | 450 static int intel_pt_lookahead(void *data, intel_pt_lookahead_cb_t cb, in intel_pt_lookahead()
|
Completed in 22 milliseconds