]> sourceware.org Git - systemtap.git/commit
tapset: Make addr_to_node ignore !NODE_DATA(nid)
authorJosh Stone <jistone@redhat.com>
Mon, 5 Dec 2011 21:04:19 +0000 (13:04 -0800)
committerJosh Stone <jistone@redhat.com>
Mon, 5 Dec 2011 22:27:08 +0000 (14:27 -0800)
commit6bd2bdae06ebe81d429d21330a8761097cd2413c
tree46f19fc1fd4ad10c288517cf4fc142c504eb7656
parentd0297590463f27754b72c3b5fe44004f9d37ccb6
tapset: Make addr_to_node ignore !NODE_DATA(nid)

In the block added for RHEL4 compatibility, there was even a comment
indicating that we'd like to skip nodes that aren't online.  We can't
make that check due to missing an EXPORT for node_online_map, but
checking for a non-NULL pointer for NODE_DATA(nid) gets approximately
the same result.
tapset/memory.stp
This page took 0.02603 seconds and 5 git commands to generate.