cscope在linux内核中找到确切的结构定义

时间:2018-07-21 02:45:10

标签: cscope

我在vim中使用cscope。我想找到 struct platform_device 的定义。我尝试

@app.callback(
Output('output-container', 'children'),
events=[Event('date-range-picker', 'value')])
def chain_updates():
    pass

但是结果包含许多其他内容。喜欢:

  1. 变量名为platform_device
  2. struct platform_device的声明

    1122 /work/pi/pi3_dev/linux-4.14/drivers/ata/pata_legacy.c <>          int(* setup)(struct platform_device *,struct legacy_probe * probe,

    12 17 /work/pi/pi3_dev/linux-4.14/drivers/net/ethernet/qualcomm/emac/emac-sgmii.h <>          struct platform_device;

该定义也包含在结果中,但是由于输出太长而很难找到它。

是否可以让cscope仅找到struct platform_device的确切定义

0 个答案:

没有答案