summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorKan Liang <kan.liang@linux.intel.com>2020-09-14 07:34:16 -0700
committerPeter Zijlstra <peterz@infradead.org>2020-09-24 15:55:50 +0200
commit8ed2ccaa3fa990be61619a61b9bc3914eefdc18f (patch)
tree12599558877fc8daac5e6f12db9a6403d2ba898b /tools/perf/scripts/python/net_dropmonitor.py
parentfe6507338d635f283e9618b5eaa35f503a8c375b (diff)
downloadkernel-8ed2ccaa3fa990be61619a61b9bc3914eefdc18f.tar.gz
perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()
When an uncore PCI sub driver gets a remove notification, the corresponding PMU has to be retrieved and unregistered. The codes, which find the corresponding PMU by comparing the pci_device_id table, can be shared. Factor out uncore_pci_find_dev_pmu(), which will be used later. There is no functional change. Signed-off-by: Kan Liang <kan.liang@linux.intel.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/1600094060-82746-3-git-send-email-kan.liang@linux.intel.com
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
iscovery0 in each steps arrayDavid Kozub 2019-04-06block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub 2019-04-06block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub 2019-04-06block: sed-opal: unify retrieval of table columnsDavid Kozub 2019-04-06block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub 2019-04-06block: sed-opal: split generation of bytestring header and contentJonas Rabenstein 2019-04-06block: sed-opal: print failed function addressJonas Rabenstein 2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub 2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub 2019-04-06block: sed-opal: unify cmd startDavid Kozub 2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub 2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein 2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein 2019-04-06block: sed-opal: fix typos and formattingDavid Kozub 2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub