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

/linux-master/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c33 const char *kvm_events_tp[NR_TPS + 1]; variable
63 return (evsel__name_is(evsel, kvm_events_tp[3]));
69 if (evsel__name_is(evsel, kvm_events_tp[2])) {
138 kvm_events_tp[i] = ppc_book3s_hv_kvm_tp[i];
140 kvm_events_tp[i] = NULL;
/linux-master/tools/perf/arch/arm64/util/
H A Dkvm-stat.c18 const char *kvm_events_tp[] = { variable
/linux-master/tools/perf/arch/s390/util/
H A Dkvm-stat.c81 const char *kvm_events_tp[] = { variable
/linux-master/tools/perf/util/
H A Dkvm-stat.h145 extern const char *kvm_events_tp[];
/linux-master/tools/perf/arch/x86/util/
H A Dkvm-stat.c179 const char *kvm_events_tp[] = { variable
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1738 for (events_tp = kvm_events_tp; *events_tp; events_tp++)
1753 rec_argv[i++] = STRDUP_FAIL_EXIT(kvm_events_tp[j]);
1841 for (events_tp = kvm_events_tp; *events_tp; events_tp++) {

Completed in 147 milliseconds