Home
last modified time | relevance | path

Searched refs:perf_evlist__disable_event (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/tools/perf/tests/
Dkeep-tracking.c127 CHECK__(perf_evlist__disable_event(evlist, evsel)); in test__keep_tracking()
Dswitch-tracking.c458 err = perf_evlist__disable_event(evlist, cpu_clocks_evsel); in test__switch_tracking()
477 err = perf_evlist__disable_event(evlist, cycles_evsel); in test__switch_tracking()
/linux-4.4.14/tools/perf/util/
Devlist.h152 int perf_evlist__disable_event(struct perf_evlist *evlist,
Devlist.c384 int perf_evlist__disable_event(struct perf_evlist *evlist, in perf_evlist__disable_event() function
/linux-4.4.14/tools/perf/arch/x86/util/
Dintel-bts.c330 return perf_evlist__disable_event(btsr->evlist, evsel); in intel_bts_snapshot_start()
Dintel-pt.c728 return perf_evlist__disable_event(ptr->evlist, evsel); in intel_pt_snapshot_start()