Lines Matching refs:tracer
39 * config_var_map[0] = tracer_pid, tracer_pid != -1 means not tracing the tracer itself
134 cmplt_event->tracer = FSTRACE;
295 cmplt_event->tracer = PFTRACE;
332 int emit_event(void* ctx, int64_t retval, u32 tracer)
334 switch (tracer) {
338 BPFLOGD(BPF_TRUE, "unkonwn event source with id = %d", tracer);
571 cmplt_event->tracer = STRTRACE;
600 BPFLOGD(BPF_TRUE, "strtrace event discarded: bad strtrace source tracer = %d", stracer);
607 BPFLOGD(BPF_TRUE, "strtrace event discarded: failed to read path for tracer = %d", stracer);
776 cmplt_event->tracer = BIOTRACE;