HomeSort by relevance Sort by last modified time
    Searched refs:SAMPLE_PERIOD (Results 1 - 7 of 7) sorted by null

  /external/libppp/src/
throughput.h 29 #define SAMPLE_PERIOD 5 /* Default sample period */
physical.c 189 throughput_init(&p->link.stats.total, SAMPLE_PERIOD);
730 iov[*niov].iov_len = SAMPLE_PERIOD * sizeof(long long);
733 iov[*niov].iov_len = SAMPLE_PERIOD * sizeof(long long);
ipv6cp.c 296 throughput_init(&ipv6cp->throughput, SAMPLE_PERIOD);
mp.c 259 mp->cfg.autoload.period = SAMPLE_PERIOD;
    [all...]
ipcp.c 489 throughput_init(&ipcp->throughput, SAMPLE_PERIOD);
    [all...]
  /external/linux-tools-perf/python/
twatch.py 22 wakeup_events = 1, sample_period = 1,
24 sample_type = perf.SAMPLE_PERIOD | perf.SAMPLE_TID | perf.SAMPLE_CPU | perf.SAMPLE_TID)
  /system/core/init/
bootchart.c 38 #define SAMPLE_PERIOD 0.2

Completed in 159 milliseconds