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

/linux-master/tools/bpf/bpftool/
H A Dlink.c453 const char *perf_type, *perf_config; local
455 perf_type = perf_event_name(perf_type_name, type);
456 if (perf_type)
457 jsonw_string_field(wtr, "event_type", perf_type);
841 const char *perf_type, *perf_config; local
844 perf_type = perf_event_name(perf_type_name, type);
845 if (perf_type)
846 printf("%s:", perf_type);

Completed in 97 milliseconds