Lines Matching defs:stop
240 static int hisi_ptt_update_aux(struct hisi_ptt *hisi_ptt, int index, bool stop)
256 * If we're going to stop, read the size of already traced data from
260 if (stop) {
273 * Just commit the traced data if we're going to stop. Otherwise if the
277 if (stop) {
1095 goto stop;
1113 goto stop;
1124 goto stop;
1129 stop:
1228 .stop = hisi_ptt_pmu_stop,