diff options
| author | Bhumika Goyal <[email protected]> | 2016-10-06 23:40:01 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-10-16 10:24:21 +0200 |
| commit | 43ff7f53de2294a83dcf84b35de6ffa1ffafae9d (patch) | |
| tree | ef222f6460ed35e259f005f7fb3a25324a531b0b /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 02ae32f754a6cb006a7dc5305bf6e5ade1a95095 (diff) | |
Staging: vc04_services: vchiq_arm: Remove unused function remote_event_destroy
Remove function remote_event_destroy as it is not used anywhere in the
kernel. Function detected using Coccinelle but changes done by hand.
Script:
@initialize:python@
@@
def display(name,p):
print(name,p[0].file)
@r1@
identifier func;
type T;
position p;
@@
static T func@p(...)
{
...
}
@r@
identifier r1.func;
@@
func
@script:python depends on !r@
func << r1.func;
p << r1.p;
@@
display(func,p)
Signed-off-by: Bhumika Goyal <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions