Searched refs:se (Results 1 – 8 of 8) sorted by relevance
/tools/testing/selftests/timers/ |
D | alarmtimer-suspend.c | 123 struct sigevent se; in main() local 134 memset(&se, 0, sizeof(se)); in main() 135 se.sigev_notify = SIGEV_SIGNAL; in main() 136 se.sigev_signo = signum; in main() 137 se.sigev_value.sival_int = 0; in main() 144 if (timer_create(alarm_clock_id, &se, &tm1) == -1) { in main()
|
D | set-timer-lat.c | 125 struct sigevent se; in setup_timer() local 130 memset(&se, 0, sizeof(se)); in setup_timer() 131 se.sigev_notify = SIGEV_SIGNAL; in setup_timer() 132 se.sigev_signo = SIGRTMAX; in setup_timer() 133 se.sigev_value.sival_int = 0; in setup_timer() 139 err = timer_create(clock_id, &se, tm1); in setup_timer()
|
D | leap-a-day.c | 179 struct sigevent se; in main() local 292 memset(&se, 0, sizeof(se)); in main() 293 se.sigev_notify = SIGEV_SIGNAL; in main() 294 se.sigev_signo = signum; in main() 295 se.sigev_value.sival_int = 0; in main() 296 if (timer_create(CLOCK_REALTIME, &se, &tm1) == -1) { in main()
|
/tools/perf/ |
D | builtin-c2c.c | 408 struct sort_entry *se; member 428 static int symbol_width(struct hists *hists, struct sort_entry *se) in symbol_width() argument 430 int width = hists__col_len(hists, se->se_width_idx); in symbol_width() 449 return symbol_width(hists, dim->se); in c2c_width() 451 return dim->se ? hists__col_len(hists, dim->se->se_width_idx) : in c2c_width() 467 if (dim->se) { in c2c_header() 471 text = dim->se->se_header; in c2c_header() 1517 .se = &sort_thread, 1522 .se = &sort_sym, 1528 .se = &sort_dso, [all …]
|
/tools/perf/util/ |
D | sort.c | 1924 struct sort_entry *se; member 1935 hists__new_col_len(hists, hse->se->se_width_idx, strlen(fmt->name)); in perf_hpp__reset_sort_width() 1948 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_header() 1963 len = hists__col_len(hists, hse->se->se_width_idx); in __sort__hpp_width() 1977 len = hists__col_len(he->hists, hse->se->se_width_idx); in __sort__hpp_entry() 1979 return hse->se->se_snprintf(he, hpp->buf, hpp->size, len); in __sort__hpp_entry() 1988 return hse->se->se_cmp(a, b); in __sort__hpp_cmp() 1998 collapse_fn = hse->se->se_collapse ?: hse->se->se_cmp; in __sort__hpp_collapse() 2009 sort_fn = hse->se->se_sort ?: hse->se->se_cmp; in __sort__hpp_sort() 2027 return hse->se == &sort_ ## key ; \ [all …]
|
/tools/power/cpupower/po/ |
D | cs.po | 235 msgstr "Nelze zjistit počet CPU (%s: %s), předpokládá se 1.\n" 505 "předpokládá se jeho hodnota 0.\n" 594 "předpokládá se jeho hodnota 0.\n" 631 "- Snažíte se nastavit neplatnou taktiku?\n" 632 "- Snažíte se nastavit určitou frekvenci, ale není dostupný\n" 937 #~ " -c CPU, --cpu CPU Číslo CPU, o kterém se mají zjistit informace\n" 943 #~ " -c CPU, --cpu CPU Číslo CPU pro který se má provést nastavení "
|
D | it.po | 446 msgstr " -s, --stats Mostra le statistiche se disponibili\n" 469 " -o, --proc Stampa le informazioni come se provenissero dalla\n" 932 " -o, --proc Stampa le informazioni come se provenissero dalla\n"
|
D | pt.po | 450 msgstr " -s, --stats Mostra estatísticas do cpufreq se disponíveis\n"
|