summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorRafael J. Wysocki <rjw@sisk.pl>2009-04-15 17:44:01 +0000
committerDavid S. Miller <davem@davemloft.net>2009-04-16 02:15:25 -0700
commit9d8d05ae66f40642987486f4b107565fc561a77c (patch)
tree72999fe5e731e785d5be685e0f9d51bf42df048d /tools/perf/scripts/python/event_analyzing_sample.py
parent4f9de721ab73a5271a79b126f7b5140b01a05c99 (diff)
downloadkernel-9d8d05ae66f40642987486f4b107565fc561a77c.tar.gz
NET/ixgbe: Fix powering off during shutdown
Prevent ixgbe from putting the adapter into D3 during shutdown except when we're going to power off the system, since doing that may generally cause problems with kexec to happen (such problems were observed for igb and forcedeth). For this purpose seperate ixgbe_shutdown() from ixgbe_suspend() and use the appropriate PCI PM callbacks in both of them. Signed-off-by: "Rafael J. Wysocki" <rjw@sisk.pl> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
&id=f38c85f1ba6902e4e2e2bf1b84edf065a904cdeb'>coredump: add %f for executable filenameLepton Wu 2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse 2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse 2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain 2020-04-21coredump: fix null pointer dereference on coredumpSudip Mukherjee 2020-02-08pipe: use exclusive waits when reading or writingLinus Torvalds 2019-08-03coredump: split pipe command whitespace before expanding templatePaul Wise