Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 35) 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.c173 static int __thread__set_namespaces(struct thread *thread, u64 timestamp, in __thread__set_namespaces()
197 int thread__set_namespaces(struct thread *thread, u64 timestamp, in thread__set_namespaces()
240 u64 timestamp, bool exec) in ____thread__set_comm()
264 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()
Darm-spe.c85 u64 timestamp; member
363 static int arm_spe_run_decoder(struct arm_spe_queue *speq, u64 *timestamp) in arm_spe_run_decoder()
512 static int arm_spe_process_queues(struct arm_spe *spe, u64 timestamp) in arm_spe_process_queues()
588 u64 timestamp; in arm_spe_process_event() local
Dthread-stack.c55 u64 timestamp; member
300 u64 timestamp, u64 ref, bool no_return) in thread_stack__call_return()
782 u64 timestamp, u64 ref, struct call_path *cp, in thread_stack__push_cp()
814 u64 ret_addr, u64 timestamp, u64 ref, in thread_stack__pop_cp()
997 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.h41 unsigned long timestamp; /* 128-191 Timestamp (TOD) */ member
Dordered-events.h10 u64 timestamp; 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.h95 u64 timestamp) in thread__set_comm()
Dintel-pt.c168 u64 timestamp; member
1822 u64 timestamp = 0; in intel_pt_synth_pebs_sample() local
1902 pid_t pid, pid_t tid, u64 ip, u64 timestamp) in intel_pt_synth_error()
2236 static int intel_pt_run_decoder(struct intel_pt_queue *ptq, u64 *timestamp) in intel_pt_run_decoder()
2329 static int intel_pt_process_queues(struct intel_pt *pt, u64 timestamp) in intel_pt_process_queues()
2489 u64 timestamp) in intel_pt_sync_switch()
2716 u64 timestamp; in intel_pt_process_event() local
2897 u64 timestamp; in intel_pt_queue_data() local
Ds390-cpumsf-kernel.h58 unsigned char timestamp[16]; /* 16 - 31 timestamp */ member
Dcs-etm.h153 u64 timestamp; member
/tools/perf/bench/
Dinject-buildid.c172 static ssize_t synthesize_mmap(struct bench_data *data, struct bench_dso *dso, u64 timestamp) in synthesize_mmap()
218 static ssize_t synthesize_sample(struct bench_data *data, struct bench_dso *dso, u64 timestamp) in synthesize_sample()
366 u64 timestamp = rand() % 1000000; in inject_build_id() local
/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c129 uint64_t timestamp; member
677 uint64_t timestamp; member
708 uint64_t timestamp; in intel_pt_calc_cyc_cb() local
945 uint64_t timestamp, masked_timestamp; in intel_pt_next_period() local
983 uint64_t timestamp, masked_timestamp; in intel_pt_sample_insn() local
1435 static uint64_t intel_pt_8b_tsc(uint64_t timestamp, uint64_t ref_timestamp) in intel_pt_8b_tsc()
1452 uint64_t timestamp; in intel_pt_calc_tsc_timestamp() local
1579 uint64_t timestamp; in intel_pt_calc_mtc_timestamp() local
1650 uint64_t timestamp = decoder->cyc_ref_timestamp; in intel_pt_calc_cyc_timestamp() local
3212 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.c87 u64 timestamp; member
359 get_new_event(struct task_desc *task, u64 timestamp) in get_new_event()
387 u64 timestamp, u64 duration) in add_sched_event_run()
410 u64 timestamp, struct task_desc *wakee) in add_sched_event_wakeup()
437 u64 timestamp, u64 task_state __maybe_unused) in add_sched_event_sleep()
843 u64 timestamp0, timestamp = sample->time; in replay_switch_event() local
1041 u64 timestamp) in add_sched_out_event()
1075 add_sched_in_event(struct work_atoms *atoms, u64 timestamp) in add_sched_in_event()
1116 u64 timestamp0, timestamp = sample->time; in latency_switch_event() local
1185 u64 timestamp = sample->time; in latency_runtime_event() local
[all …]
Dbuiltin-kvm.c250 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/perf/util/arm-spe-decoder/
Darm-spe-decoder.h49 u64 timestamp; member
/tools/firewire/
Dnosy-dump.h15 uint32_t timestamp; member
78 uint32_t timestamp; member

12