Searched refs:time (Results 26 - 50 of 1964) sorted by last modified time

1234567891011>>

/linux-master/tools/perf/util/
H A Dsort.c30 #include "time-utils.h"
904 /* --sort time */
909 return right->time - left->time;
918 timestamp__scnprintf_nsec(he->time, he_time,
921 timestamp__scnprintf_usec(he->time, he_time,
2374 DIM(SORT_TIME, "time", sort_time),
H A Dsession.c642 event->fork.time = bswap_64(event->fork.time);
715 event->throttle.time = bswap_64(event->throttle.time);
899 event->auxtrace_error.time = bswap_64(event->auxtrace_error.time);
983 event->stat_round.time = bswap_64(event->stat_round.time);
1289 printf("%" PRIu64 " ", sample->time);
1297 printf("...... time enable
[all...]
H A Dpython.c245 sample_member_def(sample_time, time, T_ULONGLONG, "event timestamp"), \
305 member_def(perf_record_fork, time, T_ULONGLONG, "timestamp"),
312 "ptid: %u, time: %" PRI_lu64 "}",
318 pevent->event.fork.time);
365 member_def(perf_record_throttle, time, T_ULONGLONG, "timestamp"),
375 return _PyUnicode_FromFormat("{ type: %sthrottle, time: %" PRI_lu64 ", id: %" PRI_lu64
378 te->time, te->id, te->stream_id);
H A Dparse-events.l320 time { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_TIME); }
H A Dparse-events.c190 * ahead-of-time.
788 [PARSE_EVENTS__TERM_TYPE_TIME] = "time",
1173 ADD_CONFIG_TERM_VAL(TIME, time, term->val.num, term->weak);
H A Dmachine.c577 __thread__set_comm(thread, event->comm.comm, sample->time, exec)) {
608 thread__set_namespaces(thread, sample->time, &event->namespaces)) {
1667 * time /proc/sys/kernel/kptr_restrict was non zero.
1878 thread__fork(thread, parent, sample->time, do_maps_clone) < 0) {
H A Dintel-pt.c39 #include "time-utils.h"
210 u64 time; member in struct:intel_pt_queue
309 /* perf_time__ranges_skip_sample does not work if time is zero */
1718 sample->time = tsc_to_perf_time(ptq->timestamp, &pt->tc);
2278 sample.time = tsc_to_perf_time(timestamp, &pt->tc);
2843 * To filter against time ranges, it is only necessary to look at the next start
2844 * or end time.
2851 /* Next time is an end time */
2856 /* Next time i
[all...]
H A Dhist.c693 r->time = sample->time;
749 .time = hist_time(sample->time),
1038 * cumulated only one time to prevent entries more than 100%
H A Dhist.h157 u64 time; member in struct:res_sample
264 long time; member in struct:hist_entry
H A Dheader.c49 #include "time-utils.h"
928 /* TOD ref time */
935 /* clockid ref time */
1778 fprintf(fp, "# reference time disabled\n");
1782 /* Compute TOD time. */
1788 /* Compute clockid time. */
1805 fprintf(fp, "# reference time: %s = %ld.%06d (TOD) = %ld.%09ld (%s)\n",
2228 fprintf(fp, "# time of first sample : %s\n", time_buf);
2232 fprintf(fp, "# time of last sample : %s\n", time_buf);
3063 /* TOD ref time */
[all...]
H A Devsel.c966 if (term->val.time)
1229 * When the user explicitly disabled time don't force it here.
2223 sample->time = *array;
2368 data->stream_id = data->id = data->time = -1ULL;
2411 data->time = *array;
2717 .time = -1ULL,
2725 *timestamp = data.time;
H A Ddso.c6 #include <sys/time.h>
H A Ddlfilter.c521 ASSIGN(time);
H A Ddebug.c13 #include <sys/time.h>
H A Ddata-convert-json.c176 output_json_key_format(out, false, 3, "timestamp", "%" PRIi64, sample->time);
297 output_json_key_format(out, true, 2, "clock-time",
299 output_json_key_format(out, true, 2, "real-time",
H A Dcs-etm.c183 * are enabled at the same time when the session runs on an EL2 kernel.
407 * is stopped so that the front end has time to process packets
628 * thread at that time must also be assigned to that sample.
1489 /* Set time field based on etm auxtrace config. */
1490 sample.time = cs_etm__resolve_sample_time(etmq, tidq);
1549 /* Set time field based on etm auxtrace config. */
1550 sample.time = cs_etm__resolve_sample_time(etmq, tidq);
1738 * TODO: allow period to be defined in cycles and clock time
1921 * packet which was set at the previous time with packets swapping;
2576 * start processing in time orde
[all...]
H A Dbpf_kwork_top.c8 #include <time.h>
H A Dbpf_kwork.c8 #include <time.h>
H A Dbpf_counter_cgroup.c10 #include <sys/time.h>
H A Dauxtrace.c1220 auxtrace_error->time = timestamp;
1697 unsigned long long nsecs = e->time;
1708 ret += fprintf(fp, " time %lu.%09llu", secs, nsecs);
1710 ret += fprintf(fp, " time 0");
1714 msg = (const char *)&e->time;
1790 * compares the high 4 bytes of the values between the first time and the last
1791 * time, if there has no change for high 4 bytes injected by the kernel during
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c880 pydict_set_item_string_decref(dict_sample, "time",
881 PyLong_FromUnsignedLongLong(sample->time));
962 unsigned long long nsecs = sample->time;
1331 tuple_set_d64(t, 9, es->sample->time);
1451 tuple_set_d64(t, 2, sample->time);
1552 tuple_set_u64(t, 0, event->throttle.time);
1587 tuple_set_u64(t, 0, sample->time);
1622 unsigned long long tm = e->time;
1632 msg = (const char *)&e->time;
H A Dtrace-event-perl.c355 unsigned long long nsecs = sample->time;
/linux-master/tools/perf/ui/browsers/
H A Dhists.c45 #include "time-utils.h"
2416 unsigned long time; member in struct:popup_action
2716 if (act->time) {
2718 unsigned long starttime = act->time;
2719 unsigned long endtime = act->time + symbol_conf.time_quantum;
2727 n += snprintf(script_opt + n, len - n, " --time %s,%s", start, end);
2785 if (sort_order && strstr(sort_order, "time")) {
2791 j += timestamp__scnprintf_usec(he->time, tstr + j,
2794 timestamp__scnprintf_usec(he->time + symbol_conf.time_quantum,
2798 act->time
[all...]
/linux-master/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h21 #include <time.h>
292 #define SNDRV_PCM_INFO_HAS_WALL_CLOCK 0x01000000 /* (Deprecated)has audio wall clock for audio/system time sync */
293 #define SNDRV_PCM_INFO_HAS_LINK_ATIME 0x01000000 /* report hardware link audio time, reset on startup */
294 #define SNDRV_PCM_INFO_HAS_LINK_ABSOLUTE_ATIME 0x02000000 /* report absolute hardware link audio time, not reset on startup */
295 #define SNDRV_PCM_INFO_HAS_LINK_ESTIMATED_ATIME 0x04000000 /* report estimated link audio time */
296 #define SNDRV_PCM_INFO_HAS_LINK_SYNCHRONIZED_ATIME 0x08000000 /* report synchronized audio/system time */
463 * maps to wallclock/link time for HDAudio playback and DEFAULT/DMA time for everything else
468 SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT = 1, /* DMA time, reported as per hw_ptr */
469 SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK = 2, /* link time reporte
[all...]
/linux-master/tools/perf/tests/
H A Ddso-data.c9 #include <sys/time.h>

Completed in 359 milliseconds

1234567891011>>