Home
last modified time | relevance | path

Searched refs:statsd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs.c539 debugfs_create_u32(#name, 0400, statsd, &local->name);
541 debugfs_create_file(#name, 0400, statsd, local, &stats_ ##name## _ops);
551 struct dentry *statsd; in debugfs_hw_add() local
581 statsd = debugfs_create_dir("statistics", phyd); in debugfs_hw_add()
584 if (!statsd) in debugfs_hw_add()
/OK3568_Linux_fs/buildroot/package/collectd/
H A Dcollectd.mk132 $(if $(BR2_PACKAGE_COLLECTD_STATSD),--enable-statsd,--disable-statsd) \