Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:31:15 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:event_function_call
Proto:static void event_function_call(struct perf_event *event, event_f func, void *data)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event | |
event_f | func | |
void * | data |
258 | If Not parent Then |
267 | If Not task Then |
272 | If task == TASK_TOMBSTONE Then Return |
275 | again : |
285 | If task == TASK_TOMBSTONE Then |
287 | Return |
289 | If is_active Then |
291 | Go to again |
Name | Describe |
---|---|
perf_remove_from_context | Remove the event from a task's (or a CPU's) list of events.* If event->ctx is a cloned context, callers must make sure that* every task struct that event->ctx->task could possibly point to* remains valid. This is OK when called from perf_release since |
_perf_event_disable | Disable an event |
_perf_event_enable | Enable an event |
_perf_event_period |
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 |