MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / prof_log_stop_ctl

Function prof_log_stop_ctl

deps/jemalloc/src/ctl.c:2790–2802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2788}
2789
2790static int
2791prof_log_stop_ctl(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp,
2792 size_t *oldlenp, void *newp, size_t newlen) {
2793 if (!config_prof) {
2794 return ENOENT;
2795 }
2796
2797 if (prof_log_stop(tsd_tsdn(tsd))) {
2798 return EFAULT;
2799 }
2800
2801 return 0;
2802}
2803
2804/******************************************************************************/
2805

Callers

nothing calls this directly

Calls 2

prof_log_stopFunction · 0.85
tsd_tsdnFunction · 0.50

Tested by

no test coverage detected