Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 31) sorted by relevance

12

/tools/perf/util/
Dordered-events.c21 u64 timestamp = new->timestamp; in queue_event() local
172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, in ordered_events__new_event()
195 u64 timestamp, u64 file_offset) in ordered_events__queue()
267 u64 timestamp) in __ordered_events__flush()
344 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp) in ordered_events__flush_time()
Dthread.c171 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
195 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
238 u64 timestamp, bool exec) in ____thread__set_comm()
262 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm()
391 int thread__fork(struct thread *thread, struct thread *parent, u64 timestamp, bool do_maps_clone) in thread__fork()
Dcomm.c108 struct comm *comm__new(const char *str, u64 timestamp, bool exec) in comm__new()
127 int comm__override(struct comm *comm, const char *str, u64 timestamp, bool exec) in comm__override()
Dtime-utils.c419 bool perf_time__skip_sample(struct perf_time_interval *ptime, u64 timestamp) in perf_time__skip_sample()
435 int num, u64 timestamp) in perf_time__ranges_skip_sample()
528 int timestamp__scnprintf_usec(u64 timestamp, char *buf, size_t sz) in timestamp__scnprintf_usec()
536 int timestamp__scnprintf_nsec(u64 timestamp, char *buf, size_t sz) in timestamp__scnprintf_nsec()
Dthread-stack.c55 u64 timestamp; member
277 u64 timestamp, u64 ref, bool no_return) in thread_stack__call_return()
530 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
562 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp()
745 struct thread_stack *ts, u64 timestamp, in thread_stack__trace_begin()
Djitdump.h44 uint64_t timestamp; /* timestamp */ member
62 uint64_t timestamp; member
Ds390-cpumsf.c842 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues()
886 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in s390_cpumsf_synth_error()
919 u64 timestamp = sample->time; in s390_cpumsf_process_event() local
Ds390-cpumcf-kernel.h40 unsigned long timestamp; /* 128-191 Timestamp (TOD) */ member
Dintel-bts.c445 static int intel_bts_process_queue(struct intel_bts_queue *btsq, u64 *timestamp) in intel_bts_process_queue()
552 static int intel_bts_process_queues(struct intel_bts *bts, u64 timestamp) in intel_bts_process_queues()
598 u64 timestamp; in intel_bts_process_event() local
Dthread.h82 u64 timestamp) in thread__set_comm()
Dordered-events.h10 u64 timestamp; member
Ds390-cpumsf-kernel.h58 unsigned char timestamp[16]; /* 16 - 31 timestamp */ member
Dintel-pt.c162 u64 timestamp; member
1748 u64 timestamp = 0; in intel_pt_synth_pebs_sample() local
1833 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in intel_pt_synth_error()
2158 static int intel_pt_run_decoder(struct intel_pt_queue *ptq, u64 *timestamp) in intel_pt_run_decoder()
2250 static int intel_pt_process_queues(struct intel_pt *pt, u64 timestamp) in intel_pt_process_queues()
2360 u64 timestamp) in intel_pt_sync_switch()
2530 u64 timestamp; in intel_pt_process_event() local
Dcs-etm.h153 u64 timestamp; member
Dcs-etm.c765 u64 timestamp; in cs_etm__setup_queue() local
2150 u64 timestamp; in cs_etm__process_queues() local
2309 u64 timestamp; in cs_etm__process_event() local
Djitdump.c369 static uint64_t convert_timestamp(struct jit_buf_desc *jd, uint64_t timestamp) in convert_timestamp()
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c117 uint64_t timestamp; member
647 uint64_t timestamp; member
678 uint64_t timestamp; in intel_pt_calc_cyc_cb() local
915 uint64_t timestamp, masked_timestamp; in intel_pt_next_period() local
953 uint64_t timestamp, masked_timestamp; in intel_pt_sample_insn() local
1397 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc()
1414 uint64_t timestamp; in intel_pt_calc_tsc_timestamp() local
1532 uint64_t timestamp; in intel_pt_calc_mtc_timestamp() local
1603 uint64_t timestamp = decoder->cyc_ref_timestamp; in intel_pt_calc_cyc_timestamp() local
2983 uint64_t timestamp; member
[all …]
Dintel-pt-decoder.h182 uint64_t timestamp; member
209 uint64_t timestamp; member
/tools/perf/
Dbuiltin-timechart.c130 u64 timestamp; member
242 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork()
258 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit()
347 static void c_state_start(int cpu, u64 timestamp, int state) in c_state_start()
353 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end()
370 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change()
406 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup()
439 static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, in sched_switch()
Dbuiltin-sched.c84 u64 timestamp; member
355 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
383 u64 timestamp, u64 duration) in add_sched_event_run()
406 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
433 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep()
839 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
1037 u64 timestamp) in add_sched_out_event()
1071 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
1111 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1180 u64 timestamp = sample->time; in latency_runtime_event() local
[all …]
Dbuiltin-kvm.c249 struct event_key *key, u64 timestamp) in handle_begin_event()
756 u64 timestamp; in perf_kvm__mmap_read_idx() local
/tools/include/uapi/linux/
Derspan.h21 __be32 timestamp; member
Dlirc.h156 __u64 timestamp; member
/tools/firewire/
Dnosy-dump.h15 uint32_t timestamp; member
78 uint32_t timestamp; member
/tools/lib/traceevent/
Dkbuffer-parse.c44 unsigned long long timestamp; member

12