Home
last modified time | relevance | path

Searched refs:stats_ctx (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/common/
H A Dstats.h5 struct stats_ctx;
11 struct stats_ctx *stats_ctx_create(void *ta_parent, struct mpv_global *global,
15 void stats_value(struct stats_ctx *ctx, const char *name, double val);
18 void stats_size_value(struct stats_ctx *ctx, const char *name, double val);
22 void stats_time_start(struct stats_ctx *ctx, const char *name);
23 void stats_time_end(struct stats_ctx *ctx, const char *name);
26 void stats_event(struct stats_ctx *ctx, const char *name);
31 void stats_register_thread_cputime(struct stats_ctx *ctx, const char *name);
34 void stats_unregister_thread(struct stats_ctx *ctx, const char *name);
H A Dstats.c23 struct stats_ctx *head, *tail;
32 struct stats_ctx { struct
37 struct stats_ctx *prev, *next; argument
215 struct stats_ctx *ctx = p; in stats_ctx_destroy()
229 struct stats_ctx *ctx = talloc_zero(ta_parent, struct stats_ctx); in stats_ctx_create()
273 void stats_value(struct stats_ctx *ctx, const char *name, double val) in stats_value()
283 void stats_time_start(struct stats_ctx *ctx, const char *name) in stats_time_start()
295 void stats_time_end(struct stats_ctx *ctx, const char *name) in stats_time_end()
311 void stats_event(struct stats_ctx *ctx, const char *name) in stats_event()
322 static void register_thread(struct stats_ctx *ctx, const char *name, in register_thread()
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dcounters.c313 if (stats_ctx == NULL) { in StatsReleaseCtx()
320 sts = stats_ctx->sts; in StatsReleaseCtx()
338 SCFree(stats_ctx); in StatsReleaseCtx()
339 stats_ctx = NULL; in StatsReleaseCtx()
381 if (stats_ctx == NULL) { in StatsMgmtThread()
464 if (stats_ctx == NULL) { in StatsWakeupThread()
686 sts = stats_ctx->sts; in StatsOutput()
1003 if (stats_ctx == NULL) in StatsRegisterGlobalCounter()
1074 if (stats_ctx == NULL) { in StatsThreadRegister()
1118 stats_ctx->sts = temp; in StatsThreadRegister()
[all …]
H A Doutput-json-stats.c382 OutputStatsCtx *stats_ctx = output_ctx->data; in OutputStatsLogDeinitSub() local
383 SCFree(stats_ctx); in OutputStatsLogDeinitSub()
400 if (unlikely(stats_ctx == NULL)) in OutputStatsLogInitSub()
410 stats_ctx->flags = JSON_STATS_TOTALS; in OutputStatsLogInitSub()
420 SCFree(stats_ctx); in OutputStatsLogInitSub()
427 stats_ctx->flags &= ~JSON_STATS_TOTALS; in OutputStatsLogInitSub()
430 stats_ctx->flags |= JSON_STATS_THREADS; in OutputStatsLogInitSub()
433 stats_ctx->flags |= JSON_STATS_DELTAS; in OutputStatsLogInitSub()
440 SCFree(stats_ctx); in OutputStatsLogInitSub()
444 stats_ctx->file_ctx = ajt->file_ctx; in OutputStatsLogInitSub()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h555 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
599 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
606 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local
612 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()
620 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local
678 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exit()
758 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exec()
823 bpf_stats_exit(&stats_ctx); in kprobe_ret__do_filp_open()
886 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
943 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h555 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
599 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
606 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local
612 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()
620 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local
678 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exit()
758 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exec()
823 bpf_stats_exit(&stats_ctx); in kprobe_ret__do_filp_open()
886 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
943 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h555 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
599 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
606 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local
612 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()
620 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local
678 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exit()
758 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exec()
823 bpf_stats_exit(&stats_ctx); in kprobe_ret__do_filp_open()
886 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
943 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
[all …]
/dports/www/wget2/wget2-2.0.0/libwget/
H A Ddns.c59 *stats_ctx; member
352 dns->stats_callback(dns, &stats, dns->stats_ctx); in wget_dns_resolve()
367 dns->stats_callback(dns, &stats, dns->stats_ctx); in wget_dns_resolve()
432 dns->stats_ctx = ctx; in wget_dns_set_stats_callback()
/dports/multimedia/mpv/mpv-0.34.1/sub/
H A Dosd_state.h82 struct stats_ctx *stats;
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcore.h251 struct stats_ctx *stats;
H A Djavascript.c68 struct stats_ctx *stats;
H A Dlua.c97 struct stats_ctx *stats;
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h1620 __le16 stats_ctx; member
1672 __le16 stats_ctx; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h1620 __le16 stats_ctx; member
1672 __le16 stats_ctx; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/hw/bnxt_re/
H A Droce_hsi.h1620 __le16 stats_ctx; member
1672 __le16 stats_ctx; member
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.c172 struct stats_ctx *stats;
/dports/multimedia/mpv/mpv-0.34.1/demux/
H A Ddemux.c170 struct stats_ctx *stats;
/dports/security/suricata/suricata-6.0.4/
H A DChangeLog98 Bug #4302: 5.0.5 in socket mode crashes when using file-store due to uninitialized stats_ctx