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

/linux-master/arch/alpha/kernel/
H A Dperf_event.c39 int n_added; member in struct:cpu_hw_events
395 if (cpuc->n_added == 0)
464 cpuc->n_added++;
750 cpuc->n_added = 0;
/linux-master/arch/x86/events/
H A Dcore.c727 cpuc->n_added = 0;
1288 int i, added = cpuc->n_added;
1296 if (cpuc->n_added) {
1297 int n_running = cpuc->n_events - cpuc->n_added;
1349 cpuc->n_added = 0;
1481 cpuc->n_added += n - n0;
1637 /* If we have a newly added event; make sure to decrease n_added. */
1638 if (i >= cpuc->n_events - cpuc->n_added)
1639 --cpuc->n_added;
2254 __this_cpu_sub(cpu_hw_events.n_added, __this_cpu_rea
[all...]
H A Dperf_event.h246 int n_added; /* the # last events in the below arrays; member in struct:cpu_hw_events
/linux-master/arch/sparc/kernel/
H A Dperf_event.c89 int n_added; member in struct:cpu_hw_events
951 if (!cpuc->n_added)
987 if (!cpuc->n_added)
1019 if (cpuc->n_added)
1056 cpuc->n_added = 0;
1407 cpuc->n_added++;
/linux-master/arch/powerpc/perf/
H A Dcore-book3s.c36 int n_added; member in struct:cpu_hw_events
1391 cpuhw->n_added = 0;
1458 if (!cpuhw->n_added) {
1677 ++cpuhw->n_added;

Completed in 169 milliseconds