Searched refs:mon (Results 1 – 8 of 8) sorted by relevance
/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 97 int unsigned mon; in print_header() local 105 for (mon = 0; mon < avail_monitors; mon++) { in print_header() 106 need_len = monitors[mon]->hw_states_num * (MAX_COL_WIDTH + 1) in print_header() 108 if (mon != 0) in print_header() 110 sprintf(buf, "%s", monitors[mon]->name); in print_header() 123 for (mon = 0; mon < avail_monitors; mon++) { in print_header() 124 if (mon != 0) in print_header() 126 for (state = 0; state < monitors[mon]->hw_states_num; state++) { in print_header() 129 s = monitors[mon]->hw_states[state]; in print_header() 142 unsigned int mon; in print_results() local [all …]
|
/tools/testing/selftests/timers/ |
D | raw_skew.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 87 *mon = nsec_to_ts(tmp); in get_monotonic_and_raw() 94 struct timespec mon, raw, start, end; in main() local 107 get_monotonic_and_raw(&mon, &raw); in main() 108 start = mon; in main() 109 delta1 = diff_timespec(mon, raw); in main() 118 get_monotonic_and_raw(&mon, &raw); in main() 119 end = mon; in main() 122 delta2 = diff_timespec(mon, raw); in main()
|
D | adjtick.c | 69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument 75 clock_gettime(CLOCK_MONOTONIC, mon); in get_monotonic_and_raw() 91 *mon = nsec_to_ts(tmp); in get_monotonic_and_raw()
|
/tools/gpio/ |
D | Build | 4 gpio-event-mon-y += gpio-event-mon.o gpio-utils.o
|
D | Makefile | 21 ALL_TARGETS := lsgpio gpio-hammer gpio-event-mon gpio-watch 63 GPIO_EVENT_MON_IN := $(OUTPUT)gpio-event-mon-in.o 65 $(Q)$(MAKE) $(build)=gpio-event-mon 66 $(OUTPUT)gpio-event-mon: $(GPIO_EVENT_MON_IN)
|
D | .gitignore | 2 gpio-event-mon
|
/tools/testing/selftests/ |
D | .gitignore | 2 gpiogpio-event-mon
|
/tools/testing/selftests/bpf/ |
D | vmtest.sh | 226 -serial mon:stdio \
|