Symbol: CLOCK_PROCESS_CPUTIME_ID
drivers/iio/industrialio-core.c
1458
[CLOCK_PROCESS_CPUTIME_ID] = "process_cputime_id",
kernel/time/posix-timers.c
1512
[CLOCK_PROCESS_CPUTIME_ID] = &clock_process,
tools/testing/selftests/cgroup/test_cpu.c
162
ret = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts_total);
tools/testing/selftests/seccomp/seccomp_benchmark.c
217
native = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
tools/testing/selftests/seccomp/seccomp_benchmark.c
227
bitmap1 = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
tools/testing/selftests/seccomp/seccomp_benchmark.c
234
bitmap2 = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
tools/testing/selftests/seccomp/seccomp_benchmark.c
241
filter1 = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
tools/testing/selftests/seccomp/seccomp_benchmark.c
248
filter2 = timing(CLOCK_PROCESS_CPUTIME_ID, samples) / samples;
tools/testing/selftests/timers/alarmtimer-suspend.c
50
case CLOCK_PROCESS_CPUTIME_ID:
tools/testing/selftests/timers/inconsistency-check.c
46
case CLOCK_PROCESS_CPUTIME_ID:
tools/testing/selftests/timers/nanosleep.c
181
if (clockid == CLOCK_PROCESS_CPUTIME_ID ||
tools/testing/selftests/timers/nanosleep.c
45
case CLOCK_PROCESS_CPUTIME_ID:
tools/testing/selftests/timers/nsleep-lat.c
143
if (clockid == CLOCK_PROCESS_CPUTIME_ID ||
tools/testing/selftests/timers/nsleep-lat.c
44
case CLOCK_PROCESS_CPUTIME_ID:
tools/testing/selftests/timers/posix_timers.c
190
if (timer_create(CLOCK_PROCESS_CPUTIME_ID, NULL, &id))
tools/testing/selftests/timers/posix_timers.c
702
check_timer_create(CLOCK_PROCESS_CPUTIME_ID, "CLOCK_PROCESS_CPUTIME_ID");
tools/testing/selftests/timers/posix_timers.c
711
check_sigev_none(CLOCK_PROCESS_CPUTIME_ID, "CLOCK_PROCESS_CPUTIME_ID");
tools/testing/selftests/timers/posix_timers.c
713
check_gettime(CLOCK_PROCESS_CPUTIME_ID, "CLOCK_PROCESS_CPUTIME_ID");
tools/testing/selftests/timers/posix_timers.c
720
check_overrun(CLOCK_PROCESS_CPUTIME_ID, "CLOCK_PROCESS_CPUTIME_ID");
tools/testing/selftests/timers/set-timer-lat.c
256
if ((clock_id == CLOCK_PROCESS_CPUTIME_ID) ||
tools/testing/selftests/timers/set-timer-lat.c
53
case CLOCK_PROCESS_CPUTIME_ID:
tools/testing/selftests/vDSO/vdso_test_abi.c
293
vdso_test_clock(CLOCK_PROCESS_CPUTIME_ID);
tools/testing/selftests/vDSO/vdso_test_abi.c
45
[CLOCK_PROCESS_CPUTIME_ID] = "CLOCK_PROCESS_CPUTIME_ID",