aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorJim Cromie <[email protected]>2011-12-19 17:13:07 -0500
committerGreg Kroah-Hartman <[email protected]>2012-01-24 12:48:55 -0800
commit7281491c594e7b8501eb5dfcf6cd3724f8a1b5b0 (patch)
tree7f99ca473ffc79baf0cb96b6dfb33de831af494f /tools/perf/scripts/python/syscall-counts-by-pid.py
parent8bd6026e88cb2eb1e60ee40c7a1a0786b2db6623 (diff)
dynamic_debug: enlarge command/query write buffer
Current query write buffer is 256 bytes, on stack. In comparison, the ddebug_query boot-arg is 1024. Allocate the buffer off heap, and enlarge it to 4096 bytes, big enough for ~100 queries (at 40 bytes each), and error out if not. This makes it play nicely with large query sets (to be added later). The buffer should be enough for most uses, and others should probably be split into subsets. [[email protected]: changed USER_BUF_PAGE from 4095 -> 4096 ] Signed-off-by: Jim Cromie <[email protected]> Signed-off-by: Jason Baron <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions