HomeSort by relevance Sort by last modified time
    Searched defs:user_freq (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
builtin-record.c 45 static unsigned int user_freq = UINT_MAX; variable
180 if (!attr->sample_period || (user_freq != UINT_MAX &&
781 OPT_UINTEGER('F', "freq", &user_freq, "profile at this frequency"),
877 if (user_freq != UINT_MAX)
878 freq = user_freq;
  /hardware/ti/wpan/tools/kfmapp/
kfmapp.c 450 float user_freq; local
455 sscanf(cmd, "%f", &user_freq);
466 vf.frequency = rint(user_freq * 16000 + 0.5);
475 printf("Failed to set frequency %f\n",user_freq);
485 float user_freq; local
490 sscanf(cmd, "%f", &user_freq);
499 vf.frequency = rint(user_freq * 16000 + 0.5);
523 printf("Failed to set frequency %f\n",user_freq);
    [all...]

Completed in 49 milliseconds