Home
last modified time | relevance | path

Searched refs:__pmu_read_single (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tests/
Dperf_pmu.c100 static uint64_t __pmu_read_single(int fd, uint64_t *ts) in __pmu_read_single() function
114 return __pmu_read_single(fd, NULL); in pmu_read_single()
333 val = __pmu_read_single(fd, &ts[0]); in busy_start()
335 val = __pmu_read_single(fd, &ts[1]) - val; in busy_start()
385 val = __pmu_read_single(fd, &ts[0]); in busy_double_start()
387 val = __pmu_read_single(fd, &ts[1]) - val; in busy_double_start()
723 val[0] = __pmu_read_single(fd, &ts[0]); in sema_wait()
727 val[1] = __pmu_read_single(fd, &ts[1]); in sema_wait()
952 val[0] = val[1] = __pmu_read_single(fd[0], &ts[0]); in multi_client()
954 val[1] = __pmu_read_single(fd[1], &ts[1]) - val[1]; in multi_client()
[all …]
/external/igt-gpu-tools/tools/
Dintel_gpu_top.c597 static uint64_t __pmu_read_single(int fd, uint64_t *ts) in __pmu_read_single() function
613 return __pmu_read_single(fd, NULL); in pmu_read_single()