]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dtrace: Make dynamic variable cleanup self-throtling
authorTomas Jedlicka <tomas.jedlicka@oracle.com>
Sun, 2 Jul 2017 19:06:10 +0000 (15:06 -0400)
committerKris Van Hees <kris.van.hees@oracle.com>
Fri, 14 Jul 2017 04:11:43 +0000 (00:11 -0400)
commitd656b39df01cc05c7e04c74ba5a1daebf7d260d6
treeac503b54f9e520a6260dc2c915573979c4c88cf4
parentdf5515de1cf1ef480c0befcc44dca33fa30a9e0c
dtrace: Make dynamic variable cleanup self-throtling

With addition of cyclic_reprogram() it is possible to make dynamic variable cleanup
self throtling by simply reprograming itself from within the handler.

Orabug: 26385177

Signed-off-by: Tomas Jedlicka <tomas.jedlicka@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
dtrace/dtrace_state.c