Function report |
Source Code:kernel\trace\trace_events_hist.c |
Create Date:2022-07-28 12:29:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:hist_field_timestamp
Proto:static u64 hist_field_timestamp(struct hist_field *hist_field, struct tracing_map_elt *elt, struct ring_buffer_event *rbe, void *event)
Type:u64
Parameter:
Type | Parameter | Name |
---|---|---|
struct hist_field * | hist_field | |
struct tracing_map_elt * | elt | |
struct ring_buffer_event * | rbe | |
void * | event |
1513 | ts = g_buffer_event_time_stamp - return the event's extended timestamp*@event: the event to get the timestamp of* Returns the extended timestamp associated with a data event |
1515 | If ts_in_usecs && trace_clock_in_ns(tr) Then ts = ns2usecs(ts) |
1518 | Return ts |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |