Searched refs:sample_time (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/perf/python/
H A Dtracepoint.py38 event.sample_time,
/linux-master/tools/perf/util/
H A Drecord.h27 bool sample_time; member in struct:record_opts
H A Dpython.c235 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
H A Devsel.c1225 if (opts->sample_time &&
H A Dheader.c3455 FEAT_OPR(SAMPLE_TIME, sample_time, false),
/linux-master/drivers/iio/proximity/
H A Disl29501.c754 int sample_time; local
758 ret = isl29501_register_read(isl29501, REG_SAMPLE_TIME, &sample_time);
762 /* freq = 1 / (0.000450 * (sample_time + 1) * 10^-6) */
765 do_div(freq, 450 * (sample_time + 1));
868 unsigned long long sample_time; local
870 /* sample_freq = 1 / (0.000450 * (sample_time + 1) * 10^-6) */
872 sample_time = 2222ULL * 1000000ULL;
873 do_div(sample_time, freq);
875 sample_time -= 1;
877 if (sample_time > 25
[all...]
/linux-master/drivers/hwmon/
H A Dlm75.c115 unsigned int sample_time; /* In ms */ member in struct:lm75_data
391 *val = data->sample_time;
486 data->sample_time = data->params->sample_times[index];
500 data->sample_time = data->params->sample_times[index];
507 data->sample_time = data->params->sample_times[index];
669 data->sample_time = data->params->default_sample_time;
/linux-master/drivers/iio/adc/
H A Drtq6056.c455 int sample_time; local
458 sample_time = priv->vshuntct_us;
460 sample_time = priv->vbusct_us;
462 sample_time = priv->vshuntct_us + priv->vbusct_us;
463 sample_time *= priv->avg_sample;
466 *val = 1000000 / sample_time;
/linux-master/include/linux/mfd/
H A Dstmpe.h142 u8 sample_time; member in struct:stmpe
/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h188 unsigned long sample_time; member in struct:minstrel_ht_sta
H A Drc80211_minstrel_ht.c1193 mi->sample_time = jiffies;
1617 if (time_is_after_jiffies(mi->sample_time))
1620 mi->sample_time = jiffies + MINSTREL_SAMPLE_INTERVAL;
/linux-master/tools/perf/bench/
H A Devlist-open-close.c34 .sample_time = true,
/linux-master/tools/perf/tests/
H A Dperf-time-to-tsc.c77 .sample_time = true,
/linux-master/drivers/input/touchscreen/
H A Dstmpe-ts.c267 ts->stmpe->sample_time = val;
/linux-master/drivers/mfd/
H A Dstmpe.c550 adc_ctrl1 = STMPE_SAMPLE_TIME(stmpe->sample_time) |
1392 stmpe->sample_time = val;
/linux-master/tools/perf/
H A Dbuiltin-record.c1412 static void set_timestamp_boundary(struct record *rec, u64 sample_time) argument
1415 rec->evlist->first_sample_time = sample_time;
1417 if (sample_time)
1418 rec->evlist->last_sample_time = sample_time;
3330 .sample_time = true,
3444 OPT_BOOLEAN_SET('T', "timestamp", &record.opts.sample_time,
H A Dbuiltin-script.c890 char sample_time[32]; local
891 timestamp__scnprintf_usec(t, sample_time, sizeof(sample_time));
892 printed += fprintf(fp, "%12s: ", sample_time);
H A Dbuiltin-top.c1448 .sample_time = true,
H A Dbuiltin-trace.c4912 trace.opts.sample_time = true;

Completed in 280 milliseconds