Searched refs:stats_trigger (Results 1 – 9 of 9) sorted by relevance
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/stats/ |
H A D | stats.c | 626 if (!strcmp(ucs_global_opts.stats_trigger, "exit")) { in ucs_stats_set_trigger() 628 } else if (!strncmp(ucs_global_opts.stats_trigger, "timer:", 6)) { in ucs_stats_set_trigger() 629 p = ucs_global_opts.stats_trigger + 6; in ucs_stats_set_trigger() 637 } else if (!strncmp(ucs_global_opts.stats_trigger, "signal:", 7)) { in ucs_stats_set_trigger() 638 p = ucs_global_opts.stats_trigger + 7; in ucs_stats_set_trigger() 646 } else if (!strcmp(ucs_global_opts.stats_trigger, "")) { in ucs_stats_set_trigger() 649 ucs_error("Invalid statistics trigger: %s", ucs_global_opts.stats_trigger); in ucs_stats_set_trigger()
|
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/csra2/ |
H A D | stats.vschema | 42 U8 NCBI:csra2:stats_trigger #1 ( B8 read_bin * ascii read_group ); 85 = NCBI:csra2:stats_trigger ( in_stats_seq, in_stats_read_group ) 86 | NCBI:csra2:stats_trigger ( in_stats_seq )
|
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/csra2/ |
H A D | stats.vschema | 42 U8 NCBI:csra2:stats_trigger #1 ( B8 read_bin * ascii read_group ); 85 = NCBI:csra2:stats_trigger ( in_stats_seq, in_stats_read_group ) 86 | NCBI:csra2:stats_trigger ( in_stats_seq )
|
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/interfaces/ncbi/ |
H A D | stats.vschema | 53 extern function U8 NCBI:SRA:stats_trigger #1 117 = NCBI:SRA:stats_trigger ( in_stats_bin, in_read_len, in_read_type, in_spot_group ) 118 | NCBI:SRA:stats_trigger ( in_stats_bin, in_read_len, in_read_type )
|
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/interfaces/ncbi/ |
H A D | stats.vschema | 53 extern function U8 NCBI:SRA:stats_trigger #1 117 = NCBI:SRA:stats_trigger ( in_stats_bin, in_read_len, in_read_type, in_spot_group ) 118 | NCBI:SRA:stats_trigger ( in_stats_bin, in_read_len, in_read_type )
|
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/ucs/config/ |
H A D | global_opts.c | 44 .stats_trigger = "exit", 175 ucs_offsetof(ucs_global_opts_t, stats_trigger), UCS_CONFIG_TYPE_STRING},
|
H A D | global_opts.h | 87 char *stats_trigger; member
|
/dports/dns/knot3-lib/knot-3.1.5/src/utils/kxdpgun/ |
H A D | main.c | 64 volatile unsigned stats_trigger = 0; variable 127 stats_trigger++; in sigusr_handler() 489 if (stats_trigger > stats_triggered) { in xdp_gun_thread() 490 assert(stats_trigger == stats_triggered + 1); in xdp_gun_thread()
|
/dports/dns/knot3/knot-3.1.5/src/utils/kxdpgun/ |
H A D | main.c | 64 volatile unsigned stats_trigger = 0; variable 127 stats_trigger++; in sigusr_handler() 489 if (stats_trigger > stats_triggered) { in xdp_gun_thread() 490 assert(stats_trigger == stats_triggered + 1); in xdp_gun_thread()
|