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

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-script.c142 static int perf_evsel__check_stype(struct perf_evsel *evsel, function
181 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_IP, "IP",
191 perf_evsel__check_stype(evsel, PERF_SAMPLE_ADDR, "ADDR",
214 perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID",
219 perf_evsel__check_stype(evsel, PERF_SAMPLE_TIME, "TIME",
224 perf_evsel__check_stype(evsel, PERF_SAMPLE_CPU, "CPU",
H A Dbuiltin-inject.c329 static int perf_evsel__check_stype(struct perf_evsel *evsel, function
373 if (perf_evsel__check_stype(evsel, PERF_SAMPLE_TID, "TID"))

Completed in 73 milliseconds