Home | History | Annotate | Download | only in tests

Lines Matching defs:pc

34 	struct perf_event_mmap_page *pc = addr;
39 seq = pc->lock;
42 enabled = pc->time_enabled;
43 running = pc->time_running;
47 time_mult = pc->time_mult;
48 time_shift = pc->time_shift;
49 time_offset = pc->time_offset;
52 idx = pc->index;
53 count = pc->offset;
58 } while (pc->lock != seq);