Home
last modified time | relevance | path

Searched refs:COUNT_SAMPLING_RATE (Results 1 – 9 of 9) sorted by relevance

/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A Dpmacct-defines.h315 #define COUNT_SAMPLING_RATE (COUNT_INT_SAMPLING_RATE & COUNT_REGISTRY_MASK) macro
H A Dprint_plugin.c724 … if (config.what_to_count_2 & COUNT_SAMPLING_RATE) fprintf(f, "%-7u ", data->sampling_rate); in P_cache_purge()
1112 …if (config.what_to_count_2 & COUNT_SAMPLING_RATE) fprintf(f, "%s%u", write_sep(sep, &count), data-… in P_cache_purge()
1420 if (config.what_to_count_2 & COUNT_SAMPLING_RATE) fprintf(f, "SAMPLING_RATE "); in P_write_stats_header_formatted()
1539 …if (config.what_to_count_2 & COUNT_SAMPLING_RATE) fprintf(f, "%sSAMPLING_RATE", write_sep(sep, &co… in P_write_stats_header_csv()
H A Dplugin_cmn_avro.c222 if (wtc_2 & COUNT_SAMPLING_RATE) in p_avro_schema_build_acct_data()
811 if (wtc_2 & COUNT_SAMPLING_RATE) { in compose_avro_acct_data()
H A Dpmacct.c329 if (what_to_count_2 & COUNT_SAMPLING_RATE) printf("SAMPLING_RATE "); in write_stats_header_formatted()
542 if (what_to_count_2 & COUNT_SAMPLING_RATE) printf("%sSAMPLING_RATE", write_sep(sep, &count)); in write_stats_header_csv()
854 what_to_count_2 |= COUNT_SAMPLING_RATE; in main()
2613 if (!have_wtc || (what_to_count_2 & COUNT_SAMPLING_RATE)) { in main()
3571 …if (wtc_2 & COUNT_SAMPLING_RATE) json_object_set_new_nocheck(obj, "sampling_rate", json_integer((j… in pmc_compose_json()
H A Dserver.c557 if (w2 & COUNT_SAMPLING_RATE) d1->sampling_rate = s1->sampling_rate; in mask_elem()
H A Dplugin_cmn_json.c326 if (wtc_2 & COUNT_SAMPLING_RATE) { in compose_json()
H A Dmongodb_plugin.c736 …if (config.what_to_count_2 & COUNT_SAMPLING_RATE) bson_append_int(bson_elem, "sampling_rate", data… in MongoDB_cache_purge()
H A Dsql_common.c1259 if (config.what_to_count_2 & COUNT_SAMPLING_RATE) what_to_count_2 |= COUNT_SAMPLING_RATE; in sql_evaluate_primitives()
2305 if (what_to_count_2 & COUNT_SAMPLING_RATE) { in sql_evaluate_primitives()
H A Dpkt_handlers.c571 if (channels_list[index].aggregation_2 & COUNT_SAMPLING_RATE) { in evaluate_packet_handlers()