aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorBhumika Goyal <[email protected]>2016-10-06 23:32:20 +0530
committerGreg Kroah-Hartman <[email protected]>2016-10-16 10:24:51 +0200
commit340c0469911cb8394d62399d6fcf6f94e30fe2f4 (patch)
treeb86a78898e25a6e6d5cf51b68bd25b21bb28cb4b /tools/perf/scripts/python
parent67f9dcb155875864ccaf74625a7c702e6d07ab31 (diff)
Staging: rtl8712: remove unused functions
Remove the functions sleep_schedulable, down_scanned_network, up_scanned_network and get_free_xmit_queue as they are not used anywhere in the kernel. Functions 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')
0 files changed, 0 insertions, 0 deletions