aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/scripting-engines/trace-event-perl.c
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2013-10-20 12:44:39 +0000
committerAl Viro <[email protected]>2013-10-20 12:44:39 +0000
commitc7314d74fcb089b127ef5753b5263ac8473f33bc (patch)
tree0ca6b0cc8afcc0145d5eeaed90469470e60cf173 /tools/perf/util/scripting-engines/trace-event-perl.c
parentext[34]: fix double put in tmpfile (diff)
downloadkernel-c7314d74fcb089b127ef5753b5263ac8473f33bc.tar.gz
kernel-c7314d74fcb089b127ef5753b5263ac8473f33bc.zip
nfsd regression since delayed fput()
Background: nfsd v[23] had throughput regression since delayed fput went in; every read or write ends up doing fput() and we get a pair of extra context switches out of that (plus quite a bit of work in queue_work itselfi, apparently). Use of schedule_delayed_work() gives it a chance to accumulate a bit before we do __fput() on all of them. I'm not too happy about that solution, but... on at least one real-world setup it reverts about 10% throughput loss we got from switch to delayed fput. Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-perl.c')
0 files changed, 0 insertions, 0 deletions