]> sourceware.org Git - systemtap.git/commit
Introduce gfp_mask variants of _stp allocation functions.
authorMark Wielaard <mjw@redhat.com>
Wed, 28 Sep 2011 11:18:18 +0000 (13:18 +0200)
committerMark Wielaard <mjw@redhat.com>
Wed, 28 Sep 2011 11:26:09 +0000 (13:26 +0200)
commitf816f9be4cdf8e4dcac0b11fad8924ab389449ee
treeb38b81706cee28580c315225950c5da98f774fd1
parent7083cb11235393dfb0d2adf824ef26828053a1d2
Introduce gfp_mask variants of _stp allocation functions.

* runtime/alloc.c: Add _stp_kmalloc_gfp(), _stp_kzalloc_gfp() and
  _stp_kmalloc_node_gfp() which take a gfp_mask in case you really know
  what you are doing.
* translate.cxx (emit_module_init): Use with GFP_KERNEL for context alloc.
* runtime/map.c: Use for init and new functions called at module_init time.
* runtime/stat.c: Likewise.
runtime/alloc.c
runtime/map.c
runtime/stat.c
translate.cxx
This page took 0.025115 seconds and 5 git commands to generate.