Function report |
Source Code:kernel\events\core.c |
Create Date:2022-07-28 13:34:40 |
Last Modify:2022-05-20 07:50:19 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:exclusive_event_installable
Proto:static bool exclusive_event_installable(struct perf_event *event, struct perf_event_context *ctx)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct perf_event * | event | |
struct perf_event_context * | ctx |
4569 | If Not is_exclusive_pmu(pmu) Then Return true |
4573 | If exclusive_event_match(iter_event, event) Then Return false |
4577 | Return true |
Name | Describe |
---|---|
perf_install_in_context | Attach a performance event to a context.* Very similar to event_function_call, see comment there. |
perf_event_create_kernel_counter | perf_event_create_kernel_counter*@attr: attributes of the counter to create*@cpu: cpu in which the counter is bound*@task: task to profile (NULL for percpu) |
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 |