Home
last modified time | relevance | path

Searched refs:SAMPLE_PERIOD (Results 1 – 6 of 6) sorted by relevance

/external/libppp/src/
Dthroughput.h29 #define SAMPLE_PERIOD 5 /* Default sample period */ macro
Dphysical.c189 throughput_init(&p->link.stats.total, SAMPLE_PERIOD); in physical_Create()
730 iov[*niov].iov_len = SAMPLE_PERIOD * sizeof(long long); in physical2iov()
733 iov[*niov].iov_len = SAMPLE_PERIOD * sizeof(long long); in physical2iov()
Dipv6cp.c296 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD); in ipv6cp_Init()
Dmp.c259 mp->cfg.autoload.period = SAMPLE_PERIOD; in mp_Init()
Dipcp.c489 throughput_init(&ipcp->throughput, SAMPLE_PERIOD); in ipcp_Init()
/external/linux-tools-perf/python/
Dtwatch.py24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID)