Repository: brendangregg/FlameGraph Branch: master Commit: 41fee1f99f92 Files: 136 Total size: 6.0 MB Directory structure: gitextract_5yjq3i5q/ ├── .travis.yml ├── README.md ├── aix-perf.pl ├── demos/ │ ├── README │ └── cpu-zoomable.html ├── dev/ │ ├── README │ ├── gatherhc-kern.d │ ├── gatherthc-kern.d │ ├── hcstackcollapse.pl │ ├── hotcoldgraph.pl │ └── thcstackcollapse.pl ├── difffolded.pl ├── docs/ │ └── cddl1.txt ├── example-dtrace-stacks.txt ├── files.pl ├── flamegraph.pl ├── jmaps ├── pkgsplit-perf.pl ├── range-perf.pl ├── record-test.sh ├── stackcollapse-aix.pl ├── stackcollapse-bpftrace.pl ├── stackcollapse-chrome-tracing.py ├── stackcollapse-elfutils.pl ├── stackcollapse-faulthandler.pl ├── stackcollapse-gdb.pl ├── stackcollapse-go.pl ├── stackcollapse-ibmjava.pl ├── stackcollapse-instruments.pl ├── stackcollapse-java-exceptions.pl ├── stackcollapse-jstack.pl ├── stackcollapse-ljp.awk ├── stackcollapse-perf-sched.awk ├── stackcollapse-perf.pl ├── stackcollapse-pmc.pl ├── stackcollapse-recursive.pl ├── stackcollapse-sample.awk ├── stackcollapse-stap.pl ├── stackcollapse-vsprof.pl ├── stackcollapse-vtune-mc.pl ├── stackcollapse-vtune.pl ├── stackcollapse-wcp.pl ├── stackcollapse-xdebug.php ├── stackcollapse.pl ├── test/ │ ├── perf-cycles-instructions-01.txt │ ├── perf-dd-stacks-01.txt │ ├── perf-funcab-cmd-01.txt │ ├── perf-funcab-pid-01.txt │ ├── perf-iperf-stacks-pidtid-01.txt │ ├── perf-java-faults-01.txt │ ├── perf-java-stacks-01.txt │ ├── perf-java-stacks-02.txt │ ├── perf-js-stacks-01.txt │ ├── perf-mirageos-stacks-01.txt │ ├── perf-numa-stacks-01.txt │ ├── perf-rust-Yamakaky-dcpu.txt │ ├── perf-vertx-stacks-01.txt │ └── results/ │ ├── perf-cycles-instructions-01-collapsed-addrs.txt │ ├── perf-cycles-instructions-01-collapsed-all.txt │ ├── perf-cycles-instructions-01-collapsed-jit.txt │ ├── perf-cycles-instructions-01-collapsed-kernel.txt │ ├── perf-cycles-instructions-01-collapsed-pid.txt │ ├── perf-cycles-instructions-01-collapsed-tid.txt │ ├── perf-dd-stacks-01-collapsed-addrs.txt │ ├── perf-dd-stacks-01-collapsed-all.txt │ ├── perf-dd-stacks-01-collapsed-jit.txt │ ├── perf-dd-stacks-01-collapsed-kernel.txt │ ├── perf-dd-stacks-01-collapsed-pid.txt │ ├── perf-dd-stacks-01-collapsed-tid.txt │ ├── perf-funcab-cmd-01-collapsed-addrs.txt │ ├── perf-funcab-cmd-01-collapsed-all.txt │ ├── perf-funcab-cmd-01-collapsed-jit.txt │ ├── perf-funcab-cmd-01-collapsed-kernel.txt │ ├── perf-funcab-cmd-01-collapsed-pid.txt │ ├── perf-funcab-cmd-01-collapsed-tid.txt │ ├── perf-funcab-pid-01-collapsed-addrs.txt │ ├── perf-funcab-pid-01-collapsed-all.txt │ ├── perf-funcab-pid-01-collapsed-jit.txt │ ├── perf-funcab-pid-01-collapsed-kernel.txt │ ├── perf-funcab-pid-01-collapsed-pid.txt │ ├── perf-funcab-pid-01-collapsed-tid.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-addrs.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-all.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-jit.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-kernel.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-pid.txt │ ├── perf-iperf-stacks-pidtid-01-collapsed-tid.txt │ ├── perf-java-faults-01-collapsed-addrs.txt │ ├── perf-java-faults-01-collapsed-all.txt │ ├── perf-java-faults-01-collapsed-jit.txt │ ├── perf-java-faults-01-collapsed-kernel.txt │ ├── perf-java-faults-01-collapsed-pid.txt │ ├── perf-java-faults-01-collapsed-tid.txt │ ├── perf-java-stacks-01-collapsed-addrs.txt │ ├── perf-java-stacks-01-collapsed-all.txt │ ├── perf-java-stacks-01-collapsed-jit.txt │ ├── perf-java-stacks-01-collapsed-kernel.txt │ ├── perf-java-stacks-01-collapsed-pid.txt │ ├── perf-java-stacks-01-collapsed-tid.txt │ ├── perf-java-stacks-02-collapsed-addrs.txt │ ├── perf-java-stacks-02-collapsed-all.txt │ ├── perf-java-stacks-02-collapsed-jit.txt │ ├── perf-java-stacks-02-collapsed-kernel.txt │ ├── perf-java-stacks-02-collapsed-pid.txt │ ├── perf-java-stacks-02-collapsed-tid.txt │ ├── perf-js-stacks-01-collapsed-addrs.txt │ ├── perf-js-stacks-01-collapsed-all.txt │ ├── perf-js-stacks-01-collapsed-jit.txt │ ├── perf-js-stacks-01-collapsed-kernel.txt │ ├── perf-js-stacks-01-collapsed-pid.txt │ ├── perf-js-stacks-01-collapsed-tid.txt │ ├── perf-mirageos-stacks-01-collapsed-addrs.txt │ ├── perf-mirageos-stacks-01-collapsed-all.txt │ ├── perf-mirageos-stacks-01-collapsed-jit.txt │ ├── perf-mirageos-stacks-01-collapsed-kernel.txt │ ├── perf-mirageos-stacks-01-collapsed-pid.txt │ ├── perf-mirageos-stacks-01-collapsed-tid.txt │ ├── perf-numa-stacks-01-collapsed-addrs.txt │ ├── perf-numa-stacks-01-collapsed-all.txt │ ├── perf-numa-stacks-01-collapsed-jit.txt │ ├── perf-numa-stacks-01-collapsed-kernel.txt │ ├── perf-numa-stacks-01-collapsed-pid.txt │ ├── perf-numa-stacks-01-collapsed-tid.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-addrs.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-all.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-jit.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-kernel.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-pid.txt │ ├── perf-rust-Yamakaky-dcpu-collapsed-tid.txt │ ├── perf-vertx-stacks-01-collapsed-addrs.txt │ ├── perf-vertx-stacks-01-collapsed-all.txt │ ├── perf-vertx-stacks-01-collapsed-jit.txt │ ├── perf-vertx-stacks-01-collapsed-kernel.txt │ ├── perf-vertx-stacks-01-collapsed-pid.txt │ └── perf-vertx-stacks-01-collapsed-tid.txt └── test.sh ================================================ FILE CONTENTS ================================================ ================================================ FILE: .travis.yml ================================================ # Using the container-based infrastructure sudo: false language: perl perl: - "5.24" - "5.22" - "5.20" - "5.18" - "5.16" - "5.14" - "5.12" - "5.10" install: /bin/true script: ./test.sh ================================================ FILE: README.md ================================================ # Flame Graphs visualize profiled code Main Website: http://www.brendangregg.com/flamegraphs.html Example (click to zoom): [![Example](http://www.brendangregg.com/FlameGraphs/cpu-bash-flamegraph.svg)](http://www.brendangregg.com/FlameGraphs/cpu-bash-flamegraph.svg) Click a box to zoom the Flame Graph to this stack frame only. To search and highlight all stack frames matching a regular expression, click the _search_ button in the upper right corner or press Ctrl-F. By default, search is case sensitive, but this can be toggled by pressing Ctrl-I or by clicking the _ic_ button in the upper right corner. Other sites: - The Flame Graph article in ACMQ and CACM: http://queue.acm.org/detail.cfm?id=2927301 http://cacm.acm.org/magazines/2016/6/202665-the-flame-graph/abstract - CPU profiling using Linux perf\_events, DTrace, SystemTap, or ktap: http://www.brendangregg.com/FlameGraphs/cpuflamegraphs.html - CPU profiling using XCode Instruments: http://schani.wordpress.com/2012/11/16/flame-graphs-for-instruments/ - CPU profiling using Xperf.exe: http://randomascii.wordpress.com/2013/03/26/summarizing-xperf-cpu-usage-with-flame-graphs/ - Memory profiling: http://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html - Other examples, updates, and news: http://www.brendangregg.com/flamegraphs.html#Updates Flame graphs can be created in three steps: 1. Capture stacks 2. Fold stacks 3. flamegraph.pl 1\. Capture stacks ================= Stack samples can be captured using Linux perf\_events, FreeBSD pmcstat (hwpmc), DTrace, SystemTap, and many other profilers. See the stackcollapse-\* converters. ### Linux perf\_events Using Linux perf\_events (aka "perf") to capture 60 seconds of 99 Hertz stack samples, both user- and kernel-level stacks, all processes: ``` # perf record -F 99 -a -g -- sleep 60 # perf script > out.perf ``` Now only capturing PID 181: ``` # perf record -F 99 -p 181 -g -- sleep 60 # perf script > out.perf ``` ### DTrace Using DTrace to capture 60 seconds of kernel stacks at 997 Hertz: ``` # dtrace -x stackframes=100 -n 'profile-997 /arg0/ { @[stack()] = count(); } tick-60s { exit(0); }' -o out.kern_stacks ``` Using DTrace to capture 60 seconds of user-level stacks for PID 12345 at 97 Hertz: ``` # dtrace -x ustackframes=100 -n 'profile-97 /pid == 12345 && arg1/ { @[ustack()] = count(); } tick-60s { exit(0); }' -o out.user_stacks ``` 60 seconds of user-level stacks, including time spent in-kernel, for PID 12345 at 97 Hertz: ``` # dtrace -x ustackframes=100 -n 'profile-97 /pid == 12345/ { @[ustack()] = count(); } tick-60s { exit(0); }' -o out.user_stacks ``` Switch `ustack()` for `jstack()` if the application has a ustack helper to include translated frames (eg, node.js frames; see: http://dtrace.org/blogs/dap/2012/01/05/where-does-your-node-program-spend-its-time/). The rate for user-level stack collection is deliberately slower than kernel, which is especially important when using `jstack()` as it performs additional work to translate frames. 2\. Fold stacks ============== Use the stackcollapse programs to fold stack samples into single lines. The programs provided are: - `stackcollapse.pl`: for DTrace stacks - `stackcollapse-perf.pl`: for Linux perf_events "perf script" output - `stackcollapse-pmc.pl`: for FreeBSD pmcstat -G stacks - `stackcollapse-stap.pl`: for SystemTap stacks - `stackcollapse-instruments.pl`: for XCode Instruments - `stackcollapse-vtune.pl`: for Intel VTune profiles - `stackcollapse-ljp.awk`: for Lightweight Java Profiler - `stackcollapse-jstack.pl`: for Java jstack(1) output - `stackcollapse-gdb.pl`: for gdb(1) stacks - `stackcollapse-go.pl`: for Golang pprof stacks - `stackcollapse-vsprof.pl`: for Microsoft Visual Studio profiles - `stackcollapse-wcp.pl`: for wallClockProfiler output Usage example: ``` For perf_events: $ ./stackcollapse-perf.pl out.perf > out.folded For DTrace: $ ./stackcollapse.pl out.kern_stacks > out.kern_folded ``` The output looks like this: ``` unix`_sys_sysenter_post_swapgs 1401 unix`_sys_sysenter_post_swapgs;genunix`close 5 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf 85 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf;c2audit`audit_closef 26 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf;c2audit`audit_setf 5 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf;genunix`audit_getstate 6 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf;genunix`audit_unfalloc 2 unix`_sys_sysenter_post_swapgs;genunix`close;genunix`closeandsetf;genunix`closef 48 [...] ``` 3\. flamegraph.pl ================ Use flamegraph.pl to render a SVG. ``` $ ./flamegraph.pl out.kern_folded > kernel.svg ``` An advantage of having the folded input file (and why this is separate to flamegraph.pl) is that you can use grep for functions of interest. Eg: ``` $ grep cpuid out.kern_folded | ./flamegraph.pl > cpuid.svg ``` Provided Examples ================= ### Linux perf\_events An example output from Linux "perf script" is included, gzip'd, as example-perf-stacks.txt.gz. The resulting flame graph is example-perf.svg: [![Example](http://www.brendangregg.com/FlameGraphs/example-perf.svg)](http://www.brendangregg.com/FlameGraphs/example-perf.svg) You can create this using: ``` $ gunzip -c example-perf-stacks.txt.gz | ./stackcollapse-perf.pl --all | ./flamegraph.pl --color=java --hash > example-perf.svg ``` This shows my typical workflow: I'll gzip profiles on the target, then copy them to my laptop for analysis. Since I have hundreds of profiles, I leave them gzip'd! Since this profile included Java, I used the flamegraph.pl --color=java palette. I've also used stackcollapse-perf.pl --all, which includes all annotations that help flamegraph.pl use separate colors for kernel and user level code. The resulting flame graph uses: green == Java, yellow == C++, red == user-mode native, orange == kernel. This profile was from an analysis of vert.x performance. The benchmark client, wrk, is also visible in the flame graph. ### DTrace An example output from DTrace is also included, example-dtrace-stacks.txt, and the resulting flame graph, example-dtrace.svg: [![Example](http://www.brendangregg.com/FlameGraphs/example-dtrace.svg)](http://www.brendangregg.com/FlameGraphs/example-dtrace.svg) You can generate this using: ``` $ ./stackcollapse.pl example-stacks.txt | ./flamegraph.pl > example.svg ``` This was from a particular performance investigation: the Flame Graph identified that CPU time was spent in the lofs module, and quantified that time. Options ======= See the USAGE message (--help) for options: USAGE: ./flamegraph.pl [options] infile > outfile.svg --title TEXT # change title text --subtitle TEXT # second level title (optional) --width NUM # width of image (default 1200) --height NUM # height of each frame (default 16) --minwidth NUM # omit smaller functions. In pixels or use "%" for # percentage of time (default 0.1 pixels) --fonttype FONT # font type (default "Verdana") --fontsize NUM # font size (default 12) --countname TEXT # count type label (default "samples") --nametype TEXT # name type label (default "Function:") --colors PALETTE # set color palette. choices are: hot (default), mem, # io, wakeup, chain, java, js, perl, red, green, blue, # aqua, yellow, purple, orange --bgcolors COLOR # set background colors. gradient choices are yellow # (default), blue, green, grey; flat colors use "#rrggbb" --hash # colors are keyed by function name hash --cp # use consistent palette (palette.map) --reverse # generate stack-reversed flame graph --inverted # icicle graph --flamechart # produce a flame chart (sort by time, do not merge stacks) --negate # switch differential hues (blue<->red) --notes TEXT # add notes comment in SVG (for debugging) --help # this message eg, ./flamegraph.pl --title="Flame Graph: malloc()" trace.txt > graph.svg As suggested in the example, flame graphs can process traces of any event, such as malloc()s, provided stack traces are gathered. Consistent Palette ================== If you use the `--cp` option, it will use the $colors selection and randomly generate the palette like normal. Any future flamegraphs created using the `--cp` option will use the same palette map. Any new symbols from future flamegraphs will have their colors randomly generated using the $colors selection. If you don't like the palette, just delete the palette.map file. This allows your to change your colorscheme between flamegraphs to make the differences REALLY stand out. Example: Say we have 2 captures, one with a problem, and one when it was working (whatever "it" is): ``` cat working.folded | ./flamegraph.pl --cp > working.svg # this generates a palette.map, as per the normal random generated look. cat broken.folded | ./flamegraph.pl --cp --colors mem > broken.svg # this svg will use the same palette.map for the same events, but a very # different colorscheme for any new events. ``` Take a look at the demo directory for an example: palette-example-working.svg palette-example-broken.svg ================================================ FILE: aix-perf.pl ================================================ #!/usr/bin/perl use Getopt::Std; getopt('urt'); unless ($opt_r && $opt_t){ print "Usage: $0 [ -u user] -r sample_count -t sleep_time\n"; exit(0); } my $i; my @proc = ""; for ($i = 0; $i < $opt_r ; $i++){ if ($opt_u){ $proc = `/usr/sysv/bin/ps -u $opt_u `; $proc =~ s/^.*\n//; $proc =~ s/\s*(\d+).*\n/\1 /g; @proc = split(/\s+/,$proc); } else { opendir(my $dh, '/proc') || die "Cant't open /proc: $!"; @proc = grep { /^[\d]+$/ } readdir($dh); closedir ($dh); } foreach my $pid (@proc){ my $command = "/usr/bin/procstack $pid"; print `$command 2>/dev/null`; } select(undef, undef, undef, $opt_t); } ================================================ FILE: demos/README ================================================ Flame Graph demos gathered and created for the talk "Blazing Performance with Flame Graphs" at USENIX/LISA 2013. These SVGs can not be seen on github directly; save them locally first (git clone or download), then open them in a browser (file://...). ================================================ FILE: demos/cpu-zoomable.html ================================================ Flame graph

Flame graph

Hover over a block for summary information. Click a block for details. Reset view
================================================ FILE: dev/README ================================================ EXPERIMENTAL: This includes some work in progress code, which may not work properly. Hot Cold Graphs =============== These show both on-CPU time (in shades of red) and off-CPU time (blocked time; in shades of blue) in a similar style to the Flame Graph. Thread Hot Cold Graphs ====================== These are per-Thread Hot Cold Graphs, which helps separate logical functions that are managed by their threads, and helps you estimate speed up for the threads of interest. ================================================ FILE: dev/gatherhc-kern.d ================================================ #!/usr/sbin/dtrace -s #pragma D option stackframes=100 #pragma D option defaultargs profile:::profile-999 /arg0/ { @[stack(), 1] = sum(1000); } sched:::off-cpu { self->start = timestamp; } sched:::on-cpu /(this->start = self->start)/ { this->delta = (timestamp - this->start) / 1000; @[stack(), 0] = sum(this->delta); self->start = 0; } profile:::tick-60s, dtrace:::END { normalize(@, 1000); printa("%koncpu:%d ms:%@d\n", @); trunc(@); exit(0); } ================================================ FILE: dev/gatherthc-kern.d ================================================ #!/usr/sbin/dtrace -s #pragma D option stackframes=100 #pragma D option defaultargs profile:::profile-999 /arg0/ { @[stack(), (uint64_t)curthread, pid, tid, execname, 1] = sum(1000); } sched:::off-cpu { self->start = timestamp; } sched:::on-cpu /(this->start = self->start)/ { this->delta = (timestamp - this->start) / 1000; @[stack(), (uint64_t)curthread, pid, tid, execname, 0] = sum(this->delta); self->start = 0; } profile:::tick-60s, dtrace:::END { normalize(@, 1000); printa("%kthread:%d pid:%d tid:%d name:%s oncpu:%d ms:%@d\n", @); trunc(@); exit(0); } ================================================ FILE: dev/hcstackcollapse.pl ================================================ #!/usr/bin/perl -w # # hcstackcollapse.pl collapse hot/cold multiline stacks into single lines. # # EXPERIMENTAL: This is a work in progress, and may not work properly. # # Parses a multiline stack followed by oncpu status and ms on a separate line # (see example below) and outputs a comma separated stack followed by a space # and the number. If memory addresses (+0xd) are present, they are stripped, # and resulting identical stacks are colased with their counts summed. # # USAGE: ./hcstackcollapse.pl infile > outfile # # Example input: # # mysqld`_Z10do_commandP3THD+0xd4 # mysqld`handle_one_connection+0x1a6 # libc.so.1`_thrp_setup+0x8d # libc.so.1`_lwp_start # oncpu:1 ms:2664 # # Example output: # # libc.so.1`_lwp_start,libc.so.1`_thrp_setup,mysqld`handle_one_connection,mysqld`_Z10do_commandP3THD oncpu:1 ms:2664 # # Input may contain many stacks, and can be generated using DTrace. The # first few lines of input are skipped (see $headerlines). # # Copyright 2013 Joyent, Inc. All rights reserved. # Copyright 2013 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 14-Aug-2011 Brendan Gregg Created this. use strict; my %collapsed; my $headerlines = 2; sub remember_stack { my ($stack, $oncpu, $count) = @_; $collapsed{"$stack $oncpu"} += $count; } my $nr = 0; my @stack; foreach (<>) { next if $nr++ < $headerlines; chomp; if (m/^oncpu:(\d+) ms:(\d+)$/) { remember_stack(join(",", @stack), $1, $2) unless $2 == 0; @stack = (); next; } next if (m/^\s*$/); my $frame = $_; $frame =~ s/^\s*//; $frame =~ s/\+.*$//; $frame = "-" if $frame eq ""; unshift @stack, $frame; } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: dev/hotcoldgraph.pl ================================================ #!/usr/bin/perl -w # # hotcoldgraph.pl flame/cold stack grapher. # # EXPERIMENTAL: This is a work in progress, and may not work properly. # # This takes on and off-cpu stack timings (see hcstackcollapse.pl) and # renders a call graph, allowing latency in codepaths to be quickly identified. # # USAGE: ./hotcoldgraph.pl input.txt > graph.svg # # grep funcA input.txt | ./hotcoldgraph.pl > graph.svg # # The input is stack frames and sample counts formatted as single lines. Each # frame in the stack is comma separated, with a space and count at the end of # the line. These can be generated using DTrace with stackcollapse.pl. # # The output graph shows relative presense of functions in stack samples. The # ordering on the x-axis has no meaning; since the data is samples, time order # of events is not known. The order used sorts function names alphabeticly. # # HISTORY # # This was inspired by Neelakanth Nadgir's excellent function_call_graph.rb # program, which visualized function entry and return trace events. As Neel # wrote: "The output displayed is inspired by Roch's CallStackAnalyzer which # was in turn inspired by the work on vftrace by Jan Boerhout". See: # http://blogs.sun.com/realneel/entry/visualizing_callstacks_via_dtrace_and # # For the on-CPU graph only, see flamegraph.pl. # # Copyright 2013 Joyent, Inc. All rights reserved. # Copyright 2013 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 10-Sep-2011 Brendan Gregg Created this. use strict; # tunables my $fonttype = "Verdana"; my $imagewidth = 1200; # max width, pixels my $frameheight = 16; # max height is dynamic my $fontsize = 12; # base text size my $minwidth = 0.1; # min function width, pixels # internals my $ypad1 = $fontsize * 4; # pad top, include title my $ypad2 = $fontsize * 2 + 10; # pad bottom, include labels my $xpad = 10; # pad lefm and right my $timemax = 0; my $depthmax = 0; my %Events; # SVG functions { package SVG; sub new { my $class = shift; my $self = {}; bless ($self, $class); return $self; } sub header { my ($self, $w, $h) = @_; $self->{svg} .= < SVG } sub include { my ($self, $content) = @_; $self->{svg} .= $content; } sub colorAllocate { my ($self, $r, $g, $b) = @_; return "rgb($r,$g,$b)"; } sub filledRectangle { my ($self, $x1, $y1, $x2, $y2, $fill, $extra) = @_; $x1 = sprintf "%0.1f", $x1; $x2 = sprintf "%0.1f", $x2; my $w = sprintf "%0.1f", $x2 - $x1; my $h = sprintf "%0.1f", $y2 - $y1; $extra = defined $extra ? $extra : ""; $self->{svg} .= qq/\n/; } sub stringTTF { my ($self, $color, $font, $size, $angle, $x, $y, $str, $loc, $extra) = @_; $loc = defined $loc ? $loc : "left"; $extra = defined $extra ? $extra : ""; $self->{svg} .= qq/$str<\/text>\n/; } sub svg { my $self = shift; return "$self->{svg}\n"; } 1; } sub color { my $type = shift; if (defined $type and $type eq "hot") { my $r = 205 + int(rand(50)); my $g = 0 + int(rand(230)); my $b = 0 + int(rand(55)); return "rgb($r,$g,$b)"; } if (defined $type and $type eq "cold") { my $r = 0 + int(rand(40)); my $b = 205 + int(rand(50)); my $g = 0 + int(rand(150)); return "rgb($r,$g,$b)"; } return "rgb(0,0,0)"; } my %Node; my %Tmp; sub flow { my ($a, $b, $ca, $cb, $v) = @_; my @A = split ",", $a; my @B = split ",", $b; my $len_a = $#A; my $len_b = $#B; $depthmax = $len_b if $len_b > $depthmax; my $i = 0; my $len_same = 0; for (; $i <= $len_a; $i++) { last if $i > $len_b; last if $A[$i] ne $B[$i]; } $len_same = $i; $len_same = 0 if $ca != $cb; for ($i = $len_a; $i >= $len_same; $i--) { my $k = "$A[$i]-$i"; # a unique ID is constructed from func-depth-etime; # func-depth isn't unique, it may be repeated later. $Node{"$k-$v-$ca"}->{stime} = $Tmp{$k}->{stime}; delete $Tmp{$k}->{stime}; delete $Tmp{$k}; } for ($i = $len_same; $i <= $len_b; $i++) { my $k = "$B[$i]-$i"; $Tmp{$k}->{stime} = $v; } } # Parse input my @Data = <>; my $laststack = ""; my $lastcpu = 0; my $time = 0; foreach (sort @Data) { chomp; my ($stack, $cpu, $samples) = split ' '; $stack = ",$stack"; next unless defined $samples; flow($laststack, $stack, $lastcpu, $cpu, $time); $time += $samples; $laststack = $stack; $lastcpu = $cpu; } flow($laststack, "", $lastcpu, 0, $time); $timemax = $time or die "ERROR: No stack counts found\n"; # Draw canvas my $widthpertime = ($imagewidth - 2 * $xpad) / $timemax; my $imageheight = ($depthmax * $frameheight) + $ypad1 + $ypad2; my $im = SVG->new(); $im->header($imagewidth, $imageheight); my $inc = < INC $im->include($inc); $im->filledRectangle(0, 0, $imagewidth, $imageheight, 'url(#background)'); my ($white, $black, $vvdgrey, $vdgrey) = ( $im->colorAllocate(255, 255, 255), $im->colorAllocate(0, 0, 0), $im->colorAllocate(40, 40, 40), $im->colorAllocate(160, 160, 160), ); $im->stringTTF($black, $fonttype, $fontsize + 5, 0.0, int($imagewidth / 2), $fontsize * 2, "Flame Graph", "middle"); $im->stringTTF($black, $fonttype, $fontsize, 0.0, $xpad, $imageheight - ($ypad2 / 2), 'Function:'); $im->stringTTF($black, $fonttype, $fontsize, 0.0, $xpad + 60, $imageheight - ($ypad2 / 2), " ", "", 'id="details"'); # Draw frames foreach my $id (keys %Node) { my ($func, $depth, $etime, $cpu) = split "-", $id; die "missing start for $id" if !defined $Node{$id}->{stime}; my $stime = $Node{$id}->{stime}; my $samples = $etime - $stime; my $x1 = $xpad + $stime * $widthpertime; my $x2 = $xpad + $etime * $widthpertime; my $width = $x2 - $x1; next if $width < $minwidth; my $y1 = $imageheight - $ypad2 - ($depth + 1) * $frameheight + 1; my $y2 = $imageheight - $ypad2 - $depth * $frameheight; my $info; if ($func eq "" and $depth == 0) { $info = "all ($samples ms, 100%)"; } else { my $pct = sprintf "%.2f", ((100 * $samples) / $timemax); $info = "$func ($samples ms, $pct%)"; } my $color = $cpu ? "hot" : "cold"; $im->filledRectangle($x1, $y1, $x2, $y2, color($color), 'rx="2" ry="2" onmouseover="s(' . "'$info'" . ')" onmouseout="c()"'); if ($width > 50) { my $chars = int($width / (0.7 * $fontsize)); my $text = substr $func, 0, $chars; $text .= ".." if $chars < length $func; $im->stringTTF($black, $fonttype, $fontsize, 0.0, $x1 + 3, 3 + ($y1 + $y2) / 2, $text, "", 'onmouseover="s(' . "'$info'" . ')" onmouseout="c()"'); } } print $im->svg; ================================================ FILE: dev/thcstackcollapse.pl ================================================ #!/usr/bin/perl -w # # thcstackcollapse.pl collapse thread hot/cold multiline stacks into # single lines. # # EXPERIMENTAL: This is a work in progress, and may not work properly. # # Parses a multiline stack followed by thread ID, PID, TID, name, oncpu status, # and ms on a separate line (see example below) and outputs a comma separated # stack followed by a space and the numbers. If memory addresses (+0xd) are # present, they are stripped, and resulting identical stacks are colased with # their counts summed. # # USAGE: ./thcstackcollapse.pl infile > outfile # # Example input: # # mysqld`_Z10do_commandP3THD+0xd4 # mysqld`handle_one_connection+0x1a6 # libc.so.1`_thrp_setup+0x8d # libc.so.1`_lwp_start # thread:0x78372480 pid:826 tid:3 name:mysqld oncpu:1 ms:2664 # # Example output: # # libc.so.1`_lwp_start,libc.so.1`_thrp_setup,mysqld`handle_one_connection,mysqld`_Z10do_commandP3THD 0x78372480 826 3 mysqld 1 2664 # # Input may contain many stacks, and can be generated using DTrace. The # first few lines of input are skipped (see $headerlines). # # Copyright 2013 Joyent, Inc. All rights reserved. # Copyright 2013 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 14-Aug-2011 Brendan Gregg Created this. use strict; my %collapsed; my $headerlines = 2; sub remember_stack { my ($stack, $thread, $pid, $tid, $name, $oncpu, $count) = @_; $collapsed{"$stack $thread $pid $tid $name $oncpu"} += $count; } my $nr = 0; my @stack; foreach (<>) { next if $nr++ < $headerlines; chomp; next if (m/^\s*$/); if (m/^thread:(\d+) pid:(\d+) tid:(\d+) name:(.*?) oncpu:(\d+) ms:(\d+)$/) { remember_stack(join(",", @stack), $1, $2, $3, $4, $5, $6) if $6 > 0; @stack = (); next; } my $frame = $_; $frame =~ s/^\s*//; $frame =~ s/\+.*$//; $frame = "-" if $frame eq ""; unshift @stack, $frame; } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: difffolded.pl ================================================ #!/usr/bin/perl -w # # difffolded.pl diff two folded stack files. Use this for generating # flame graph differentials. # # USAGE: ./difffolded.pl [-hns] folded1 folded2 | ./flamegraph.pl > diff2.svg # # Options are described in the usage message (-h). # # The flamegraph will be colored based on higher samples (red) and smaller # samples (blue). The frame widths will be based on the 2nd folded file. # This might be confusing if stack frames disappear entirely; it will make # the most sense to ALSO create a differential based on the 1st file widths, # while switching the hues; eg: # # ./difffolded.pl folded2 folded1 | ./flamegraph.pl --negate > diff1.svg # # Here's what they mean when comparing a before and after profile: # # diff1.svg: widths show the before profile, colored by what WILL happen # diff2.svg: widths show the after profile, colored by what DID happen # # INPUT: See stackcollapse* programs. # # OUTPUT: The full list of stacks, with two columns, one from each file. # If a stack wasn't present in a file, the column value is zero. # # folded_stack_trace count_from_folded1 count_from_folded2 # # eg: # # funca;funcb;funcc 31 33 # ... # # COPYRIGHT: Copyright (c) 2014 Brendan Gregg. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # (http://www.gnu.org/copyleft/gpl.html) # # 28-Oct-2014 Brendan Gregg Created this. use strict; use Getopt::Std; # defaults my $normalize = 0; # make sample counts equal my $striphex = 0; # strip hex numbers sub usage { print STDERR < diff2.svg -h # help message -n # normalize sample counts -s # strip hex numbers (addresses) See stackcollapse scripts for generating folded files. Also consider flipping the files and hues to highlight reduced paths: $0 folded2 folded1 | ./flamegraph.pl --negate > diff1.svg USAGE_END exit 2; } usage() if @ARGV < 2; our($opt_h, $opt_n, $opt_s); getopts('ns') or usage(); usage() if $opt_h; $normalize = 1 if defined $opt_n; $striphex = 1 if defined $opt_s; my ($total1, $total2) = (0, 0); my %Folded; my $file1 = $ARGV[0]; my $file2 = $ARGV[1]; open FILE, $file1 or die "ERROR: Can't read $file1\n"; while () { chomp; my ($stack, $count) = (/^(.*)\s+?(\d+(?:\.\d*)?)$/); $stack =~ s/0x[0-9a-fA-F]+/0x.../g if $striphex; $Folded{$stack}{1} += $count; $total1 += $count; } close FILE; open FILE, $file2 or die "ERROR: Can't read $file2\n"; while () { chomp; my ($stack, $count) = (/^(.*)\s+?(\d+(?:\.\d*)?)$/); $stack =~ s/0x[0-9a-fA-F]+/0x.../g if $striphex; $Folded{$stack}{2} += $count; $total2 += $count; } close FILE; foreach my $stack (keys %Folded) { $Folded{$stack}{1} = 0 unless defined $Folded{$stack}{1}; $Folded{$stack}{2} = 0 unless defined $Folded{$stack}{2}; if ($normalize && $total1 != $total2) { $Folded{$stack}{1} = int($Folded{$stack}{1} * $total2 / $total1); } print "$stack $Folded{$stack}{1} $Folded{$stack}{2}\n"; } ================================================ FILE: docs/cddl1.txt ================================================ Unless otherwise noted, all files in this distribution are released under the Common Development and Distribution License (CDDL). Exceptions are noted within the associated source files. -------------------------------------------------------------------- COMMON DEVELOPMENT AND DISTRIBUTION LICENSE Version 1.0 1. Definitions. 1.1. "Contributor" means each individual or entity that creates or contributes to the creation of Modifications. 1.2. "Contributor Version" means the combination of the Original Software, prior Modifications used by a Contributor (if any), and the Modifications made by that particular Contributor. 1.3. "Covered Software" means (a) the Original Software, or (b) Modifications, or (c) the combination of files containing Original Software with files containing Modifications, in each case including portions thereof. 1.4. "Executable" means the Covered Software in any form other than Source Code. 1.5. "Initial Developer" means the individual or entity that first makes Original Software available under this License. 1.6. "Larger Work" means a work which combines Covered Software or portions thereof with code not governed by the terms of this License. 1.7. "License" means this document. 1.8. "Licensable" means having the right to grant, to the maximum extent possible, whether at the time of the initial grant or subsequently acquired, any and all of the rights conveyed herein. 1.9. "Modifications" means the Source Code and Executable form of any of the following: A. Any file that results from an addition to, deletion from or modification of the contents of a file containing Original Software or previous Modifications; B. Any new file that contains any part of the Original Software or previous Modifications; or C. Any new file that is contributed or otherwise made available under the terms of this License. 1.10. "Original Software" means the Source Code and Executable form of computer software code that is originally released under this License. 1.11. "Patent Claims" means any patent claim(s), now owned or hereafter acquired, including without limitation, method, process, and apparatus claims, in any patent Licensable by grantor. 1.12. "Source Code" means (a) the common form of computer software code in which modifications are made and (b) associated documentation included in or with such code. 1.13. "You" (or "Your") means an individual or a legal entity exercising rights under, and complying with all of the terms of, this License. For legal entities, "You" includes any entity which controls, is controlled by, or is under common control with You. For purposes of this definition, "control" means (a) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (b) ownership of more than fifty percent (50%) of the outstanding shares or beneficial ownership of such entity. 2. License Grants. 2.1. The Initial Developer Grant. Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, the Initial Developer hereby grants You a world-wide, royalty-free, non-exclusive license: (a) under intellectual property rights (other than patent or trademark) Licensable by Initial Developer, to use, reproduce, modify, display, perform, sublicense and distribute the Original Software (or portions thereof), with or without Modifications, and/or as part of a Larger Work; and (b) under Patent Claims infringed by the making, using or selling of Original Software, to make, have made, use, practice, sell, and offer for sale, and/or otherwise dispose of the Original Software (or portions thereof). (c) The licenses granted in Sections 2.1(a) and (b) are effective on the date Initial Developer first distributes or otherwise makes the Original Software available to a third party under the terms of this License. (d) Notwithstanding Section 2.1(b) above, no patent license is granted: (1) for code that You delete from the Original Software, or (2) for infringements caused by: (i) the modification of the Original Software, or (ii) the combination of the Original Software with other software or devices. 2.2. Contributor Grant. Conditioned upon Your compliance with Section 3.1 below and subject to third party intellectual property claims, each Contributor hereby grants You a world-wide, royalty-free, non-exclusive license: (a) under intellectual property rights (other than patent or trademark) Licensable by Contributor to use, reproduce, modify, display, perform, sublicense and distribute the Modifications created by such Contributor (or portions thereof), either on an unmodified basis, with other Modifications, as Covered Software and/or as part of a Larger Work; and (b) under Patent Claims infringed by the making, using, or selling of Modifications made by that Contributor either alone and/or in combination with its Contributor Version (or portions of such combination), to make, use, sell, offer for sale, have made, and/or otherwise dispose of: (1) Modifications made by that Contributor (or portions thereof); and (2) the combination of Modifications made by that Contributor with its Contributor Version (or portions of such combination). (c) The licenses granted in Sections 2.2(a) and 2.2(b) are effective on the date Contributor first distributes or otherwise makes the Modifications available to a third party. (d) Notwithstanding Section 2.2(b) above, no patent license is granted: (1) for any code that Contributor has deleted from the Contributor Version; (2) for infringements caused by: (i) third party modifications of Contributor Version, or (ii) the combination of Modifications made by that Contributor with other software (except as part of the Contributor Version) or other devices; or (3) under Patent Claims infringed by Covered Software in the absence of Modifications made by that Contributor. 3. Distribution Obligations. 3.1. Availability of Source Code. Any Covered Software that You distribute or otherwise make available in Executable form must also be made available in Source Code form and that Source Code form must be distributed only under the terms of this License. You must include a copy of this License with every copy of the Source Code form of the Covered Software You distribute or otherwise make available. You must inform recipients of any such Covered Software in Executable form as to how they can obtain such Covered Software in Source Code form in a reasonable manner on or through a medium customarily used for software exchange. 3.2. Modifications. The Modifications that You create or to which You contribute are governed by the terms of this License. You represent that You believe Your Modifications are Your original creation(s) and/or You have sufficient rights to grant the rights conveyed by this License. 3.3. Required Notices. You must include a notice in each of Your Modifications that identifies You as the Contributor of the Modification. You may not remove or alter any copyright, patent or trademark notices contained within the Covered Software, or any notices of licensing or any descriptive text giving attribution to any Contributor or the Initial Developer. 3.4. Application of Additional Terms. You may not offer or impose any terms on any Covered Software in Source Code form that alters or restricts the applicable version of this License or the recipients' rights hereunder. You may choose to offer, and to charge a fee for, warranty, support, indemnity or liability obligations to one or more recipients of Covered Software. However, you may do so only on Your own behalf, and not on behalf of the Initial Developer or any Contributor. You must make it absolutely clear that any such warranty, support, indemnity or liability obligation is offered by You alone, and You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of warranty, support, indemnity or liability terms You offer. 3.5. Distribution of Executable Versions. You may distribute the Executable form of the Covered Software under the terms of this License or under the terms of a license of Your choice, which may contain terms different from this License, provided that You are in compliance with the terms of this License and that the license for the Executable form does not attempt to limit or alter the recipient's rights in the Source Code form from the rights set forth in this License. If You distribute the Covered Software in Executable form under a different license, You must make it absolutely clear that any terms which differ from this License are offered by You alone, not by the Initial Developer or Contributor. You hereby agree to indemnify the Initial Developer and every Contributor for any liability incurred by the Initial Developer or such Contributor as a result of any such terms You offer. 3.6. Larger Works. You may create a Larger Work by combining Covered Software with other code not governed by the terms of this License and distribute the Larger Work as a single product. In such a case, You must make sure the requirements of this License are fulfilled for the Covered Software. 4. Versions of the License. 4.1. New Versions. Sun Microsystems, Inc. is the initial license steward and may publish revised and/or new versions of this License from time to time. Each version will be given a distinguishing version number. Except as provided in Section 4.3, no one other than the license steward has the right to modify this License. 4.2. Effect of New Versions. You may always continue to use, distribute or otherwise make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. If the Initial Developer includes a notice in the Original Software prohibiting it from being distributed or otherwise made available under any subsequent version of the License, You must distribute and make the Covered Software available under the terms of the version of the License under which You originally received the Covered Software. Otherwise, You may also choose to use, distribute or otherwise make the Covered Software available under the terms of any subsequent version of the License published by the license steward. 4.3. Modified Versions. When You are an Initial Developer and You want to create a new license for Your Original Software, You may create and use a modified version of this License if You: (a) rename the license and remove any references to the name of the license steward (except to note that the license differs from this License); and (b) otherwise make it clear that the license contains terms which differ from this License. 5. DISCLAIMER OF WARRANTY. COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. 6. TERMINATION. 6.1. This License and the rights granted hereunder will terminate automatically if You fail to comply with terms herein and fail to cure such breach within 30 days of becoming aware of the breach. Provisions which, by their nature, must remain in effect beyond the termination of this License shall survive. 6.2. If You assert a patent infringement claim (excluding declaratory judgment actions) against Initial Developer or a Contributor (the Initial Developer or Contributor against whom You assert such claim is referred to as "Participant") alleging that the Participant Software (meaning the Contributor Version where the Participant is a Contributor or the Original Software where the Participant is the Initial Developer) directly or indirectly infringes any patent, then any and all rights granted directly or indirectly to You by such Participant, the Initial Developer (if the Initial Developer is not the Participant) and all Contributors under Sections 2.1 and/or 2.2 of this License shall, upon 60 days notice from Participant terminate prospectively and automatically at the expiration of such 60 day notice period, unless if within such 60 day period You withdraw Your claim with respect to the Participant Software against such Participant either unilaterally or pursuant to a written agreement with Participant. 6.3. In the event of termination under Sections 6.1 or 6.2 above, all end user licenses that have been validly granted by You or any distributor hereunder prior to termination (excluding licenses granted to You by any distributor) shall survive termination. 7. LIMITATION OF LIABILITY. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. 8. U.S. GOVERNMENT END USERS. The Covered Software is a "commercial item," as that term is defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer software" (as that term is defined at 48 C.F.R. 252.227-7014(a)(1)) and "commercial computer software documentation" as such terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S. Government End Users acquire Covered Software with only those rights set forth herein. This U.S. Government Rights clause is in lieu of, and supersedes, any other FAR, DFAR, or other clause or provision that addresses Government rights in computer software under this License. 9. MISCELLANEOUS. This License represents the complete agreement concerning subject matter hereof. If any provision of this License is held to be unenforceable, such provision shall be reformed only to the extent necessary to make it enforceable. This License shall be governed by the law of the jurisdiction specified in a notice contained within the Original Software (except to the extent applicable law, if any, provides otherwise), excluding such jurisdiction's conflict-of-law provisions. Any litigation relating to this License shall be subject to the jurisdiction of the courts located in the jurisdiction and venue specified in a notice contained within the Original Software, with the losing party responsible for costs, including, without limitation, court costs and reasonable attorneys' fees and expenses. The application of the United Nations Convention on Contracts for the International Sale of Goods is expressly excluded. Any law or regulation which provides that the language of a contract shall be construed against the drafter shall not apply to this License. You agree that You alone are responsible for compliance with the United States export administration regulations (and the export control laws and regulation of any other countries) when You use, distribute or otherwise make available any Covered Software. 10. RESPONSIBILITY FOR CLAIMS. As between Initial Developer and the Contributors, each party is responsible for claims and damages arising, directly or indirectly, out of its utilization of rights under this License and You agree to work with Initial Developer and Contributors to distribute such responsibility on an equitable basis. Nothing herein is intended or shall be deemed to constitute any admission of liability. -------------------------------------------------------------------- NOTICE PURSUANT TO SECTION 9 OF THE COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) For Covered Software in this distribution, this License shall be governed by the laws of the State of California (excluding conflict-of-law provisions). Any litigation relating to this License shall be subject to the jurisdiction of the Federal Courts of the Northern District of California and the state courts of the State of California, with venue lying in Santa Clara County, California. ================================================ FILE: example-dtrace-stacks.txt ================================================ CPU ID FUNCTION:NAME 0 64091 :tick-60s genunix`kmem_cpu_reload+0x20 genunix`kmem_cache_free+0xce genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_broadcast+0x1 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`tsc_gethrtimeunscaled+0x21 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 1 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_exit+0x12 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_init+0x32 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`tsc_read+0x3 unix`mutex_vector_enter+0xcc genunix`lookuppnatcred+0x89 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0xa5 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookupnameatcred+0x76 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x16 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x46 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`crfree+0x76 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x27 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x118 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`dispatch_hilevel+0x18 unix`do_interrupt+0x120 unix`_interrupt+0xba unix`strlen+0x10 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cpu_reload+0x28 genunix`kmem_cache_free+0xce lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cpu_reload+0x28 genunix`kmem_cache_free+0xce genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0x48 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x1f9 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x49 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x49 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_exit+0x19 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_init+0x39 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`ufalloc_file+0x4b genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`setf+0xfb genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_free+0xb genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x2c genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x1d lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cpu_reload+0x2d genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cpu_reload+0x2d lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x4e genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0xef zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`sigcheck+0x20 genunix`post_syscall+0x3d3 unix`0xfffffffffb800c91 1 ufs`ufs_getpage+0x1 genunix`segvn_fault+0xdfa genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`dnlc_lookup+0xf2 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_get_buf+0x13 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`specvp_check+0x24 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`openat+0x25 genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x56 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`post_syscall+0x1b7 unix`0xfffffffffb800c91 1 genunix`cv_broadcast+0x17 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_fastaccesschk_execute+0x47 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`table_lock_enter+0x8 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_recycle+0x98 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`specvp_check+0x29 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x129 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x5a genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`table_lock_enter+0xc lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x3d genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mtype_func+0x8e unix`page_get_mnode_freelist+0x4f unix`page_get_freelist+0x16d unix`page_create_va+0x2ad genunix`pvn_read_kluster+0x10c ufs`ufs_getpage_ra+0x11c ufs`ufs_getpage+0x866 genunix`fop_getpage+0x7e genunix`segvn_faulta+0x12b genunix`as_faulta+0x143 genunix`memcntl+0x53d unix`sys_syscall+0x17a 1 genunix`post_syscall+0x1bf unix`0xfffffffffb800c91 1 genunix`lookuppnvp+0xf genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x100 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x104 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x1a6 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0xc7 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`setbackdq+0x258 FSS`fss_preempt+0x241 unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`kmem_cache_alloc+0x6a lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fd_find+0x9c genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`thread_lock+0x3f genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 1 genunix`disp_lock_exit+0x20 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 genunix`segvn_fault unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 lofs`lo_root+0x22 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x73 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`lo_lookup+0x54 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`open+0x14 unix`sys_syscall+0x17a 1 unix`htable_lookup+0x44 unix`htable_walk+0x17e unix`hat_unload_callback+0x138 genunix`segvn_unmap+0x5b7 genunix`as_unmap+0x19c unix`mmapobj_map_elf+0x147 unix`mmapobj_map_interpret+0x22c unix`mmapobj+0x71 genunix`mmapobjsys+0x1d0 unix`sys_syscall+0x17a 1 lofs`freelonode+0x1f9 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_free+0x3a genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_free+0x3a genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0xc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x11e zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x60 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x330 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xb0 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_mountedvfs+0x1 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x13 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_getcomponent+0x84 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`bcopy+0x244 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x84 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xb4 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0x84 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`audit_falloc+0x6 genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`bcopy+0x248 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x138 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x89 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x23a genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`disp_lock_exit+0x3b genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 genunix`vn_vfslocks_getlock+0x1b genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fd_reserve+0xb genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`table_lock_enter+0x3c lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`table_lock_enter+0x3c lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x8d genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x8d genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xbd genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x1f genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_reinit+0xf genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0xff unix`0xfffffffffb800c86 1 unix`page_numtopp_nolock+0x130 unix`hat_pte_unmap+0xb8 unix`hat_unload_callback+0x259 genunix`segvn_unmap+0x5b7 genunix`as_free+0xdc genunix`relvm+0x220 genunix`proc_exit+0x444 genunix`exit+0x15 genunix`rexit+0x18 unix`sys_syscall+0x17a 1 genunix`vn_mountedvfs+0x10 genunix`lookuppnvp+0x217 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_exit genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_exit+0x1 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_free+0x52 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_openat+0x83 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`table_lock_enter+0x45 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_exists+0x15 lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`setbackdq+0x286 FSS`fss_preempt+0x241 unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`vn_openat+0x486 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_openat+0x87 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_free+0x57 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0x78 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x29 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_openat+0x48a genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnatcred+0x13a genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_init+0x1b genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0x7b genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_init+0xd genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_init+0xd genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x2d genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xce lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`lwp_getdatamodel+0xf genunix`post_syscall+0x2f5 unix`0xfffffffffb800c91 1 unix`prunstop unix`0xfffffffffb800c91 1 unix`hment_compare+0x10 genunix`avl_find+0x72 genunix`avl_add+0x27 unix`hment_insert+0x8b unix`hment_assign+0x3a unix`hati_pte_map+0x343 unix`hati_load_common+0x139 unix`hat_memload+0x75 unix`hat_memload_region+0x25 genunix`segvn_fault+0x1079 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 unix`bcopy+0x260 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x10 unix`sys_syscall+0x1a1 1 genunix`cv_init+0x11 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_init+0x11 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_init+0x21 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_init+0x21 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x1e2 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`membar_enter+0x3 unix`disp+0x11e unix`swtch+0xba unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 lofs`table_lock_enter+0x54 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_openat+0x94 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_getcomponent+0xa5 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x35 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`cpucaps_charge+0x75 FSS`fss_preempt+0x12f unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 unix`bcopy+0x268 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x58 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_enter_common+0x1e8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x39 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_alloc+0xd9 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`lwp_getdatamodel+0x19 genunix`post_syscall+0x2f5 unix`0xfffffffffb800c91 1 unix`lwp_getdatamodel+0x1a unix`0xfffffffffb800c91 1 genunix`fop_lookup+0x7b genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x7b lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xdb genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`crgetuid+0xb ufs`ufs_iaccess+0xe5 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x3c genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0xed genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_init+0x1d genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`freelonode+0x2f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_getcomponent+0xb0 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`ufalloc_file+0xb0 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x22 unix`0xfffffffffb800c86 1 genunix`audit_falloc+0x34 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_broadcast+0x76 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`lock_try+0x6 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 1 genunix`set_errno+0x17 genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x1f8 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_getcomponent+0xba genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x2a unix`0xfffffffffb800c86 1 genunix`post_syscall+0x21b unix`0xfffffffffb800c91 1 genunix`lookuppnatcred+0x5b genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`post_syscall+0x1b unix`0xfffffffffb800c91 1 unix`prunstop+0x1c unix`0xfffffffffb800c91 1 genunix`dnlc_lookup+0x5c ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookuppn+0x38 genunix`resolvepath+0x86 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xed genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xed genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xed genunix`kmem_free+0x4e genunix`removectx+0xf5 genunix`schedctl_lwp_cleanup+0x8e genunix`exitlwps+0x73 genunix`proc_exit+0x59 genunix`exit+0x15 genunix`rexit+0x18 unix`sys_syscall+0x17a 1 lofs`freelonode+0x23f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x160 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x1 genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_invalid+0x1 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_invalid+0x1 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_enter_common+0x1 genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`do_splx+0x1 unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`crhold+0x11 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x65 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0x25 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnatcred+0x66 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_setpath+0xc9 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnatcred+0x6a genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cv_destroy+0xc genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_recycle+0xc genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x9c genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x5d genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x7d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x13d unix`0xfffffffffb800c86 1 genunix`syscall_mstate+0x13d unix`sys_syscall+0x1a1 1 genunix`lookuppnatcred+0x6e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_reinit+0x4f genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_fixslash+0x40 genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`do_splx+0x10 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 genunix`kmem_cache_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`thread_lock+0xa1 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 1 genunix`memcmp+0x1 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_exit+0x41 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 doorfs`door_close+0x1 namefs`nm_close+0xac genunix`fop_close+0x61 genunix`closef+0x5e genunix`close_exec+0xfd genunix`exec_common+0x7e4 genunix`exece+0x1b unix`_sys_sysenter_post_swapgs+0x149 1 unix`cpucaps_charge+0xa2 FSS`fss_preempt+0x12f unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`vn_vfslocks_rele+0x23 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`setf+0x83 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dotoprocs+0xc4 genunix`doprio+0x77 genunix`priocntl_common+0x616 genunix`priocntlsys+0x24 unix`sys_syscall+0x17a 1 genunix`kmem_alloc+0x4 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x45 unix`sys_syscall+0x10e 1 genunix`setf+0x87 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`lock_clear_splx+0x7 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 genunix`fop_lookup+0xaa genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fd_find+0xb genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_fixslash+0x4c genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0xc genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_getlock+0x6e genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_zalloc+0x1e genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`post_syscall+0x13e unix`0xfffffffffb800c91 1 genunix`copen+0x20 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`traverse+0x10 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x10 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x10 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x10 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 FSS`fss_preempt genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`vn_recycle+0x21 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`crfree+0x11 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_enter_common+0x22 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`memcmp+0x13 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0x43 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x153 unix`sys_syscall+0x1a1 1 genunix`lookuppnatcred+0x84 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`crfree+0x15 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`bitset_in_set+0x6 unix`cpu_wakeup_mwait+0x40 unix`setbackdq+0x200 FSS`fss_preempt+0x241 unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`dnlc_lookup+0x186 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_zalloc+0x26 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`hment_insert+0x37 unix`hment_assign+0x3a unix`hati_pte_map+0x343 unix`hati_load_common+0x139 unix`hat_memload+0x75 unix`hat_memload_region+0x25 genunix`segvn_fault+0x1079 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`setf+0x98 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`post_syscall+0x34b unix`0xfffffffffb800c91 1 genunix`traverse+0x1c lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_enter_common+0x2d genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_zalloc+0x2d genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`setbackdq+0x3de FSS`fss_preempt+0x241 unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 lofs`lo_inactive+0x1e genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_free+0x9e lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookupnameatcred+0x1e genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`falloc+0xaf genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fd_find+0x21 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`dnlc_lookup+0x92 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x22 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x22 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`secpolicy_vnode_access2+0x222 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_free+0xa3 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`cmt_balance+0xc3 unix`setbackdq+0x3a3 FSS`fss_preempt+0x241 unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`rwst_enter_common+0x335 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_recycle+0x36 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookuppnvp+0x3a7 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x167 unix`sys_syscall+0x1a1 1 ufs`ufs_lookup+0xf7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_delay_default+0x7 unix`mutex_vector_enter+0xcc genunix`lookuppnatcred+0x89 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`page_create_va+0x218 genunix`pvn_read_kluster+0x10c ufs`ufs_getpage_ra+0x11c ufs`ufs_getpage+0x866 genunix`fop_getpage+0x7e genunix`segvn_faulta+0x12b genunix`as_faulta+0x143 genunix`memcntl+0x53d unix`sys_syscall+0x17a 1 lofs`makelonode+0x6a lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`unfalloc+0x1a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x1cb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0x1cb lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x2b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vmem_free+0x2b genunix`segkp_release_internal+0x1ab genunix`segkp_release+0xa0 genunix`schedctl_freepage+0x34 genunix`schedctl_proc_cleanup+0x68 genunix`proc_exit+0x1ab genunix`exit+0x15 genunix`rexit+0x18 unix`sys_syscall+0x17a 1 genunix`crgetmapped+0xb genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`copystr+0x2e genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x2f genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x2f genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`crgetmapped+0xf genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x100 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x100 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0x100 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`makelonode+0x71 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_openat+0xf1 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfsrlock+0x31 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`ufalloc_file+0x1 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`swtch+0x14 unix`preempt+0xec unix`kpreempt+0x98 unix`sys_rtt_common+0x1ba unix`_sys_rtt_ints_disabled+0x8 genunix`audit_getstate genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_recycle+0x45 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfslocks_rele+0x57 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x37 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0x68 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`lookupnameatcred+0x3a genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_free+0x3a lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`schedctl_save+0x1b genunix`savectx+0x35 unix`resume+0x5b unix`swtch+0x141 unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`dnlc_lookup+0xac ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vsd_free+0xdc genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vsd_free+0xdc genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`thread_lock+0xdd genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 1 lofs`freelonode+0x18e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0xf genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0x10f genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pn_getcomponent+0x10 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x110 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`lgrp_mem_choose+0x1 genunix`swap_getapage+0x113 genunix`swap_getpage+0x90 genunix`fop_getpage+0x7e genunix`anon_zero+0xb6 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`audit_getstate+0x1 unix`0xfffffffffb800c91 1 genunix`rwst_destroy+0x32 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`disp_lock_exit_high+0x33 unix`swtch+0xba unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`lookuppnvp+0x3c3 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 ufs`ufs_lookup+0x13 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x84 unix`sys_syscall+0x1a1 1 zfs`zfs_lookup+0x76 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`unfalloc+0x37 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x118 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`lo_lookup+0x2f9 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vsd_free+0xe9 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter+0x9 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter+0x9 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter+0x9 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_enter+0x9 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_exit+0x8a genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_zalloc+0x5a genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x1b genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x15c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`unfalloc+0x3c genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_fastaccesschk_execute+0xc zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`audit_getstate+0xd genunix`setf+0x3f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`audit_getstate+0xd genunix`lookuppnvp+0x82 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 zfs`zfs_lookup+0x7e genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`traverse+0x4e lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x1e genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`hwblkclr+0x3f unix`pfnzero+0x78 unix`pagezero+0x2d genunix`anon_zero+0xd2 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 unix`tsc_gethrtimeunscaled genunix`mstate_thread_onproc_time+0x59 unix`caps_charge_adjust+0x32 unix`cpucaps_charge+0x58 FSS`fss_preempt+0x12f unix`preempt+0xd6 genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 unix`page_lookup_create+0xf0 unix`page_lookup+0x21 genunix`swap_getapage+0xea genunix`swap_getpage+0x90 genunix`fop_getpage+0x7e genunix`anon_zero+0xb6 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 unix`page_lookup_create+0xf0 unix`page_lookup+0x21 ufs`ufs_getpage+0x762 genunix`fop_getpage+0x7e genunix`segvn_fault+0xdfa genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 unix`mutex_enter+0x10 unix`page_get_mnode_freelist+0x32c unix`page_get_freelist+0x16d unix`page_create_va+0x2ad genunix`swap_getapage+0x113 genunix`swap_getpage+0x90 genunix`fop_getpage+0x7e genunix`anon_zero+0xb6 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 unix`mutex_enter+0x10 unix`page_get_mnode_freelist+0x32c unix`page_get_freelist+0x16d unix`page_create_va+0x2ad genunix`pvn_read_kluster+0x10c ufs`ufs_getpage_ra+0x11c ufs`ufs_getpage+0x866 genunix`fop_getpage+0x7e genunix`segvn_faulta+0x12b genunix`as_faulta+0x143 genunix`memcntl+0x53d unix`sys_syscall+0x17a 1 ufs`ufs_iaccess+0x91 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x1 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`fop_lookup+0xf1 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0x1 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0x1 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`rwst_enter_common+0x162 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`pvn_plist_init+0x42 genunix`swap_getapage+0x323 genunix`swap_getpage+0x90 genunix`fop_getpage+0x7e genunix`anon_zero+0xb6 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`kmem_cache_alloc+0x22 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x22 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`copen+0x63 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`do_splx+0x65 unix`swtch+0x17c unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 unix`do_splx+0x65 genunix`disp_lock_exit_nopreempt+0x42 unix`preempt+0xe7 unix`kpreempt+0x98 genunix`disp_lock_exit+0x6f genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 unix`mutex_enter+0x16 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`cpu_decay+0x27 genunix`cpu_grow+0x24 genunix`cpu_update_pct+0x86 genunix`new_mstate+0x73 unix`trap+0x63e unix`sys_rtt_common+0x55 unix`_sys_rtt_ints_disabled+0x8 1 unix`tsc_gethrtimeunscaled+0x8 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 1 unix`do_splx+0x68 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1 genunix`traverse+0x5a lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x2a genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_init+0x1b genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0xc genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0xc genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_destroy+0xc genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`lo_lookup+0xf genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`freelonode+0x1b0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x10 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`openat+0x1 unix`sys_syscall+0x17a 1 genunix`as_fault+0x381 unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`vn_vfsunlock+0x1 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`audit_getstate+0x21 genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`hwblkclr+0x52 unix`pfnzero+0x78 unix`pagezero+0x2d genunix`anon_zero+0xd2 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`fop_lookup+0x103 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x33 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`savectx+0x24 unix`resume+0x5b unix`swtch+0x141 unix`preempt+0xec genunix`post_syscall+0x4cd unix`0xfffffffffb800c91 1 genunix`kmem_cache_alloc+0x37 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`kmem_cache_alloc+0x37 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`thread_lock+0x8 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 1 genunix`lookuppnvp+0xe9 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_exit+0x9 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_exit+0x9 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`mutex_exit+0x9 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 unix`hwblkclr+0x5b unix`pfnzero+0x78 unix`pagezero+0x2d genunix`anon_zero+0xd2 genunix`segvn_faultpage+0x6d2 genunix`segvn_fault+0x8e6 genunix`as_fault+0x36a unix`pagefault+0x96 unix`trap+0x2c7 unix`0xfffffffffb8001d6 1 genunix`vn_vfsunlock+0xc genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`audit_getstate+0x2d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 lofs`lo_lookup+0x1e genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`syscall_mstate+0x1ae unix`sys_syscall+0x1a1 1 genunix`kmem_cache_alloc+0x3e genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_rele+0x1f genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1 genunix`vn_vfsunlock+0x10 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfsunlock+0x10 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_getstate+0x30 unix`0xfffffffffb800c91 2 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`pn_get_buf+0x1 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit+0x12 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_find+0x73 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_getstate+0x33 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_getstate+0x33 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x24 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_setpath+0x144 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0xb4 unix`sys_syscall+0x10e 2 genunix`lookuppnvp+0xf5 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_fastaccesschk_execute+0x35 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_setpath+0x46 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`tsc_read+0x7 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 2 genunix`cv_broadcast+0x8 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast+0x8 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit+0x19 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_init+0x39 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bcopy+0xa genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x1ab unix`0xfffffffffb800c91 2 genunix`kmem_free+0xb genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x8d genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookupnameatcred+0x7e genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`sys_syscall+0x104 2 genunix`kmem_free+0xf genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_free lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`disp_lock_exit+0x1 unix`0xfffffffffb800c91 2 genunix`vn_rele+0x31 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x31 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_lookup+0x132 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookupnameatcred+0x82 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`traverse+0x82 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0x82 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`falloc+0x13 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`tsc_gethrtimeunscaled+0x34 genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 2 unix`tsc_gethrtimeunscaled+0x34 genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 2 genunix`falloc+0x15 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0xf6 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x56 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast+0x17 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_root+0x8 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`disp_lock_exit+0x8 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 2 genunix`setf+0x8 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0x209 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`pn_get_buf+0x1b genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x4b genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast+0x1b genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x1b genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`disp_lock_exit+0xc genunix`post_syscall+0x318 unix`0xfffffffffb800c91 2 lofs`freelonode+0x1de lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x3e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x19f genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0x10 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0x131 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x1a2 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`table_lock_enter+0x13 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x26 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x26 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x26 genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0x139 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0x1a genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`table_lock_enter+0x1b lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_root+0x1b genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fsop_root+0x3b genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0x1b genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0xf genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_fastaccesschk_execute+0x5f zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x1 genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`open+0x12 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x113 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x1b4 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`ufalloc+0x6 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x77 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x77 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x77 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bzero+0x188 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`ufalloc+0xe genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bcopy+0x240 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_free+0x32 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x63 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x13 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x43 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 2 genunix`fsop_root+0x56 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`rw_enter+0x26 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x1c7 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x17 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_lookup+0xe8 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0x29 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0x129 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x89 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x1b genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_lookup+0xec genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xbd genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_falloc+0xe genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xc0 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`lwp_getdatamodel unix`0xfffffffffb800c91 2 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_enter_common+0x2d3 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x203 unix`0xfffffffffb800ca0 2 unix`mutex_destroy+0x74 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_reserve+0x17 genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x57 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_free+0x57 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bcopy+0x258 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x108 unix`0xfffffffffb800c86 2 genunix`rwst_exit+0x8 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode+0x1b lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_enter_common+0x2db genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_destroy+0x7b genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x2d genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_exists+0x1f lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`hment_compare+0x10 genunix`avl_find+0x72 unix`hment_remove+0xac unix`hat_pte_unmap+0x159 unix`hat_unload_callback+0xe8 genunix`segvn_unmap+0x5b7 genunix`as_free+0xdc genunix`relvm+0x220 genunix`proc_exit+0x444 genunix`exit+0x15 genunix`rexit+0x18 unix`sys_syscall+0x17a 2 lofs`lo_lookup+0x80 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`set_errno+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_init+0x11 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 ufs`ufs_iaccess+0x12 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_enter_common+0x1e2 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_destroy+0x84 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_init+0x15 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`set_errno+0x6 genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0x46 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_root+0x58 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x1e8 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`crgetuid+0x8 zfs`zfs_fastaccesschk_execute+0x2e zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x39 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x39 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x39 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 2 lofs`freelonode+0x2b lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x1b unix`0xfffffffffb800c86 2 genunix`kmem_cache_free+0xdb genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0xb unix`0xfffffffffb800c91 2 genunix`vn_vfslocks_getlock+0x3c genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lsave+0x4e lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x1ef genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_getlock+0x41 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0xf2 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bcopy+0x272 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x22 unix`sys_syscall+0x1a1 2 genunix`fd_reserve+0x33 genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x13 unix`0xfffffffffb800c91 2 genunix`dnlc_lookup+0x154 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0x85 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x56 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast+0x76 genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x26 unix`sys_syscall+0x10e 2 lofs`lsave+0x57 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode+0x37 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x17 unix`0xfffffffffb800c91 2 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xe8 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast+0x7a genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xed lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xed genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`0xfffffffffb800c81 2 genunix`cv_destroy+0x1 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0xf1 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0x62 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x33 unix`0xfffffffffb800ca0 2 genunix`copen+0x204 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0x97 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnatcred+0x168 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`do_splx+0x8 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 2 genunix`vn_vfslocks_getlock+0x59 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`set_errno+0x2e genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x6e zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0x7f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_zalloc+0x10 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_find+0x1 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x75 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x175 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x45 unix`0xfffffffffb800c86 2 zfs`zfs_lookup+0x37 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`memcmp+0x8 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x19 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x79 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`bcopy+0x399 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`memcmp+0xb unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`do_splx+0x1b genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 2 genunix`dnlc_lookup+0x17f zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_lookup+0x3f genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`secpolicy_vnode_access2+0xf ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_inactive+0x14 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_exit+0x54 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0xe4 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x55 unix`0xfffffffffb800c86 2 unix`strlen+0x16 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_find+0x17 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`crfree+0x18 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_recycle+0x2b genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_lookup+0x4b genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0xbb lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0x9c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`copystr+0x1d genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_exit+0x5d genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 ufs`ufs_lookup+0xed genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x14d unix`0xfffffffffb800c91 2 genunix`dnlc_lookup+0x8f zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x4f unix`0xfffffffffb800c91 2 genunix`unfalloc+0x10 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`secpolicy_vnode_access2+0x22 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`traverse+0x23 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x163 unix`sys_syscall+0x1a1 2 genunix`syscall_mstate+0x167 unix`0xfffffffffb800c86 2 genunix`traverse+0x28 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`ufalloc_file+0xf8 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`unfalloc+0x18 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`setf+0xa9 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0xaa genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`secpolicy_vnode_access2+0x22a ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_lookup+0x1db genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`copystr+0x2b genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0x2b genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0xfc genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookupnameatcred+0x2d genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x100 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x1 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x64 unix`0xfffffffffb800c91 2 genunix`memcmp+0x35 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_inactive+0x35 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x46 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 ufs`ufs_lookup+0x106 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`copystr+0x37 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0xf7 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0x1a8 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`memcmp+0x38 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode+0x189 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_free+0x3a lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_vfslocks_rele+0x5c genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`falloc+0xcc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`syscall_mstate+0x17c unix`sys_syscall+0x1a1 2 genunix`fd_find+0x40 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0xe0 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0xc1 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`post_syscall+0x173 unix`0xfffffffffb800c91 2 genunix`fop_lookup+0xe4 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x106 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0x3c7 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x17 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`freelonode+0x98 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 ufs`ufs_lookup+0x118 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter+0x9 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter+0x9 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_enter+0x9 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookupnameatcred+0x4b genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x1b genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`dnlc_lookup+0xbe zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 ufs`ufs_lookup+0x11e genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_find+0x4f genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookuppnvp+0x3cf genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x22 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fd_find+0x53 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`rwst_enter_common+0x165 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x16 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`lookupnameatcred+0x56 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_alloc+0x27 lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x8 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_getstate+0x18 genunix`lookuppnvp+0x82 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x2a genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x16c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0xc genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x1c genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_lookup+0xfc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`falloc+0xed genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_fastaccesschk_execute+0x11f zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cpu_reload+0x10 genunix`kmem_cache_free+0xce genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_exit genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 lofs`lo_lookup+0x13 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x24 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x17 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_rele+0x17 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x37 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`mutex_destroy+0x17 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`audit_getstate+0x28 genunix`setf+0x3f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cpu_reload+0x18 genunix`kmem_cache_alloc+0x118 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`ufalloc_file+0x3a genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 unix`tsc_gethrtimeunscaled+0x1b genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 2 unix`mutex_exit+0xc lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`copen+0x17d genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`vn_openat+0x2e genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`kmem_cache_alloc+0x3e genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 zfs`zfs_lookup+0x9f genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 2 genunix`cv_broadcast genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`audit_getstate+0x30 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`audit_getstate+0x30 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0xe1 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookupnameatcred+0x72 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x12 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x12 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_rele+0x24 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_rele+0x24 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`freelonode+0x1c5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`lo_lookup+0x25 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`openat+0x16 genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x36 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`freelonode+0xc7 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc_file+0x48 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x118 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x19 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`lo_lookup+0x12a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x18b genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`copyinstr+0xc genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`cv_broadcast+0xc genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0xfd genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x4e genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`freelonode+0x1cf lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x90 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_get_buf+0x10 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x120 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`setf+0x103 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`tsc_gethrtimeunscaled+0x34 genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 3 genunix`fd_find+0x85 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vsd_free+0x26 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_get_buf+0x17 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x17 genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_free+0x8 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookupnameatcred+0x88 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x1c8 unix`0xfffffffffb800c86 3 unix`sys_syscall+0x10e 3 genunix`falloc+0x19 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x1b genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x12d genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`post_syscall+0x2bf unix`0xfffffffffb800c91 3 lofs`lo_root+0x10 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x1 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0x91 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x111 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0x24 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x55 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`thread_lock+0x36 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 3 genunix`vn_free+0x17 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0x98 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0x28 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x139 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_get_buf+0x2a genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x6a genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x2a genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x2a genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0xb genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`clear_stale_fd+0xd genunix`post_syscall+0x1fe unix`0xfffffffffb800c91 3 genunix`fop_lookup+0x13d genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0x2f genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0x110 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc+0x1 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`table_lock_enter+0x22 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0x13 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x124 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_get_buf+0x35 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`rw_enter+0x1c ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x2be genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0xce genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 zfs`zfs_fastaccesschk_execute+0x6e zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_reserve genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0xb0 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`thread_lock+0x53 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 3 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0x13 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`setf+0x33 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x43 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x84 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x26 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x1f7 unix`0xfffffffffb800ca0 3 lofs`freelonode+0x8 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0xf8 unix`sys_syscall+0x10e 3 genunix`kmem_cache_alloc+0x89 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x2ca genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_exists+0xc lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x43c genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0xbd lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x2ce genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x47f genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0x1f genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0x1f genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x1d0 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`rwst_exit genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`disp_lock_exit+0x42 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 3 genunix`kmem_cache_alloc+0x92 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x1d3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x203 unix`sys_syscall+0x1a1 3 genunix`lookuppnatcred+0x34 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x444 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`audit_falloc+0x15 genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`freelonode+0x17 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x8 unix`0xfffffffffb800c86 3 genunix`syscall_mstate+0x108 unix`sys_syscall+0x10e 3 genunix`rwst_exit+0x8 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`sys_syscall+0x14e 3 genunix`fop_inactive+0xcb genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_inactive+0xcb genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0x2d genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x8e genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`freelonode+0x1f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`splr+0x1f genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 3 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`table_lock_enter+0x50 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x4e0 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x10 unix`0xfffffffffb800c86 3 genunix`crgetuid zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`sys_syscall+0x156 3 genunix`rwst_enter_common+0x1e2 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0x147 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x17 unix`0xfffffffffb800c86 3 genunix`dnlc_lookup+0x149 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x119 unix`0xfffffffffb800ca0 3 genunix`syscall_mstate+0x1b unix`0xfffffffffb800ca0 3 genunix`post_syscall+0x30c unix`0xfffffffffb800c91 3 unix`sys_syscall+0x162 3 genunix`falloc+0x6f genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`crgetuid+0x10 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`lock_try genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 3 genunix`lookuppnatcred+0x151 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`cv_broadcast+0x72 genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 zfs`zfs_lookup+0x12 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x123 unix`sys_syscall+0x10e 3 zfs`zfs_lookup+0x16 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_fixslash+0x28 genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0xe8 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x36b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`table_lock_enter+0x6d lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`set_errno+0x1e genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`cv_broadcast+0x7f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`cv_broadcast+0x7f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`cv_broadcast+0x7f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`atomic_add_32_nv genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`pn_fixslash+0x32 genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x33 unix`sys_syscall+0x1a1 3 genunix`syscall_mstate+0x135 unix`0xfffffffffb800c86 3 genunix`syscall_mstate+0x135 unix`0xfffffffffb800ca0 3 genunix`rwst_exit+0x35 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_zalloc+0x5 genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`0xfffffffffb800c86 3 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x207 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x97 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x2b8 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_free+0x78 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x16c zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x9c lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`do_splx+0xc genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 3 genunix`post_syscall+0x32d unix`0xfffffffffb800c91 3 genunix`syscall_mstate+0x13d unix`sys_syscall+0x10e 3 genunix`memcmp genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 zfs`zfs_lookup+0x30 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`bcopy+0x391 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x41 unix`0xfffffffffb800c86 3 genunix`lookuppnatcred+0x72 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`set_errno+0x35 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x45 unix`sys_syscall+0x1a1 3 genunix`vn_vfslocks_getlock+0x66 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0x77 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`do_splx+0x17 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 3 genunix`audit_unfalloc+0x17 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0xc8 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_inactive+0x8 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`crfree+0x9 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`rwst_init+0x5a genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_inactive+0xc genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x1d genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0xf genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`0xfffffffffb800ca0 3 genunix`rwst_destroy genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x10 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x157 unix`0xfffffffffb800c86 3 genunix`kmem_cache_free+0x17 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`secpolicy_vnode_access2+0x17 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0x38 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`traverse+0x18 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`unfalloc+0x8 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x39a genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x8b zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0x7d genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`secpolicy_vnode_access2+0x21e ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x15f unix`0xfffffffffb800c86 3 unix`bzero genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x92 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_inactive+0x22 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`copystr+0x24 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0x24 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`rwst_enter_common+0x35 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0xc7 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x167 unix`0xfffffffffb800ca0 3 genunix`rwst_destroy+0x17 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x99 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x69 unix`0xfffffffffb800c86 3 genunix`syscall_mstate+0x69 unix`sys_syscall+0x1a1 3 genunix`kmem_cache_free+0x2b genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`post_syscall+0x35c 3 genunix`copen+0x3d genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`dnlc_lookup+0x9d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x2f genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 ufs`ufs_lookup+0x1 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0xd2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x3b5 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`crgetmapped+0x15 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`bzero+0x16 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x37 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vsd_free+0xd8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x8 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`post_syscall+0x6b unix`0xfffffffffb800c91 3 genunix`vn_vfsrlock+0x3c lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0x3c genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0xad genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`setf+0xbd genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`bcopy+0x3d0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_enter genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_enter lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_enter genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x84 unix`0xfffffffffb800ca0 3 genunix`post_syscall+0x75 unix`0xfffffffffb800c91 3 genunix`ufalloc_file+0x17 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_lookup+0x1e7 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`bcopy+0x3d8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fd_find+0x48 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x9 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_rele+0x6b genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc_file+0x1b genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_setpath+0x11c genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 lofs`makelonode+0x8d lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnatcred+0xbe genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 zfs`zfs_lookup+0x7f genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`bcopy+0x3e0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookuppnvp+0x3d0 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`lookupnameatcred+0x52 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x193 unix`sys_syscall+0x1a1 3 genunix`vn_openat+0x115 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0xe5 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`copen+0x166 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`ufalloc_file+0x126 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x26 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_rele+0x8 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`tsc_gethrtimeunscaled+0x8 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 3 genunix`audit_getstate+0x18 genunix`post_syscall+0xbe unix`0xfffffffffb800c91 3 genunix`audit_getstate+0x18 genunix`setf+0x3f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_openat+0x11b genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`traverse+0x5b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfslocks_getlock+0xbc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`tsc_gethrtimeunscaled+0xc genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 3 genunix`syscall_mstate+0x19d unix`sys_syscall+0x1a1 3 unix`mutex_exit genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`syscall_mstate+0x1a1 unix`0xfffffffffb800ca0 3 genunix`syscall_mstate+0xa2 unix`sys_syscall+0x1a1 3 genunix`vn_rele+0x17 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_rele+0x17 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x37 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`openat+0x8 genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_vfsunlock+0x8 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x9 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0x9 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`kmem_cache_alloc+0x3a genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`tsc_gethrtimeunscaled+0x1b genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 3 genunix`vn_vfsunlock+0xc genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`falloc+0xfc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 unix`mutex_exit+0xc lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`fop_inactive+0x6d genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`vn_rele+0x1f ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 3 genunix`post_syscall+0x19f unix`0xfffffffffb800c91 3 genunix`pn_get_buf genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`cv_broadcast genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x70 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0x1c1 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0x12 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x12 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x5 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`pn_get_buf+0x6 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`bcopy+0x308 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`copyinstr+0x8 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit+0x19 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0x1a genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`tsc_read+0xa genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 4 genunix`fsop_root+0x1b genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`crfree+0x7b genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0x9e genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0x50 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x1c0 unix`0xfffffffffb800c86 4 zfs`zfs_fastaccesschk_execute+0x140 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_rele+0x31 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_rele+0x31 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`sys_syscall+0x109 4 genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x86 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x86 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookupnameatcred+0x87 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x17 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x1c8 unix`sys_syscall+0x10e 4 genunix`vn_rele+0x39 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_rele+0x39 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0xc9 unix`0xfffffffffb800c86 4 genunix`post_syscall+0xb9 unix`0xfffffffffb800c91 4 genunix`fsop_root+0x2a genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x1b genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x1b genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_lookup+0xbd genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0xbe unix`0xfffffffffb800c91 4 genunix`clear_stale_fd+0x1 unix`0xfffffffffb800c91 4 genunix`dnlc_lookup+0x104 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`open+0x6 unix`sys_syscall+0x17a 4 genunix`pn_get_buf+0x26 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0x116 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0x66 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_root+0x17 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnatcred+0x109 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`specvp_check+0x3a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x2a genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x9f genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x2d0 unix`0xfffffffffb800c91 4 genunix`pn_get_buf+0x31 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0x22 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0xa3 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_lookup+0xd4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0xc6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0x26 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`dnlc_lookup+0x118 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0x79 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0x79 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x1bd genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0xce genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnatcred+0x1e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_free+0x2f lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x1ef unix`0xfffffffffb800ca0 4 genunix`fd_reserve genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x43 genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_lookup+0x64 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_lookup+0x67 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_getlock+0x17 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0x89 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fd_reserve+0xb genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0xbb genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xbd lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`dnlc_lookup+0x2e zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x2cf genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x1f0 unix`0xfffffffffb800c91 4 ufs`ufs_lookup+0x93 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`lwp_getdatamodel+0x8 genunix`post_syscall+0x2f5 unix`0xfffffffffb800c91 4 genunix`vn_vfslocks_getlock+0x29 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`splr+0x1b genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 4 genunix`pn_fixslash+0xc genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`clear_stale_fd+0x3c genunix`post_syscall+0x1fe unix`0xfffffffffb800c91 4 genunix`vn_rele+0x7d genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0x48e genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`set_errno genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 ufs`ufs_iaccess+0x110 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_setpath+0xa0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`gethrtime_unscaled unix`0xfffffffffb800c86 4 genunix`cv_init+0x11 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnvp+0x51 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_enter_common+0x1e4 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`cv_init+0x15 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0x27 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0x497 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0x77 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x17 unix`sys_syscall+0x1a1 4 genunix`copen+0xe8 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_exit+0x18 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0x9a genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x20c unix`0xfffffffffb800c91 4 genunix`cv_init+0x1d genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`bcmp zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x22 unix`0xfffffffffb800ca0 4 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`prunstop+0x14 genunix`post_syscall+0x2d0 unix`0xfffffffffb800c91 4 genunix`vn_vfslocks_rele+0x105 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0xa7 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fd_reserve+0x37 genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_root+0x68 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_lookup+0x1a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x2a unix`sys_syscall+0x10e 4 lofs`lo_root+0x70 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_zalloc genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`membar_consumer lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`membar_consumer lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xf1 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xf1 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0x93 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x135 unix`sys_syscall+0x1a1 4 genunix`lookuppnvp+0x76 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`set_errno+0x27 genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fd_reserve+0x48 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x139 unix`0xfffffffffb800c86 4 genunix`kmem_cache_free+0xfa genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`sys_syscall+0x180 4 genunix`copen+0xb genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0xbc genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`table_lock_enter+0x7d lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x13d unix`0xfffffffffb800ca0 4 genunix`lookuppnvp+0x37f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookupnameatcred genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`audit_unfalloc+0x10 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_inactive+0x1 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x13 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_exit+0x44 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0xd7 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fd_find+0x8 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x8 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_zalloc+0x1a genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_exit+0x4c genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`do_splx+0x1f genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 4 genunix`kmem_cache_free+0x10 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`strlen+0x10 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`strlen+0x13 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x24 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfsrlock+0x14 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0x94 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_exit+0x54 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0xe4 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0xb6 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x347 unix`0xfffffffffb800c91 4 genunix`syscall_mstate+0x157 unix`sys_syscall+0x10e 4 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x28 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_rele+0x38 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x58 unix`sys_syscall+0x1a1 4 genunix`rwst_destroy+0x8 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0x2d9 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_zalloc+0x29 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x1b genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`sys_syscall+0x1a1 4 genunix`dnlc_lookup+0x18e ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`audit_unfalloc+0x2e genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x2f genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0xa0 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`crgetmapped genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x22 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x22 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x353 unix`0xfffffffffb800c91 4 genunix`falloc+0xb3 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`setf+0xa4 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_getlock+0x86 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_vfslocks_getlock+0x86 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x67 unix`sys_syscall+0x1a1 4 genunix`syscall_mstate+0x167 unix`sys_syscall+0x10e 4 genunix`setf+0xa8 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_invalid+0x39 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x69 unix`0xfffffffffb800ca0 4 unix`splr+0x79 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 4 genunix`lookuppnatcred+0x9b genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0xfc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x2d genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`splr+0x7e genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 4 genunix`syscall_mstate+0x170 unix`0xfffffffffb800ca0 4 genunix`rwst_destroy+0x20 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x71 unix`0xfffffffffb800ca0 4 unix`clear_int_flag+0x1 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 4 genunix`lookuppnvp+0xb4 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0xd4 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x35 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`memcmp+0x37 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0x88 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0x8 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vsd_free+0xd8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`copystr+0x3c genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x3f genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0x10 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`unfalloc+0x30 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`audit_getstate genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_alloc+0x10 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_enter ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_enter genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_enter genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_fastaccesschk_execute genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_destroy+0x32 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`traverse+0x43 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`syscall_mstate+0x84 unix`0xfffffffffb800c86 4 genunix`rwst_exit+0x86 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0x117 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_enter+0x9 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`bcopy+0x2db genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fd_find+0x4c genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0x9d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_inactive+0x4e genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 ufs`ufs_lookup+0x1e genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`zfs_fastaccesschk_execute+0x10f zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`freelonode+0xa0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x160 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cpu_reload genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`i_ddi_splhigh genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 4 lofs`makelonode+0x91 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_lookup+0x1 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lsave+0xc4 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnatcred+0xc5 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`bcopy+0x3e8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_rele+0x8 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_rele+0x8 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vn_openat+0x18 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vfs_matchops+0x8 lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`copen+0x169 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`copystr+0x5a genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`ufalloc_file+0x2a genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`falloc+0xee genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`post_syscall+0x18f unix`0xfffffffffb800c91 4 unix`mutex_exit genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`mutex_exit genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookupnameatcred+0x61 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`unfalloc+0x52 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`lookuppnvp+0x1e4 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fop_lookup+0x107 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 zfs`specvp_check+0x8 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`audit_getstate+0x28 genunix`post_syscall+0xbe unix`0xfffffffffb800c91 4 genunix`vsd_free+0x8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`vsd_free+0x8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 lofs`lo_lookup+0x11b genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 unix`tsc_gethrtimeunscaled+0x1b genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 4 genunix`fd_find+0x6f genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 4 genunix`fsop_root+0x10 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_getstate+0x30 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`lo_lookup+0x122 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x1b2 unix`0xfffffffffb800ca0 5 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit+0x12 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit+0x12 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_getstate+0x33 unix`0xfffffffffb800c91 5 genunix`vn_rele+0x24 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0xb4 unix`sys_syscall+0x1a1 5 genunix`fsop_root+0x17 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`traverse+0x77 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`tsc_read+0x7 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 5 unix`tsc_gethrtimeunscaled+0x28 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 5 unix`mutex_exit+0x19 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x1bb unix`sys_syscall+0x1a1 5 genunix`kmem_free+0xb genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_free+0xf genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_free+0xf genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0xf0 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele+0x31 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`copyinstr+0x11 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`setf+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_init+0x41 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fsop_root+0x22 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fd_find+0x82 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x47 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`bcopy+0x318 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnvp+0xb genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_free+0x1b genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`lo_root+0xc genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0x8c genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fd_find+0x8d genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele+0x3e genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele+0x3e genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0x93 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x1d4 unix`0xfffffffffb800c86 5 genunix`kmem_free+0x26 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`table_lock_enter+0x17 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x59 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_free+0x2a genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`pn_get_buf+0x2d genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x60 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`falloc+0x33 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x64 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x15 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`lo_root+0x28 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`open+0x18 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x8 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc+0x79 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x6a genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`falloc+0x3a genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`thread_lock+0x4b genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 5 genunix`dnlc_lookup+0x11c zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xb0 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_mountedvfs+0x1 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x22 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x13 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc+0x84 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x17 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnvp+0x39 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x2a zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`setf+0x3a genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x1b genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_destroy+0x6b genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc+0x8d genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x1f genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_enter_common+0x2cf genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x10 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`pn_fixslash+0x1 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`cv_init+0x8 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x8 unix`sys_syscall+0x10e 5 genunix`syscall_mstate+0x108 unix`sys_syscall+0x1a1 5 genunix`vn_vfslocks_getlock+0x29 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 ufs`ufs_iaccess+0xa ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0xc unix`0xfffffffffb800c86 5 genunix`cv_init+0xd genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x2d genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0x6d genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_zalloc+0xdf genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`gethrtime_unscaled unix`sys_syscall+0x1a1 5 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x23 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_destroy+0x84 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`sys_syscall+0x15a 5 genunix`fd_reserve+0x26 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`table_lock_enter+0x57 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x17 unix`0xfffffffffb800ca0 5 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 5 genunix`kmem_cache_free+0xdb lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`table_lock_enter+0x5c lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`pn_getcomponent+0xad genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnvp+0x35e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_alloc+0xdf genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`crhold genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`cv_broadcast+0x72 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x22 unix`sys_syscall+0x10e 5 genunix`syscall_mstate+0x123 unix`0xfffffffffb800c86 5 genunix`rwst_exit+0x23 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_falloc+0x33 genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x105 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0x85 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_free+0x66 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x26 unix`sys_syscall+0x1a1 5 genunix`copen+0xf8 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x159 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`crhold+0x9 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0x8e lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnvp+0x6f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`lo_lookup+0x1a0 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnatcred+0x60 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_unfalloc genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x42 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`post_syscall+0x23 unix`0xfffffffffb800c91 5 unix`sys_syscall+0x17a 5 genunix`crhold+0x16 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`ufalloc_file+0xc8 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x69 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_getlock+0x59 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x3a unix`0xfffffffffb800ca0 5 genunix`post_syscall+0x2e unix`0xfffffffffb800c91 5 lofs`freelonode+0x4f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fd_find genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`crfree genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`table_lock_enter+0x82 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnvp+0x82 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x45 unix`0xfffffffffb800ca0 5 unix`lock_clear_splx+0x5 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 5 genunix`post_syscall+0x338 unix`0xfffffffffb800c91 5 genunix`lookuppnatcred+0x78 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`traverse+0x8 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_init+0x5b genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0xad genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc+0xe4 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`lo_lookup+0x1c5 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0x17 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_lookup+0x47 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x38 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x58 unix`0xfffffffffb800c86 5 unix`rw_exit+0x8 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookuppnatcred+0x89 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_enter_common+0x29 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x8b ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 5 genunix`crfree+0x1d genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameat+0x10 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_zalloc+0x31 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0xe2 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x22 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x22 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`post_syscall+0x357 unix`0xfffffffffb800c91 5 genunix`rwst_destroy+0x17 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0x198 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameat+0x18 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x168 5 genunix`crgetmapped+0x8 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_invalid+0x39 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0x29 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_lookup+0x59 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`post_syscall+0x35b unix`0xfffffffffb800c91 5 genunix`kmem_cache_free+0x2b genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x2b lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`unfalloc+0x1d genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`atomic_add_32 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`atomic_add_32 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`clear_int_flag genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 5 genunix`syscall_mstate+0x71 unix`sys_syscall+0x10e 5 genunix`syscall_mstate+0x71 unix`sys_syscall+0x1a1 5 genunix`fop_inactive+0x31 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0xd2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`bcopy+0x3c8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_lookup+0x6a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfsrlock+0x3c genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0xdd lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x3f genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x3f genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`atomic_add_64 unix`sys_syscall+0x10e 5 unix`atomic_add_64 unix`0xfffffffffb800ca0 5 unix`atomic_add_64 unix`sys_syscall+0x1a1 5 genunix`vn_openat genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_setpath+0x10 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`makelonode+0x81 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_openat+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`bcopy+0x2d2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`rwst_destroy+0x33 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`copen+0x54 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameat+0x34 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 ufs`ufs_iaccess+0x86 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameatcred+0x47 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0x1e7 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0x98 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vsd_free+0xe8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`falloc+0xd9 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0xe9 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_enter+0x9 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`lookupnameat+0x3a genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_inactive+0x4a genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`crgetmapped+0x2a genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_vfslocks_rele+0x6b genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_alloc+0x1b lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0x18c unix`sys_syscall+0x1a1 5 genunix`audit_getstate+0xd genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`ufalloc_file+0x22 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_fastaccesschk_execute+0x16 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 lofs`freelonode+0xa8 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele+0x8 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`falloc+0xe9 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`copystr+0x5d genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_setpath+0x2d genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`falloc+0xf0 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_exit genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`post_syscall+0x291 unix`0xfffffffffb800c91 5 genunix`lookuppnatcred+0xd1 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`syscall_mstate+0xa2 unix`sys_syscall+0x10e 5 genunix`syscall_mstate+0xa2 unix`0xfffffffffb800c86 5 genunix`lookuppnvp+0xe3 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`vn_rele+0x17 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_lookup+0x97 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`mutex_destroy+0x17 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`setf+0xe8 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`fop_lookup+0x208 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_getstate+0x28 genunix`lookuppnvp+0x82 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_getstate+0x28 genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x68 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 unix`tsc_gethrtimeunscaled+0x1b genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 5 genunix`thread_lock+0xc genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 5 genunix`dnlc_lookup+0xdc ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`audit_getstate+0x2d unix`0xfffffffffb800c91 5 genunix`kmem_cache_alloc+0x3e lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 zfs`zfs_fastaccesschk_execute+0x2e zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`dnlc_lookup+0xdf zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 5 genunix`cv_broadcast genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`tsc_read genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 6 unix`splx genunix`post_syscall+0x318 unix`0xfffffffffb800c91 6 genunix`post_syscall+0x2a1 unix`0xfffffffffb800c91 6 unix`copyinstr+0x1 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnvp+0x1f1 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`ufalloc_file+0x41 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit+0x12 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit+0x12 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit+0x12 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0xb4 unix`0xfffffffffb800c86 6 genunix`syscall_mstate+0xb4 unix`0xfffffffffb800ca0 6 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free+0x5 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0xc7 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vsd_free+0x17 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`tsc_read+0x7 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 6 unix`tsc_read+0x7 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 6 genunix`cv_broadcast+0x8 genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`tsc_gethrtimeunscaled+0x28 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 6 unix`tsc_gethrtimeunscaled+0x28 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 6 genunix`fd_find+0x78 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit+0x19 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`openat+0x1a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free+0xb genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0x9e genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`thread_lock+0x1f genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 6 genunix`syscall_mstate+0x1c0 unix`sys_syscall+0x10e 6 genunix`post_syscall+0x1b3 unix`0xfffffffffb800c91 6 genunix`fsop_root+0x26 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`copyinstr+0x16 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_rele+0x39 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`setf+0xc genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`falloc+0x1d genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`openat+0x2f unix`sys_syscall+0x17a 6 genunix`pn_get_buf+0x1f genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`bcopy+0x320 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 zfs`specvp_check+0x30 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`clear_stale_fd unix`0xfffffffffb800c91 6 genunix`dnlc_lookup+0x1 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnatcred+0x104 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0x66 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0x66 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`table_lock_enter+0x17 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_free+0x17 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`thread_lock+0x39 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 6 genunix`fop_inactive+0x9f genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0x1 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0xe3 unix`sys_syscall+0x10e 6 lofs`table_lock_enter+0x26 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0xc6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0x8 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`traverse+0xa8 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnatcred+0x1a genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free+0x3a genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0xfb lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0xc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnatcred+0x11c genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`_sys_rtt 6 genunix`ufalloc_file+0x7e genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xb0 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_free+0x43 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_mountedvfs+0x8 genunix`traverse+0x77 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_zalloc+0xc8 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0x109 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0x89 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0x8d genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xbd genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xbd genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`splr+0x10 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 6 genunix`fsop_root+0x61 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_rele+0x71 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`dnlc_lookup+0x32 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0x92 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_zalloc+0xd3 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`post_syscall+0x2f5 unix`0xfffffffffb800c91 6 genunix`fd_reserve+0x17 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_init+0x17 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`splr+0x17 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 6 genunix`kmem_free+0x57 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`copen+0x1d8 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnatcred+0x138 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`falloc+0x5c genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_rele+0x7d genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 ufs`ufs_iaccess+0xe ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x10 unix`sys_syscall+0x10e 6 genunix`gethrtime_unscaled unix`sys_syscall+0x10e 6 genunix`dnlc_lookup+0x43 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_alloc+0xd4 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fd_reserve+0x26 genunix`ufalloc_file+0x103 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0x27 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`sys_syscall+0x15e 6 ufs`ufs_iaccess+0x19 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_zalloc+0xea genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 6 genunix`syscall_mstate+0x1b unix`sys_syscall+0x1a1 6 lofs`table_lock_enter+0x5c lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0x3c genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`prunstop+0xd genunix`post_syscall+0x2d0 unix`0xfffffffffb800c91 6 ufs`ufs_iaccess+0x1d ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_openat+0xa1 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`lo_root+0x62 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`cv_broadcast+0x72 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fd_reserve+0x33 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_exit+0x23 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0x37 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xe8 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x2a unix`0xfffffffffb800ca0 6 genunix`post_syscall+0x31b unix`0xfffffffffb800c91 6 genunix`post_syscall+0x1f unix`0xfffffffffb800c91 6 genunix`vn_invalid lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 zfs`zfs_lookup+0x21 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xf1 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`dnlc_lookup+0x62 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`post_syscall+0x324 unix`0xfffffffffb800c91 6 genunix`falloc+0x84 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`post_syscall+0x27 unix`0xfffffffffb800c91 6 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fd_reserve+0x48 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x139 unix`sys_syscall+0x10e 6 genunix`syscall_mstate+0x3a unix`sys_syscall+0x1a1 6 genunix`kmem_cache_free+0xfa lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`cv_destroy+0xc genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`pn_fixslash+0x3d genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnatcred+0x16f genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`lo_inactive genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_alloc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`post_syscall+0x134 unix`0xfffffffffb800c91 6 genunix`fop_lookup+0xa5 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`lo_inactive+0x8 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`lsave+0x7a lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`pn_fixslash+0x4b genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`sys_syscall+0x192 6 genunix`dnlc_lookup+0x7d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0x6e genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`unfalloc genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_destroy genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`ufalloc_file+0xe3 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`memcmp+0x17 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fop_inactive+0x17 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x17 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fop_lookup+0xbb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0x7d genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 6 genunix`rwst_exit+0x5d genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`copen+0x33 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`traverse+0x26 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x2b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_alloc+0xfc genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 ufs`ufs_lookup+0xfd genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`rw_exit+0x1e ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`copen+0x13f genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`bcopy+0x3c0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookupnameat+0x20 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnvp+0x1b7 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x177 unix`sys_syscall+0x1a1 6 genunix`kmem_cache_alloc+0x8 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x3a genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`dnlc_lookup+0x1ad genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`fd_find+0x3f genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`ufalloc_file+0x10f genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`audit_getstate genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_enter genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`audit_getstate+0x1 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnvp+0xc3 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_destroy+0x33 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfslocks_getlock+0xa6 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_exit+0x86 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 ufs`ufs_lookup+0x17 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 zfs`zfs_fastaccesschk_execute+0x8 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 zfs`zfs_lookup+0x7a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`audit_getstate+0xa genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`setf+0xcc genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`crgetmapped+0x2e genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`post_syscall+0x7f unix`0xfffffffffb800c91 6 genunix`vn_rele lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`traverse+0x52 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`rwst_enter_common+0x162 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`ufalloc_file+0x26 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`tsc_gethrtimeunscaled+0x8 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 6 unix`mutex_destroy+0x8 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`thread_lock unix`0xfffffffffb800c91 6 genunix`vn_rele+0x10 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 zfs`specvp_check genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vsd_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`mutex_exit genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0xa2 unix`0xfffffffffb800ca0 6 unix`do_splx+0x74 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 6 zfs`zfs_fastaccesschk_execute+0x26 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`vn_vfsunlock+0x8 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`kmem_cache_free+0x68 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0xb9 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 lofs`freelonode+0xb9 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`lookuppnvp+0x1e9 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 unix`do_splx+0x79 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 6 unix`bcopy+0x3fa genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`syscall_mstate+0x1ab unix`sys_syscall+0x1a1 6 genunix`traverse+0x6f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 6 genunix`thread_lock+0x10 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 7 genunix`kmem_cache_free+0x70 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x70 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`tsc_read genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 7 genunix`cv_broadcast+0x1 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`thread_lock+0x17 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 7 unix`tsc_gethrtimeunscaled+0x28 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 7 zfs`zfs_fastaccesschk_execute+0x138 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_openat+0x3d genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`dnlc_lookup+0xef ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`falloc+0xf genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`bcopy+0x310 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnvp genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_root+0x1 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`tsc_gethrtimeunscaled+0x34 genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 7 genunix`lookuppnatcred+0xf5 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`cv_broadcast+0x17 genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_free+0x8 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_rele+0x39 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`copyinstr+0x1b genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0x8b genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`dnlc_lookup+0xfc ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0x12d lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 ufs`ufs_lookup+0x365 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x66 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_getlock genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`ufalloc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`clear_stale_fd+0x13 genunix`post_syscall+0x1fe unix`0xfffffffffb800c91 7 genunix`lookuppnvp+0x29 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`copen+0x2ba genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`freelonode+0xfb lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_free+0x2b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`setf+0x12b genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0xab genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`sys_syscall+0x132 7 genunix`audit_falloc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`freelonode+0x1 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`disp_lock_exit+0x32 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 7 genunix`open+0x26 7 genunix`thread_lock+0x57 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 7 genunix`syscall_mstate+0x1f7 unix`sys_syscall+0x1a1 7 lofs`freelonode+0x8 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_enter_common+0x2cb genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_destroy+0x6b genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_mountedvfs+0xc genunix`traverse+0x77 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x8d genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`pn_get_buf+0x4f genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`setf+0x3f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`pn_get_buf+0x50 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnatcred+0x30 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_mountedvfs+0x10 genunix`traverse+0x77 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_lookup+0x275 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`cv_init+0x8 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`freelonode+0x21e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnatcred+0x3f genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`gethrtime_unscaled unix`0xfffffffffb800ca0 7 genunix`fop_lookup+0x73 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_alloc+0xd4 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnvp+0x458 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_exit+0x18 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_init+0x28 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x119 unix`0xfffffffffb800c86 7 genunix`syscall_mstate+0x1b unix`sys_syscall+0x10e 7 genunix`kmem_cache_free+0xdb genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x11c unix`sys_syscall+0x1a1 7 lofs`freelonode+0x2f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_free+0x66 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x26 unix`0xfffffffffb800c86 7 genunix`syscall_mstate+0x26 unix`0xfffffffffb800ca0 7 genunix`fd_reserve+0x37 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 ufs`ufs_iaccess+0x28 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x2a unix`sys_syscall+0x1a1 7 genunix`dnlc_lookup+0x5f zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`bcmp+0xf zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fd_reserve+0x40 genunix`setf+0x123 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`do_splx+0x1 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 7 genunix`rwst_exit+0x35 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_lookup+0xa6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_invalid+0x8 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0xfa genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_enter_common+0xb genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`cv_destroy+0xc genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 zfs`zfs_lookup+0x2c genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfsrlock genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`lock_clear_splx genunix`post_syscall+0x318 unix`0xfffffffffb800c91 7 unix`strlen+0x3 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_exit+0x44 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_getlock+0x66 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`falloc+0x97 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x8 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x8 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_alloc+0xb genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`lookuppnatcred+0x7c genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`setf+0x8c genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_invalid+0x1d lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_getlock+0x6e genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`ufalloc_file+0xde genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_inactive+0x10 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`copystr+0x14 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`makelfsnode+0x17 lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_inactive+0x18 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`lo_inactive+0x18 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfsrlock+0x18 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x58 unix`0xfffffffffb800ca0 7 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`secpolicy_vnode_access2+0x1e ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_enter_common+0x331 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`dnlc_lookup+0x195 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`memcmp+0x26 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0x26 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x69 unix`sys_syscall+0x10e 7 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`syscall_mstate+0x170 unix`sys_syscall+0x1a1 7 genunix`syscall_mstate+0x71 unix`0xfffffffffb800c86 7 zfs`zfs_lookup+0x63 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`crgetmapped+0x15 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x3a genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_rele+0x5c genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0x1e0 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`audit_getstate unix`0xfffffffffb800c91 7 genunix`kmem_cache_alloc+0x10 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_enter genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_enter genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_enter genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`audit_getstate+0x1 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`pn_getcomponent+0x14 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_openat+0x307 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x17 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`makelonode+0x89 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`audit_getstate+0xa unix`0xfffffffffb800c91 7 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0xed lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`crgetmapped+0x2e genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`freelonode+0x1a0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 zfs`zfs_lookup+0x80 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x22 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0x53 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0x53 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`post_syscall+0x85 unix`0xfffffffffb800c91 7 genunix`vn_setpath+0x26 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x26 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_destroy+0x8 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_alloc+0x2a lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0xfc lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 lofs`makelonode+0x1a0 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_exit genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_exit lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`vn_rele+0x17 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`copystr+0x67 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 unix`mutex_init+0x27 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`kmem_cache_free+0x68 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0x20b genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_lookup+0x10c lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`fop_inactive+0x6d genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 7 genunix`falloc genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x12 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_free+0x5 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`copen+0x86 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`unfalloc+0x66 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0x46 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 zfs`specvp_check+0x17 zfs`zfs_lookup+0xf4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0x49 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x19 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x19 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit+0x19 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`thread_lock+0x1b genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 8 unix`mutex_init+0x3d genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0x4e lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`lo_lookup+0x30 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`copen+0x195 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0xdd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0xdd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_rele+0x3e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_inactive+0x90 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_getlock+0xf2 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_rele+0xb3 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x1d4 unix`sys_syscall+0x10e 8 lofs`lsave+0x8 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0x13d lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`disp_lock_exit+0x1e genunix`post_syscall+0x318 unix`0xfffffffffb800c91 8 genunix`syscall_mstate+0xe3 unix`0xfffffffffb800c86 8 lofs`lo_root+0x25 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`disp_lock_exit+0x30 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 8 genunix`rwst_init genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_free+0x43 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_setpath+0x85 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`table_lock_enter+0x38 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_rele+0x68 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x1c8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0xf8 unix`0xfffffffffb800c86 8 genunix`kmem_cache_free+0xbd genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0xbd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`lo_lookup+0x26f genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`pn_fixslash genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`lookuppnvp+0x240 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_mountedvfs+0x11 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x2d7 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_free+0x57 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x108 unix`0xfffffffffb800ca0 8 genunix`vn_vfslocks_getlock+0x29 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_getlock+0x29 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x2db genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0x6d lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_destroy+0x7f genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x10 unix`0xfffffffffb800ca0 8 genunix`kmem_alloc+0xd4 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`table_lock_enter+0x57 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x17 unix`sys_syscall+0x10e 8 genunix`rwst_exit+0x18 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 8 lofs`makelonode+0x1b lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x1ec genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`copen+0x4ee genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`post_syscall+0xf unix`0xfffffffffb800c91 8 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 8 genunix`kmem_cache_free+0xe8 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0x23a lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0x8a lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0xf1 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x132 unix`sys_syscall+0x1a1 8 genunix`syscall_mstate+0x135 unix`sys_syscall+0x10e 8 genunix`vn_free+0x78 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0xfa lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0xfa genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`cv_destroy+0xc genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_zalloc+0xc genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0x4f lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`lo_inactive+0x8 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`secpolicy_vnode_access2+0x8 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`copen+0x21b genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 zfs`zfs_lookup+0x3b genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`lo_inactive+0xc genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_exit+0x4c genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`strlen+0x10 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`secpolicy_vnode_access2+0x13 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0xe4 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x157 unix`0xfffffffffb800ca0 8 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_getlock+0x7d genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 8 genunix`rwst_exit+0x5d genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`lookuppnvp+0xa2 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 zfs`zfs_lookup+0x52 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`memcmp+0x23 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0xf3 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`lfind+0x16 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfslocks_getlock+0x86 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`copen+0x37 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_destroy+0x17 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0x1c8 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x38 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_alloc+0x2a genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0xcb lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`memcmp+0x2c unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`dnlc_lookup+0xa0 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`atomic_add_32 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_alloc lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`secpolicy_vnode_access2+0x34 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vsd_free+0xd8 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0x189 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fd_find+0x3a genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0x3a genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0xc lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`audit_unfalloc+0x4d genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0x3f lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fop_lookup+0xe0 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_enter genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_enter genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_enter genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 ufs`ufs_lookup+0x111 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`syscall_mstate+0x84 unix`sys_syscall+0x10e 8 genunix`kmem_cache_alloc+0x17 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_enter+0x9 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 lofs`freelonode+0x9d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`rwst_enter_common+0x15f genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_rele genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 ufs`ufs_lookup+0x22 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_init+0x17 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`audit_getstate+0x18 genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0x2a genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`ufalloc_file+0x12f genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`vn_vfsunlock genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`mutex_exit genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`fd_find+0x62 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`post_syscall+0x93 unix`0xfffffffffb800c91 8 genunix`vn_vfslocks_getlock+0xc4 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 unix`bcopy+0x3f5 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_alloc+0x3a lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`audit_getstate+0x2c genunix`post_syscall+0xbe unix`0xfffffffffb800c91 8 genunix`kmem_cache_alloc+0x3e genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 8 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x70 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`tsc_read genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 9 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit+0x12 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit+0x12 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit+0x12 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`audit_getstate+0x33 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vsd_free+0x17 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit+0x19 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`openat+0x1e genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_recycle+0x90 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`fd_find+0x80 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`setf genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 9 genunix`kmem_free+0x17 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`table_lock_enter+0x8 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_rele+0x39 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookuppnatcred genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookuppnvp+0x217 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_free+0x2a genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x106 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc+0x77 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x8 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x1b8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`post_syscall+0xda unix`0xfffffffffb800c91 9 genunix`fsop_root+0x4b genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_setops+0x30 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xb0 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookuppnvp+0x132 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`table_lock_enter+0x38 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_init+0x8 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xbd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_exit genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 9 genunix`rwst_enter_common+0x1d8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x2dc genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x2dc genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x21e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_destroy+0x7f genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`table_lock_enter+0x50 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`makelonode+0x10 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 zfs`zfs_lookup+0x1 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`post_syscall+0x1 9 genunix`copen+0x4e3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 ufs`ufs_iaccess+0x15 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x1e8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`cv_init+0x19 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`cv_init+0x19 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xdb lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x3c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x22e lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x41 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x41 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x33 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`cv_broadcast+0x7f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`cv_destroy+0x1 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_init+0x42 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`fop_lookup+0x93 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`lo_root+0x77 genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x59 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`cv_destroy+0xc genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`strlen lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookuppnvp+0x182 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_alloc+0x5 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`post_syscall+0x35 unix`0xfffffffffb800c91 9 lofs`makelfsnode+0x8 lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfsrlock+0x9 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x1b genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_enter_common+0x1b genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0xc genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`syscall_mstate+0x14d unix`0xfffffffffb800c86 9 genunix`vn_openat+0xd1 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_exit+0x54 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc+0xe4 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`lo_lookup+0xc7 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`fop_inactive+0x17 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x17 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x17 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_alloc+0x17 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_setpath+0xea genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc+0xf3 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc+0xf3 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfslocks_getlock+0x88 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x2b lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_openat+0x2ef genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`fd_find+0x36 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vfs_getops+0x3b lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_alloc+0x3b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x3f lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`secpolicy_vnode_access2+0x3f ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_enter genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`copen+0x156 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`secpolicy_vnode_access2+0x46 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_enter+0x9 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x1a0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_rele lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`traverse+0x52 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`lookuppnvp+0xd6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0xa8 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_setpath+0x35 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x68 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_alloc+0x3a genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`vn_setpath+0x13b genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 unix`mutex_exit+0xc genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 lofs`freelonode+0x1bd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 9 genunix`kmem_cache_free+0x70 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit+0x12 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit+0x12 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vsd_free+0x17 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit+0x19 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`table_lock_enter lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`disp_lock_exit unix`0xfffffffffb800c91 10 genunix`dnlc_lookup+0xf2 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_openat+0x43 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`cv_broadcast+0x17 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`lsave lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`open 10 genunix`vn_vfslocks_rele+0xb3 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_setpath+0x66 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`table_lock_enter+0x17 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`sys_syscall+0x121 10 genunix`fop_inactive+0xa3 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`table_lock_enter+0x26 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_alloc+0x77 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`syscall_mstate+0x1ef unix`sys_syscall+0x1a1 10 genunix`vn_reinit lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookuppnatcred+0x25 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_getlock+0x17 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_rele+0x68 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`freelonode+0x109 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`cv_init+0x1 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_alloc+0x92 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`thread_lock+0x167 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 10 genunix`rwst_enter_common+0x2d7 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_alloc+0xc8 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookuppnatcred+0x3b genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 zfs`zfs_lookup genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`pn_fixslash+0x14 genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`table_lock_enter+0x57 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_getlock+0x3c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`rwst_enter_common+0x1ec genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookuppnvp+0x45f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_rele genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`syscall_mstate+0x123 unix`sys_syscall+0x1a1 10 genunix`vn_setpath+0xb8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`freelonode+0x23a lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`dnlc_lookup+0x5c zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`table_lock_enter+0x6d lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_openat+0xb1 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`cv_destroy+0xd genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`lo_inactive genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfsrlock lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`strlen genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`syscall_mstate+0x41 unix`0xfffffffffb800ca0 10 genunix`rwst_init+0x51 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookupnameatcred+0xf genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`lfind lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_setpath+0xe2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_alloc+0xe4 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vfs_getops+0x17 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_free+0x17 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_alloc+0x1b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`dnlc_lookup+0x8f ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`memcmp+0x20 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookupnameat+0x14 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_getlock+0x88 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`crgetmapped+0x8 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`fop_lookup+0xcd lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`secpolicy_vnode_access2+0x2d ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_alloc+0x2e genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_getlock+0x90 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_alloc genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`lookupnameatcred+0x31 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`makelonode+0x17d lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`atomic_add_64 unix`0xfffffffffb800c86 10 genunix`vfs_getops+0x40 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`audit_getstate genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_enter zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_enter lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`secpolicy_vnode_access2+0x43 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`kmem_cache_alloc+0x17 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vsd_free+0xe8 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_init+0x8 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`thread_lock+0xed genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 10 genunix`fop_inactive+0x4e genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 lofs`freelonode+0xa0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`tsc_gethrtimeunscaled genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 10 unix`tsc_gethrtimeunscaled genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 10 unix`tsc_gethrtimeunscaled genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 10 genunix`vn_rele+0x8 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`openat unix`sys_syscall+0x17a 10 genunix`vsd_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_exit lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`vn_vfslocks_getlock+0xc4 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 genunix`fd_find+0x67 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`mutex_init+0x27 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 10 unix`bcopy+0x300 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`tsc_read genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 11 lofs`freelonode+0x1c1 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_rele+0x24 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`post_syscall+0x1a5 unix`0xfffffffffb800c91 11 genunix`kmem_cache_alloc+0x4e genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_free lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`fop_lookup+0x126 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`table_lock_enter+0x8 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_setops+0x8 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_rele+0x3e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_free+0x26 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_vfslocks_getlock+0x106 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_alloc+0x79 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_free+0x2b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_free+0x2f lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_rele+0x60 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_mountedvfs lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`syscall_mstate+0x1f3 unix`sys_syscall+0x1a1 11 genunix`kmem_free+0x43 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`lsave+0x26 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`ufalloc_file+0x86 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_vfslocks_getlock+0x17 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_enter_common+0x2c7 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_mountedvfs+0x8 genunix`traverse+0x77 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_free+0xbd genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`post_syscall+0x5f0 unix`0xfffffffffb800c91 11 genunix`kmem_cache_alloc+0x92 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`makelonode+0x8 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_rele+0x78 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`syscall_mstate+0xc unix`sys_syscall+0x10e 11 genunix`post_syscall+0x1fe unix`0xfffffffffb800c91 11 lofs`lsave+0x42 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`makelonode+0x26 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_free+0xe8 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`pn_fixslash+0x2c genunix`lookuppnvp+0x105 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`cv_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`lo_lookup+0x1a8 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_setpath+0xce genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`makelonode+0x42 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_vfsrlock+0x9 genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_init+0x5a genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_invalid+0x1d lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`fop_lookup+0xb2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_alloc+0x17 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`secpolicy_vnode_access2+0x218 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`unfalloc+0xc genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 11 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_enter_common+0x331 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_alloc+0xf3 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`ufalloc_file genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_alloc genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_enter_common+0x341 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`lfind+0x24 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`freelonode+0x88 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_setpath+0x8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_cache_free+0x3a genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`fop_lookup+0xdd genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`mutex_enter genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_destroy+0x33 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 lofs`lfind+0x35 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_vfslocks_getlock+0xa6 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`kmem_alloc+0x46 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`bcopy+0x2d7 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_setpath+0x17 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vsd_free+0xe8 genunix`vn_free+0x8b lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`mutex_enter+0x9 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`mutex_enter+0x9 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`fop_lookup+0xea lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`crgetmapped+0x2a genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`syscall_mstate+0x18c unix`0xfffffffffb800ca0 11 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`tsc_gethrtimeunscaled genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 11 genunix`vn_vfslocks_getlock+0xb4 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 ufs`ufs_lookup+0x2d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`rwst_tryenter+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`fop_inactive+0x60 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_setpath+0x31 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 genunix`vn_openat+0x124 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 ufs`ufs_lookup+0x34 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 11 unix`copyinstr genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_alloc+0x43 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x4e genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_rele+0x31 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`mutex_init+0x42 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_rele+0x39 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_inactive+0x90 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfsunlock+0x35 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_lookup+0x135 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_setops+0x17 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_getlock genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0x11 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`lsave+0x17 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`rw_enter+0x17 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x79 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0x22 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`table_lock_enter+0x38 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_reinit+0x8 genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`rwst_enter_common+0x1c8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`lsave+0x32 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`table_lock_enter+0x50 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_lookup+0x77 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`cv_init+0x19 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0xdb genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0x59 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 ufs`ufs_iaccess+0x2f ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_invalid lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`membar_consumer lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_setpath+0x1c7 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0xfa genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0x16c ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vfs_getops lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_alloc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`ufalloc_file+0xd3 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`set_errno+0x34 genunix`copen+0x4fa genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0x17f ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_alloc+0xf genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0x1b genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_getlock+0x7d genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_free+0xa3 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0xf3 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_getlock+0x86 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_getlock+0x86 genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`makelonode+0x168 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0x2b genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0x2b genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`rwst_enter_common+0x341 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_alloc+0x32 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x8 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfslocks_rele+0x5c genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0x3f genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`mutex_enter lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_inactive+0x41 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`rwst_enter_common+0x157 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`rwst_enter_common+0x157 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x17 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x17 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`lfind+0x3b lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_setpath+0x1b genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_lookup+0x1f0 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`fop_lookup+0xf1 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_alloc+0x26 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`mutex_init+0x17 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 lofs`freelonode+0x1b0 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 unix`mutex_exit genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`dnlc_lookup+0xd3 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_vfsunlock+0x8 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 ufs`ufs_lookup+0x138 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`vn_setpath+0x3d genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 12 genunix`kmem_cache_free+0x70 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`traverse+0x77 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 unix`mutex_init+0x3d genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x25 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_free+0x17 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`freelonode+0x1de lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x30 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_getlock+0xf2 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x37 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`table_lock_enter+0x1b lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`lo_lookup+0x250 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`table_lock_enter+0x26 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x47 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_mountedvfs genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x55 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`dnlc_lookup+0x26 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setops+0x3d lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_free+0xbd genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`dnlc_lookup+0x2e ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`cv_init genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`freelonode+0x17 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_init+0x17 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`cv_init+0x8 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`lo_lookup+0x283 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_enter_common+0x1e4 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_init+0x28 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`table_lock_enter+0x5c lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setpath+0xb0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`lsave+0x52 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_exit+0x23 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 ufs`ufs_iaccess+0x24 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_exists+0x36 lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_rele+0x8 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_free+0xe8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`makelonode+0x2a lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`table_lock_enter+0x6d lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_recycle genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`post_syscall+0x221 unix`0xfffffffffb800c91 13 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_invalid+0x8 lofs`freelonode+0x115 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 ufs`ufs_iaccess+0x3c ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`audit_unfalloc+0xc genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`table_lock_enter+0x7d lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`lsave+0x6f lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0x9f lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`makelfsnode lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 unix`sys_syscall+0x186 13 lofs`table_lock_enter+0x82 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_exit+0x44 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`traverse+0x8 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_free+0x8 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_alloc+0xb genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 unix`strlen+0xb lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_getlock+0x6e genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_rele+0x38 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`traverse+0x18 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_getlock+0x7d genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_alloc+0xf3 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`traverse+0x26 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`unfalloc+0x16 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_alloc+0x26 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0xc7 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_alloc+0xfc lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_alloc genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfsrlock+0x3b genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setpath+0x118 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 unix`mutex_init+0x8 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 ufs`ufs_lookup+0x1a genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_vfslocks_rele+0x6b genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setpath+0x22 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`makelonode+0x98 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`lo_lookup+0xb genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 ufs`ufs_iaccess+0x9d ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`makelfsnode+0x5f lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 unix`mutex_exit genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setpath+0x133 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_rele+0x17 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_alloc+0x37 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`kmem_cache_alloc+0x3a genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fd_find+0x6b genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`fop_lookup+0xb lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`audit_getstate+0x2c genunix`lookuppnvp+0x82 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 lofs`freelonode+0x1bd lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 13 genunix`vn_setpath+0x140 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit+0x12 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit+0x12 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`dnlc_lookup+0xe5 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vfs_matchops+0x27 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`cv_broadcast+0x8 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x1a lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x21 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x21 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_setpath+0x155 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfslocks_rele+0xa6 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_inactive+0x8b genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x2c lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`makelonode+0x1d2 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_recycle+0xa2 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`table_lock_enter+0x13 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_setpath+0x163 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_alloc+0x66 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x3b lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x43 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fd_find+0xa6 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfslocks_getlock+0x8 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfslocks_getlock+0x8 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x4b genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_recycle+0xbd genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`table_lock_enter+0x2e lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`freelonode genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`rwst_init genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_free+0xb0 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_alloc+0x84 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_exists+0x8 lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 ufs`ufs_lookup+0x9b genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_destroy+0x84 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`lsave+0x45 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_reinit+0x29 genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_setpath+0xb5 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`dnlc_lookup+0x56 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`makelonode+0x2e lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 ufs`ufs_iaccess+0x130 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`syscall_mstate+0x130 unix`sys_syscall+0x1a1 14 genunix`rwst_init+0x42 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfslocks_rele+0x17 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`rwst_enter_common+0xb genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`lo_lookup+0x1ae genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`traverse genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_inactive genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`0xfffffffffb800c91 14 genunix`lookupnameatcred+0x1 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`bcopy+0x395 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vfs_getops+0x8 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_inactive+0x8 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_free+0x8 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`rwst_init+0x5b genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0xb0 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_free+0x17 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_vfsrlock+0x18 genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`secpolicy_vnode_access2+0x1a ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`crgetmapped genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_alloc+0xf3 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 ufs`ufs_lookup+0xf4 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_inactive+0x26 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`rwst_enter_common+0x38 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_alloc+0x2a genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_alloc+0xfc lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`makelonode+0x6d lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`post_syscall+0x5e unix`0xfffffffffb800c91 14 genunix`secpolicy_vnode_access2+0x22f ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vfs_getops+0x32 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_free+0x3a genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`lookupnameat+0x30 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_enter genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_enter genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_enter lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_enter lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0xed genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 ufs`ufs_iaccess+0x8e ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vfs_matchops genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_destroy+0x8 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vn_rele+0xc ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`vsd_free genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`kmem_cache_alloc+0x3a genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 genunix`fop_lookup+0x10c genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 ufs`ufs_lookup+0x3c genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 14 unix`mutex_exit+0x12 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_exit+0x12 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelfsnode+0x77 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelfsnode+0x78 lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`dnlc_lookup+0xeb ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vsd_free+0x1b genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_vfslocks_rele+0x9e genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`lo_root genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelonode+0xc2 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_init+0x42 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x66 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x66 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_free+0x2a genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`table_lock_enter+0x22 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 ufs`ufs_iaccess+0xe5 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_setops+0x26 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`lookupnameatcred+0xa8 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`rwst_enter_common+0x1b8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x84 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`lookuppnvp+0x235 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`rwst_enter_common+0x2c7 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 ufs`ufs_lookup+0x88 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x89 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`fop_lookup+0x5a genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_destroy+0x6b genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x92 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x92 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_free+0x57 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`disp_lock_exit+0x48 unix`0xfffffffffb800c91 15 genunix`kmem_alloc+0xc8 genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`syscall_mstate+0xc unix`sys_syscall+0x1a1 15 genunix`syscall_mstate+0x10f unix`sys_syscall+0x1a1 15 genunix`vn_setops+0x50 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`crgetuid ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`dnlc_lookup+0x43 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`post_syscall+0x205 unix`0xfffffffffb800c91 15 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_rele+0x87 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`cv_init+0x19 genunix`rwst_init+0x56 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`crgetuid+0x10 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelonode+0x22 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`cv_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`rwst_exit+0x35 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`cv_destroy+0x8 genunix`rwst_destroy+0x2e genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_recycle+0x8 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`syscall_mstate+0x139 unix`0xfffffffffb800ca0 15 lofs`table_lock_enter+0x7d lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`lo_lookup+0xaf genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`traverse genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`lock_clear_splx+0x3 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 15 lofs`lo_lookup+0xb7 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`lfind+0xb lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelonode+0x5e lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`rwst_destroy+0x25 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_alloc+0x6 lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`memcmp+0x37 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`pn_getcomponent+0x8 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x8 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x8 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 lofs`makelonode+0x79 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 ufs`ufs_lookup+0xb genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_enter genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`syscall_mstate+0x183 unix`sys_syscall+0x1a1 15 lofs`makelonode+0x186 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`rwst_exit+0x86 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x1b genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`crgetmapped+0x2e lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`copystr+0x54 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_alloc+0x26 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_rele+0x8 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`traverse+0x5b genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_vfsunlock lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_exit genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_exit genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_free+0x68 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`kmem_cache_free+0x68 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`vn_setpath+0x39 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`fsop_root+0xc genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 15 genunix`cv_broadcast genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vsd_free+0x10 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_rele+0x24 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lfind+0x67 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x4e genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`table_lock_enter lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lo_lookup+0x34 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`dnlc_lookup+0x100 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lo_lookup+0x48 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`post_syscall+0x1d0 unix`0xfffffffffb800c91 16 unix`bcopy+0x330 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_vfslocks_getlock genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`bcopy+0x238 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_mountedvfs+0x8 genunix`lookuppnvp+0x217 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`pn_get_buf+0x4b genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`splr+0xc genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 16 genunix`kmem_cache_alloc+0x8d lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x92 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`fop_lookup+0x64 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_setpath+0x97 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_alloc+0xc8 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`syscall_mstate+0xc unix`0xfffffffffb800ca0 16 genunix`vn_setops+0x5f lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`bcmp ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_vfslocks_getlock+0x41 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`cv_broadcast+0x72 genunix`rwst_exit+0x8f genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`fop_lookup+0x82 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lo_lookup+0x198 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lsave+0x61 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_setpath+0x1c2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 ufs`ufs_iaccess+0x137 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`sys_syscall+0x17d 16 genunix`rwst_init+0x51 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`lookuppnvp+0x185 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vn_vfslocks_getlock+0x66 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_free+0x8 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0xe4 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`memcmp+0x17 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0xfc genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`atomic_add_32 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x8 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x8 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`mutex_enter genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vfs_getops+0x49 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`lookuppnvp+0xcb genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lsave+0xc0 lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`mutex_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x22 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`kmem_cache_alloc+0x26 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 ufs`ufs_iaccess+0xa2 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`fop_lookup+0x107 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 genunix`vsd_free+0x8 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 lofs`lfind+0x5f lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 16 unix`mutex_exit+0x12 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`fop_lookup+0x16 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_setpath+0x14d genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`kmem_cache_alloc+0x4e genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`makelonode+0x1bf lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`kmem_free+0x17 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`lo_lookup+0x138 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`dnlc_lookup genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_vfslocks_rele+0xc6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`lookuppnvp+0x327 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`fop_lookup+0x47 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`fop_inactive+0xab genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`lookuppnvp+0x32e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`lo_lookup+0x60 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_exists lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`rwst_init+0x8 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`rwst_enter_common+0x1d8 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_exists+0x1d lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`makelonode+0x17 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`dnlc_lookup+0x50 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_vfslocks_getlock+0x41 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`cv_init+0x22 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`membar_consumer genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`makelonode+0x31 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_reinit+0x47 genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`syscall_mstate+0x41 unix`sys_syscall+0x1a1 17 lofs`table_lock_enter+0x82 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_recycle+0x17 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`memcmp+0x8 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`secpolicy_vnode_access2+0x108 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_vfslocks_rele+0x29 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`rwst_exit+0x4c genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`rwst_destroy+0x8 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`lookuppnvp+0x1ac genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`fop_lookup+0xcd genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`lo_lookup+0x2e0 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`mutex_enter genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`mutex_enter genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`traverse+0x43 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`fop_lookup+0xe9 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`crgetmapped+0x2a genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vn_recycle+0x65 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`kmem_cache_alloc+0x26 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`lsave+0xca lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`makelonode+0x9f lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`rwst_tryenter+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`mutex_exit genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`kmem_cache_alloc+0x33 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vfs_matchops+0x17 lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 lofs`makelfsnode+0x6e lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 17 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vfs_matchops+0x23 lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vsd_free+0x1f genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`lookuppnvp+0x205 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 unix`bcopy+0x1f genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0x135 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0x3f genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`lo_lookup+0x50 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 ufs`ufs_lookup+0x70 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`kmem_cache_alloc+0x89 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`dnlc_lookup+0x2a ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`lo_lookup+0x26b genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`cv_init+0x1 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vn_mountedvfs+0x11 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`dnlc_lookup+0x32 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0x64 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`cv_init+0x8 genunix`rwst_init+0x47 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`lo_lookup+0x79 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 ufs`ufs_iaccess+0x10c ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`lookuppnvp+0x15e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`kmem_alloc+0xdf genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`post_syscall+0x211 unix`0xfffffffffb800c91 18 genunix`fop_lookup+0x82 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0x8e genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`rwst_enter_common genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 unix`do_splx genunix`post_syscall+0x318 unix`0xfffffffffb800c91 18 unix`strlen lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`dnlc_lookup+0x7d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0xb0 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`fop_lookup+0xb6 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`rwst_enter_common+0x29 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`lookupnameat+0xc genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vn_vfslocks_rele+0x46 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`pn_getcomponent genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vn_vfslocks_getlock+0x90 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vn_vfsrlock+0x3b genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`kmem_alloc+0x3b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`rwst_destroy+0x32 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`rwst_tryenter+0x9 genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`crgetmapped+0x2a genunix`fop_lookup+0x1dc lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`vn_alloc+0x35 lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 genunix`audit_getstate+0x2c genunix`copen+0x59 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 lofs`makelonode+0x1af lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 18 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`vn_rele+0x24 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`dnlc_lookup+0x9 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`fop_lookup+0x3f lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`fop_lookup+0x43 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`dnlc_lookup+0x15 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 lofs`lo_lookup+0x25d genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`vn_vfslocks_rele+0xce genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`rw_enter+0x22 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`fop_lookup+0x55 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 lofs`makelonode genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`vn_mountedvfs+0x11 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`vn_vfslocks_rele+0x105 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`dnlc_lookup+0x160 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`membar_consumer lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`audit_unfalloc+0x1 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`fop_lookup+0x9f genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`audit_unfalloc+0x24 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`vn_reinit+0x67 genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 lofs`lo_lookup+0x1d4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`fop_lookup+0x1c8 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`crgetmapped+0x8 genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`memcmp+0x30 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`clear_int_flag genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 19 genunix`crgetmapped+0x15 genunix`fop_lookup+0x1dc genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 ufs`ufs_iaccess+0x7f ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`mutex_enter lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`mutex_init genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`rwst_tryenter+0x9 genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`i_ddi_splhigh+0x5 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 19 genunix`kmem_cache_alloc+0x26 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`tsc_gethrtimeunscaled+0xc genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 19 unix`copystr+0x60 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 unix`mutex_exit lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 ufs`ufs_lookup+0x38 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 lofs`lo_lookup+0x1a genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`traverse+0x6f lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 19 genunix`kmem_free genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`traverse+0x7c genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_setpath+0x4e genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_setops lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`fop_lookup+0x25 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 lofs`lo_lookup+0x3c genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_vfslocks_rele+0xb3 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_vfslocks_getlock genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`traverse+0xa8 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_recycle+0xbe genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_setpath+0x190 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 lofs`table_lock_enter+0x41 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 unix`mutex_destroy+0x7f genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 ufs`ufs_iaccess+0x11c ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`kmem_alloc+0xdf genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_setpath+0x1b0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`dnlc_lookup+0x159 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`kmem_cache_free+0xf1 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`dnlc_lookup+0x65 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`cv_destroy+0xd genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`vn_vfslocks_rele+0x38 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`dnlc_lookup+0x198 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`crgetmapped+0x8 genunix`fop_lookup+0x1dc lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`kmem_alloc+0x2a genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`crgetmapped+0x15 genunix`fop_lookup+0x1dc lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`fop_lookup+0x1d7 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`rwst_tryenter genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 lofs`makelonode+0x92 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 unix`mutex_exit genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 genunix`dnlc_lookup+0xdf ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 20 ufs`ufs_lookup+0x40 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 lofs`lo_lookup+0x29 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`kmem_free+0xb genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`fop_lookup+0x126 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`kmem_free+0x17 genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`fop_lookup+0x13e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 lofs`makelonode+0x1e7 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vn_recycle+0xb9 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 ufs`ufs_lookup+0x80 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vn_free+0x32 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 ufs`ufs_lookup+0x85 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vn_setops+0x4a lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`crgetuid+0x8 ufs`ufs_iaccess+0xe5 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 ufs`ufs_iaccess+0x33 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`dnlc_lookup+0x79 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`strlen+0xb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vn_vfslocks_getlock+0x6e genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`rwst_destroy genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`strlen+0x13 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`strlen+0x13 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`crgetmapped lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 lofs`makelfsnode+0x26 lofs`makelonode+0x192 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`bcopy+0x3b8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vfs_getops+0x28 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`dnlc_lookup+0x9d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`vn_recycle+0x41 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`rwst_enter_common+0x44 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`secpolicy_vnode_access2+0x38 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`kmem_cache_free+0x3a genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 lofs`lo_lookup+0x1ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`rwst_tryenter genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`mutex_enter genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`fop_lookup+0x1f8 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 unix`mutex_destroy+0x17 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 21 genunix`syscall_mstate+0x1b2 unix`sys_syscall+0x1a1 22 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 lofs`lo_lookup+0x40 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`fop_lookup+0x30 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`lookuppnvp+0x31a genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`disp_lock_exit+0x1b genunix`post_syscall+0x318 unix`0xfffffffffb800c91 22 genunix`dnlc_lookup+0x11 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`vn_setpath+0x83 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`pn_getcomponent+0x90 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 ufs`ufs_iaccess+0x8 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 lofs`lsave+0x3a lofs`makelonode+0x1df lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`rwst_init+0x38 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`secpolicy_vnode_access2+0x1 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`kmem_cache_alloc+0xfc genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`dnlc_lookup+0xa0 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 ufs`ufs_lookup lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`fop_lookup+0x1d7 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`dnlc_lookup+0xa9 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 ufs`ufs_iaccess+0x7a ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 unix`mutex_enter lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 unix`mutex_enter lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 genunix`rwst_enter_common+0x15f genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 ufs`ufs_lookup+0x29 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 unix`mutex_exit genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 22 unix`mutex_exit+0x12 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 unix`mutex_exit+0x19 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`lookuppnvp+0x308 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`dnlc_lookup+0x11c ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`pn_getcomponent+0x89 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`lookuppnvp+0x13e genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`pn_getcomponent+0xab genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`rwst_enter_common genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`cv_destroy+0x1 genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 lofs`lo_lookup+0x1bf genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 unix`rw_exit+0x3 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`secpolicy_vnode_access2+0x29 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`kmem_cache_alloc lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`dnlc_lookup+0x1ad genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`kmem_cache_alloc+0x17 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`pn_getcomponent+0x18 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`fop_lookup+0x1eb lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`crgetmapped+0x2e genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`fsop_root genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 unix`mutex_exit genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 unix`mutex_exit+0x9 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 23 genunix`falloc+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`vn_alloc+0x42 lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 lofs`lo_lookup+0x126 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`traverse+0x7f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 unix`bcopy+0x1b genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`vn_vfsunlock+0x35 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 ufs`ufs_iaccess+0xd8 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 ufs`ufs_iaccess+0x1 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`fop_lookup+0x73 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 ufs`ufs_lookup+0xb7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 lofs`lo_lookup+0x9d genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`pn_getcomponent+0xc1 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`syscall_mstate+0x139 unix`sys_syscall+0x1a1 24 genunix`dnlc_lookup+0x175 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`fop_lookup+0xc2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`secpolicy_vnode_access2+0x226 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`fop_lookup+0xcb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`dnlc_lookup+0x1a8 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 unix`copystr+0x45 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 zfs`zfs_lookup+0x88 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`fop_lookup+0xb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 24 genunix`dnlc_lookup+0xeb zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`fop_lookup+0x1d genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`fop_lookup+0x2c genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`secpolicy_vnode_access2+0xa0 ufs`ufs_iaccess+0x128 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`fop_lookup+0x5a lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`cv_init+0x22 genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 lofs`lo_lookup+0x1a4 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`post_syscall+0x22d unix`0xfffffffffb800c91 25 genunix`lookupnameat genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`unfalloc+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 unix`strlen+0x16 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 ufs`ufs_lookup+0xe9 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 unix`mutex_enter genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`lookuppnvp+0x1c5 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`fop_lookup+0x1eb genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`vn_setpath+0x12b genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 unix`mutex_exit genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 unix`mutex_exit lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`vn_setpath+0x137 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 genunix`audit_getstate+0x2c genunix`setf+0x3f genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 25 lofs`table_lock_enter lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`fop_lookup+0x3b genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`fop_lookup+0x13e genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`kmem_free+0x3a genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`cv_init genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`fop_inactive+0xc2 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`rwst_exit+0x8 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 lofs`lo_lookup+0x8f genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 unix`prunstop+0x1b genunix`post_syscall+0x2d0 unix`0xfffffffffb800c91 26 unix`bcmp+0xf ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 lofs`lo_lookup+0xa1 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`cv_destroy+0xd genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 ufs`ufs_iaccess+0x59 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`kmem_cache_alloc lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`dnlc_lookup+0xbe ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 unix`mutex_exit genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 unix`mutex_exit genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 lofs`lo_lookup+0x118 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 26 genunix`dnlc_lookup+0x149 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 ufs`ufs_iaccess+0x141 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 unix`bcopy+0x3b4 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 unix`rw_exit+0x24 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 genunix`thread_lock+0x1 unix`0xfffffffffb800c91 27 unix`mutex_exit+0xc genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 genunix`lookuppnvp+0x1ed genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 27 unix`strlen genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 unix`strlen+0xb genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`vn_setpath+0xc genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`kmem_cache_alloc+0x10 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`fd_find+0x58 genunix`ufalloc_file+0x91 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`fop_lookup+0x1 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 28 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 genunix`fop_lookup+0x37 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 unix`bcopy+0x234 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 genunix`fop_lookup+0x5e lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 genunix`rwst_enter_common+0x44 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 unix`tsc_gethrtimeunscaled+0x1 genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 29 genunix`syscall_mstate+0x1a1 unix`sys_syscall+0x1a1 29 unix`mutex_exit+0xc genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 29 lofs`lo_lookup+0x133 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 unix`bcopy+0x32c genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 genunix`fop_inactive+0xc2 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 genunix`clear_stale_fd+0x46 genunix`post_syscall+0x1fe unix`0xfffffffffb800c91 30 genunix`vn_vfslocks_rele genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 genunix`syscall_mstate+0x14d unix`0xfffffffffb800ca0 30 unix`rw_exit ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 genunix`rwst_enter_common+0x40 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 unix`mutex_enter genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 unix`mutex_exit ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 30 genunix`post_syscall+0x29a unix`0xfffffffffb800c91 30 lofs`lo_lookup+0x38 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 unix`rw_enter+0x9 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 unix`splr genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 31 genunix`fop_lookup+0xc2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 genunix`memcmp+0x23 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 unix`mutex_init genunix`vn_vfslocks_getlock+0xb0 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 lofs`lo_lookup genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 genunix`fop_lookup genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 31 unix`bcopy+0x17 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 genunix`pn_getcomponent+0x73 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 genunix`pn_getcomponent+0x81 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 unix`bcopy+0x38c genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 genunix`crgetmapped genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 ufs`ufs_lookup+0xfa genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 genunix`dnlc_lookup+0xd0 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 32 ufs`ufs_lookup+0x44 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 33 genunix`post_syscall+0x2b9 unix`0xfffffffffb800c91 33 genunix`dnlc_lookup+0x75 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 33 ufs`ufs_iaccess+0x89 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 33 genunix`fsop_root+0x1 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 33 genunix`kmem_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`fop_lookup+0x113 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 lofs`lo_root+0x1f genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`fop_lookup+0x5e genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 lofs`table_lock_enter+0x41 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`dnlc_lookup+0x99 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 unix`clear_int_flag+0x2 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 34 lofs`lfind+0x40 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`lookuppnvp+0x1db genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 genunix`fop_lookup genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 34 lofs`lo_lookup+0x58 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 genunix`memcmp genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 unix`strlen+0xe lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 unix`mutex_enter genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 genunix`fop_lookup+0x1ff genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 35 genunix`vn_setpath+0x6b genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 genunix`vn_setpath+0x9e genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 unix`membar_consumer+0x3 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 genunix`secpolicy_vnode_access2 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 unix`copystr+0x39 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 unix`mutex_exit genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 36 genunix`vn_mountedvfs genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 37 unix`mutex_enter+0x9 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 37 genunix`vn_reinit+0x7c lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 38 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 38 unix`mutex_exit+0xc genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 38 genunix`lookupnameat+0x1 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 39 unix`mutex_exit genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 39 genunix`pn_getcomponent+0x9e genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 40 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 40 unix`bcopy genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 unix`mutex_exit+0x12 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 unix`mutex_exit+0x12 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 genunix`dnlc_lookup genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 genunix`syscall_mstate+0x1 41 unix`bcopy+0x2cd genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 unix`bcopy+0x2fc genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 41 unix`0xfffffffffb800c7c 42 genunix`dnlc_lookup+0x5f ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 42 genunix`cv_destroy genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 42 genunix`audit_getstate+0x1 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 42 unix`copystr+0x52 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 42 unix`mutex_exit+0xc genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 42 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 43 genunix`syscall_mstate 43 genunix`vn_setpath+0xe7 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 43 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 43 unix`mutex_exit+0xc genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 43 genunix`vn_setpath genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 44 unix`mutex_exit+0xc lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 44 genunix`dnlc_lookup+0x6b ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 45 genunix`kmem_alloc genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 45 genunix`fop_lookup+0x1dc lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 46 unix`mutex_enter genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 46 genunix`dnlc_lookup+0x53 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 47 genunix`vn_rele genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 47 unix`mutex_exit+0xc genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 47 unix`mutex_exit+0xc zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 47 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 47 unix`mutex_exit+0x12 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 48 unix`rw_enter+0x14 ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 48 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 49 unix`mutex_exit+0xc genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 49 unix`atomic_cas_64 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 50 unix`mutex_exit+0xc lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 50 ufs`ufs_iaccess genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 51 unix`strlen+0x8 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 51 unix`strlen+0xb lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 52 genunix`vn_setpath+0xee genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 52 unix`mutex_enter ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 52 unix`mutex_exit+0xc genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 52 unix`mutex_exit+0x12 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 53 genunix`vn_setpath+0x6f genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 53 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 53 unix`rw_enter ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 55 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 55 genunix`vn_setpath+0x126 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 56 genunix`kmem_free lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 57 unix`splr+0x1 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 57 genunix`dnlc_lookup+0x62 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 57 lofs`table_lock_enter+0x41 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 58 genunix`syscall_mstate+0x14d unix`sys_syscall+0x10e 58 unix`mutex_exit+0x12 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 59 unix`mutex_exit+0x12 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 59 genunix`vsd_free+0xc genunix`vn_recycle+0xb5 genunix`vn_reinit+0x7b genunix`vn_alloc+0x3e lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 59 unix`bcopy+0x388 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 60 genunix`kmem_alloc+0x17 genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 60 unix`bcopy+0x3b0 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 60 unix`mutex_exit+0xc zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 61 unix`mutex_exit+0xc ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 61 unix`membar_consumer+0x3 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 62 unix`mutex_enter genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 62 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 64 unix`strlen+0x10 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 64 unix`bcopy+0x328 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 66 genunix`dnlc_lookup+0x6e ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 66 lofs`lo_lookup+0x279 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 67 genunix`vn_setpath+0x76 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 69 genunix`vn_setops+0x2b lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 69 genunix`vn_openat+0x7b genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 69 genunix`dnlc_lookup+0x69 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 69 unix`mutex_exit+0xc genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 69 unix`strlen+0xe lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 71 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 71 genunix`vfs_getops+0x20 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 72 unix`bcopy+0x2c8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 72 unix`mutex_exit+0x12 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 74 unix`bcopy+0x230 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 74 unix`bcopy+0x2f8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 74 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 75 genunix`vn_setpath+0x15a genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 76 unix`mutex_exit+0xc genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 77 unix`mutex_exit+0xc genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 77 genunix`vn_setpath+0x199 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 78 genunix`fop_lookup+0xf8 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 78 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 79 genunix`memcmp+0x20 unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 80 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 82 genunix`memcmp+0x2c unix`bcmp+0x9 genunix`dnlc_lookup+0x10d ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 87 unix`mutex_enter+0x10 genunix`lookuppnvp+0x39f genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 87 unix`atomic_add_64+0x4 unix`0xfffffffffb800ca0 90 unix`mutex_enter+0x10 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 90 unix`mutex_enter+0x10 genunix`unfalloc+0x61 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 91 unix`mutex_enter+0x10 genunix`traverse+0x9f genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 91 unix`mutex_enter+0x10 genunix`fsop_root+0x2d genunix`traverse+0x87 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 92 unix`mutex_enter+0x10 zfs`zfs_lookup+0xc2 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 92 unix`mutex_exit genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 92 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x30 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 93 unix`mutex_enter+0x10 genunix`falloc+0x63 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 93 unix`mutex_enter+0x10 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 93 unix`mutex_enter+0x10 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 93 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 94 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 94 unix`mutex_exit+0x12 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 95 unix`mutex_enter+0x10 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 95 unix`mutex_enter+0x10 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 95 unix`mutex_enter+0x10 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 96 unix`atomic_add_32_nv+0x6 genunix`unfalloc+0x4a genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 97 unix`atomic_add_64+0x4 unix`sys_syscall+0x1a1 97 unix`mutex_exit+0xc lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 97 unix`atomic_add_64+0x4 unix`sys_syscall+0x10e 98 unix`mutex_exit+0xc genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 99 unix`mutex_exit+0x12 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 100 unix`membar_consumer+0x3 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 100 unix`atomic_add_64+0x4 unix`0xfffffffffb800c86 100 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x15 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 101 unix`mutex_destroy+0x74 genunix`rwst_destroy+0x1c genunix`vn_vfslocks_rele+0xd6 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 102 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x20 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 102 unix`atomic_add_32+0x3 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 105 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 105 unix`mutex_exit+0xc lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 105 unix`membar_consumer+0x3 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 106 unix`membar_consumer+0x3 genunix`vfs_matchops+0x1c lofs`lo_lookup+0x1e6 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 106 unix`mutex_exit+0xc genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 106 unix`mutex_exit+0xc genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 107 unix`mutex_enter+0x10 ufs`ufs_lookup+0x36d genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 108 unix`mutex_exit+0xc genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 108 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`audit_unfalloc+0x44 genunix`unfalloc+0x41 genunix`copen+0x4f3 genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 109 genunix`pn_getcomponent+0xa8 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 110 unix`mutex_enter+0x10 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 111 genunix`dnlc_lookup+0x5c ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 114 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x28 genunix`traverse+0x92 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 114 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 114 unix`mutex_exit+0xc lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 114 genunix`dnlc_lookup+0xe5 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 115 genunix`pn_getcomponent+0xb3 genunix`lookuppnvp+0x16d genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 116 genunix`rwst_enter_common+0x40 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 116 unix`mutex_enter+0x10 genunix`kmem_zalloc+0x47 genunix`audit_falloc+0x1f genunix`falloc+0xf8 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 121 unix`mutex_exit+0xc genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 123 unix`mutex_exit+0x12 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 124 unix`mutex_exit+0xc genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 126 unix`atomic_add_32+0x3 genunix`falloc+0xbc genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 129 unix`tsc_read+0x3 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800ca0 145 unix`strlen+0x13 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 146 genunix`fop_lookup+0x113 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 154 unix`clear_int_flag+0x2 genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 157 unix`tsc_read+0x3 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x1a1 163 unix`copystr+0x34 genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 164 unix`mutex_exit+0xc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 168 unix`tsc_read+0x3 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`0xfffffffffb800c86 169 unix`mutex_enter+0x10 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 169 lofs`lfind+0x38 lofs`makelonode+0x47 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 171 unix`mutex_exit+0xc genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 172 unix`atomic_add_32+0x3 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 174 unix`mutex_enter+0x10 lofs`freelonode+0x47 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 174 unix`mutex_exit+0xc genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 178 unix`tsc_read+0x3 genunix`gethrtime_unscaled+0xa genunix`syscall_mstate+0x5d unix`sys_syscall+0x10e 180 unix`mutex_enter+0x10 lofs`freelonode+0x1fe lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 186 genunix`fop_lookup+0xf8 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 188 genunix`dnlc_lookup+0x50 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 190 unix`mutex_enter+0x10 genunix`vn_free+0x9a lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 190 unix`mutex_enter+0x10 genunix`ufalloc+0x13 genunix`falloc+0x43 genunix`copen+0x1ab genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 191 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`vn_free+0x37 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 193 unix`mutex_enter+0x10 lofs`freelonode+0x1ed lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 196 unix`mutex_enter+0x10 genunix`copen+0x4ea genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 196 unix`mutex_enter+0x10 zfs`zfs_lookup+0xaa genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 201 unix`mutex_exit+0xc ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 210 unix`mutex_enter+0x10 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 233 unix`mutex_enter+0x10 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 237 unix`mutex_exit+0xc genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 258 unix`copystr+0x3e genunix`pn_get_buf+0x43 genunix`lookupnameatcred+0x69 genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 261 unix`atomic_cas_64+0x8 lofs`makelonode+0x1c4 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 268 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 279 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x28 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 280 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x20 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 286 unix`mutex_enter+0x10 genunix`vn_vfsunlock+0x15 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 290 unix`mutex_enter+0x10 genunix`vn_alloc+0x1a lofs`makelonode+0xb6 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 293 unix`mutex_enter+0x10 lofs`makelonode+0x36 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 298 unix`mutex_enter+0x10 lofs`makelonode+0xa9 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 298 unix`mutex_enter+0x10 genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 301 unix`mutex_enter+0x10 genunix`rwst_tryenter+0x1a genunix`vn_vfsrlock+0x2f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 305 unix`mutex_enter+0x10 genunix`kmem_free+0x4e genunix`vn_vfslocks_rele+0xe3 genunix`vn_vfsunlock+0x30 genunix`traverse+0xb3 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 308 unix`atomic_add_32+0x3 lofs`lo_lookup+0x268 genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 309 unix`mutex_enter+0x10 genunix`kmem_alloc+0x4b genunix`vn_setpath+0xc2 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 318 unix`strlen+0x10 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 327 genunix`syscall_mstate+0x14d unix`sys_syscall+0x1a1 330 unix`rw_exit+0xf ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 348 unix`mutex_enter+0x10 genunix`kmem_alloc+0x4b genunix`vn_vfslocks_getlock+0x9c genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 349 unix`rw_enter+0x2b ufs`ufs_lookup+0xc7 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 355 unix`splr+0x6a genunix`thread_lock+0x24 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 361 unix`mutex_enter+0x10 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 372 unix`strlen+0x8 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x387 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 407 unix`mutex_enter+0x10 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 genunix`lookuppnvp+0x229 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 420 unix`strlen+0x8 lofs`freelonode+0x1f5 lofs`lo_inactive+0x1d genunix`fop_inactive+0x76 genunix`vn_rele+0x82 genunix`lookuppnvp+0x33b genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 534 unix`strlen+0xe genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 562 unix`sys_syscall+0xff 565 unix`mutex_enter+0x10 genunix`vn_vfsrlock+0x1f genunix`traverse+0x30 lofs`lo_lookup+0x2ee genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 673 unix`lock_try+0x8 genunix`post_syscall+0x2e4 unix`0xfffffffffb800c91 774 unix`mutex_enter+0x10 ufs`ufs_lookup+0xa6 genunix`fop_lookup+0xa2 lofs`lo_lookup+0xbc genunix`fop_lookup+0xa2 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 816 unix`mutex_enter+0x10 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 884 unix`strlen+0x8 genunix`fop_lookup+0x210 genunix`lookuppnvp+0x1f6 genunix`lookuppnatcred+0x15e genunix`lookupnameatcred+0xad genunix`lookupnameat+0x39 genunix`vn_openat+0x315 genunix`copen+0x20c genunix`openat+0x2a genunix`open+0x25 unix`sys_syscall+0x17a 1535 unix`do_splx+0x65 genunix`disp_lock_exit+0x47 genunix`post_syscall+0x318 unix`0xfffffffffb800c91 1971 ================================================ FILE: files.pl ================================================ #!/usr/bin/perl -w # # files.pl Print file sizes in folded format, for a flame graph. # # This helps you understand storage consumed by a file system, by creating # a flame graph visualization of space consumed. This is basically a Perl # version of the "find" command, which emits in folded format for piping # into flamegraph.pl. # # Copyright (c) 2017 Brendan Gregg. # Licensed under the Apache License, Version 2.0 (the "License") # # 03-Feb-2017 Brendan Gregg Created this. use strict; use File::Find; sub usage { print STDERR "USAGE: $0 [--xdev] [DIRECTORY]...\n"; print STDERR " eg, $0 /Users\n"; print STDERR " To not descend directories on other filesystems:"; print STDERR " eg, $0 --xdev /\n"; print STDERR "Intended to be piped to flamegraph.pl. Full example:\n"; print STDERR " $0 /Users | flamegraph.pl " . "--hash --countname=bytes > files.svg\n"; print STDERR " $0 /usr /home /root /etc | flamegraph.pl " . "--hash --countname=bytes > files.svg\n"; print STDERR " $0 --xdev / | flamegraph.pl " . "--hash --countname=bytes > files.svg\n"; exit 1; } usage() if @ARGV == 0 or $ARGV[0] eq "--help" or $ARGV[0] eq "-h"; my $filter_xdev = 0; my $xdev_id; foreach my $dir (@ARGV) { if ($dir eq "--xdev") { $filter_xdev = 1; } else { find(\&wanted, $dir); } } sub wanted { my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size) = lstat($_); return unless defined $size; if ($filter_xdev) { if (!$xdev_id) { $xdev_id = $dev; } elsif ($xdev_id ne $dev) { $File::Find::prune = 1; return; } } my $path = $File::Find::name; $path =~ tr/\//;/; # delimiter $path =~ tr/;.a-zA-Z0-9-/_/c; # ditch whitespace and other chars $path =~ s/^;//; print "$path $size\n"; } ================================================ FILE: flamegraph.pl ================================================ #!/usr/bin/perl -w # # flamegraph.pl flame stack grapher. # # This takes stack samples and renders a call graph, allowing hot functions # and codepaths to be quickly identified. Stack samples can be generated using # tools such as DTrace, perf, SystemTap, and Instruments. # # USAGE: ./flamegraph.pl [options] input.txt > graph.svg # # grep funcA input.txt | ./flamegraph.pl [options] > graph.svg # # Then open the resulting .svg in a web browser, for interactivity: mouse-over # frames for info, click to zoom, and ctrl-F to search. # # Options are listed in the usage message (--help). # # The input is stack frames and sample counts formatted as single lines. Each # frame in the stack is semicolon separated, with a space and count at the end # of the line. These can be generated for Linux perf script output using # stackcollapse-perf.pl, for DTrace using stackcollapse.pl, and for other tools # using the other stackcollapse programs. Example input: # # swapper;start_kernel;rest_init;cpu_idle;default_idle;native_safe_halt 1 # # An optional extra column of counts can be provided to generate a differential # flame graph of the counts, colored red for more, and blue for less. This # can be useful when using flame graphs for non-regression testing. # See the header comment in the difffolded.pl program for instructions. # # The input functions can optionally have annotations at the end of each # function name, following a precedent by some tools (Linux perf's _[k]): # _[k] for kernel # _[i] for inlined # _[j] for jit # _[w] for waker # Some of the stackcollapse programs support adding these annotations, eg, # stackcollapse-perf.pl --kernel --jit. They are used merely for colors by # some palettes, eg, flamegraph.pl --color=java. # # The output flame graph shows relative presence of functions in stack samples. # The ordering on the x-axis has no meaning; since the data is samples, time # order of events is not known. The order used sorts function names # alphabetically. # # While intended to process stack samples, this can also process stack traces. # For example, tracing stacks for memory allocation, or resource usage. You # can use --title to set the title to reflect the content, and --countname # to change "samples" to "bytes" etc. # # There are a few different palettes, selectable using --color. By default, # the colors are selected at random (except for differentials). Functions # called "-" will be printed gray, which can be used for stack separators (eg, # between user and kernel stacks). # # HISTORY # # This was inspired by Neelakanth Nadgir's excellent function_call_graph.rb # program, which visualized function entry and return trace events. As Neel # wrote: "The output displayed is inspired by Roch's CallStackAnalyzer which # was in turn inspired by the work on vftrace by Jan Boerhout". See: # https://blogs.oracle.com/realneel/entry/visualizing_callstacks_via_dtrace_and # # Copyright 2016 Netflix, Inc. # Copyright 2011 Joyent, Inc. All rights reserved. # Copyright 2011 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 11-Oct-2014 Adrien Mahieux Added zoom. # 21-Nov-2013 Shawn Sterling Added consistent palette file option # 17-Mar-2013 Tim Bunce Added options and more tunables. # 15-Dec-2011 Dave Pacheco Support for frames with whitespace. # 10-Sep-2011 Brendan Gregg Created this. use strict; use Getopt::Long; use open qw(:std :utf8); # tunables my $encoding; my $fonttype = "Verdana"; my $imagewidth = 1200; # max width, pixels my $frameheight = 16; # max height is dynamic my $fontsize = 12; # base text size my $fontwidth = 0.59; # avg width relative to fontsize my $minwidth = 0.1; # min function width, pixels or percentage of time my $nametype = "Function:"; # what are the names in the data? my $countname = "samples"; # what are the counts in the data? my $colors = "hot"; # color theme my $bgcolors = ""; # background color theme my $nameattrfile; # file holding function attributes my $timemax; # (override the) sum of the counts my $factor = 1; # factor to scale counts by my $hash = 0; # color by function name my $rand = 0; # color randomly my $palette = 0; # if we use consistent palettes (default off) my %palette_map; # palette map hash my $pal_file = "palette.map"; # palette map file name my $stackreverse = 0; # reverse stack order, switching merge end my $inverted = 0; # icicle graph my $flamechart = 0; # produce a flame chart (sort by time, do not merge stacks) my $negate = 0; # switch differential hues my $titletext = ""; # centered heading my $titledefault = "Flame Graph"; # overwritten by --title my $titleinverted = "Icicle Graph"; # " " my $searchcolor = "rgb(230,0,230)"; # color for search highlighting my $notestext = ""; # embedded notes in SVG my $subtitletext = ""; # second level title (optional) my $help = 0; sub usage { die < outfile.svg\n --title TEXT # change title text --subtitle TEXT # second level title (optional) --width NUM # width of image (default 1200) --height NUM # height of each frame (default 16) --minwidth NUM # omit smaller functions. In pixels or use "%" for # percentage of time (default 0.1 pixels) --fonttype FONT # font type (default "Verdana") --fontsize NUM # font size (default 12) --countname TEXT # count type label (default "samples") --nametype TEXT # name type label (default "Function:") --colors PALETTE # set color palette. choices are: hot (default), mem, # io, wakeup, chain, java, js, perl, red, green, blue, # aqua, yellow, purple, orange --bgcolors COLOR # set background colors. gradient choices are yellow # (default), blue, green, grey; flat colors use "#rrggbb" --hash # colors are keyed by function name hash --random # colors are randomly generated --cp # use consistent palette (palette.map) --reverse # generate stack-reversed flame graph --inverted # icicle graph --flamechart # produce a flame chart (sort by time, do not merge stacks) --negate # switch differential hues (blue<->red) --notes TEXT # add notes comment in SVG (for debugging) --help # this message eg, $0 --title="Flame Graph: malloc()" trace.txt > graph.svg USAGE_END } GetOptions( 'fonttype=s' => \$fonttype, 'width=i' => \$imagewidth, 'height=i' => \$frameheight, 'encoding=s' => \$encoding, 'fontsize=f' => \$fontsize, 'fontwidth=f' => \$fontwidth, 'minwidth=s' => \$minwidth, 'title=s' => \$titletext, 'subtitle=s' => \$subtitletext, 'nametype=s' => \$nametype, 'countname=s' => \$countname, 'nameattr=s' => \$nameattrfile, 'total=s' => \$timemax, 'factor=f' => \$factor, 'colors=s' => \$colors, 'bgcolors=s' => \$bgcolors, 'hash' => \$hash, 'random' => \$rand, 'cp' => \$palette, 'reverse' => \$stackreverse, 'inverted' => \$inverted, 'flamechart' => \$flamechart, 'negate' => \$negate, 'notes=s' => \$notestext, 'help' => \$help, ) or usage(); $help && usage(); # internals my $ypad1 = $fontsize * 3; # pad top, include title my $ypad2 = $fontsize * 2 + 10; # pad bottom, include labels my $ypad3 = $fontsize * 2; # pad top, include subtitle (optional) my $xpad = 10; # pad lefm and right my $framepad = 1; # vertical padding for frames my $depthmax = 0; my %Events; my %nameattr; if ($flamechart && $titletext eq "") { $titletext = "Flame Chart"; } if ($titletext eq "") { unless ($inverted) { $titletext = $titledefault; } else { $titletext = $titleinverted; } } if ($nameattrfile) { # The name-attribute file format is a function name followed by a tab then # a sequence of tab separated name=value pairs. open my $attrfh, $nameattrfile or die "Can't read $nameattrfile: $!\n"; while (<$attrfh>) { chomp; my ($funcname, $attrstr) = split /\t/, $_, 2; die "Invalid format in $nameattrfile" unless defined $attrstr; $nameattr{$funcname} = { map { split /=/, $_, 2 } split /\t/, $attrstr }; } } if ($notestext =~ /[<>]/) { die "Notes string can't contain < or >" } # Ensure minwidth is a valid floating-point number, # print usage string if not my $minwidth_f; if ($minwidth =~ /^([0-9.]+)%?$/) { $minwidth_f = $1; } else { warn "Value '$minwidth' is invalid for minwidth, expected a float.\n"; usage(); } # background colors: # - yellow gradient: default (hot, java, js, perl) # - green gradient: mem # - blue gradient: io, wakeup, chain # - gray gradient: flat colors (red, green, blue, ...) if ($bgcolors eq "") { # choose a default if ($colors eq "mem") { $bgcolors = "green"; } elsif ($colors =~ /^(io|wakeup|chain)$/) { $bgcolors = "blue"; } elsif ($colors =~ /^(red|green|blue|aqua|yellow|purple|orange)$/) { $bgcolors = "grey"; } else { $bgcolors = "yellow"; } } my ($bgcolor1, $bgcolor2); if ($bgcolors eq "yellow") { $bgcolor1 = "#eeeeee"; # background color gradient start $bgcolor2 = "#eeeeb0"; # background color gradient stop } elsif ($bgcolors eq "blue") { $bgcolor1 = "#eeeeee"; $bgcolor2 = "#e0e0ff"; } elsif ($bgcolors eq "green") { $bgcolor1 = "#eef2ee"; $bgcolor2 = "#e0ffe0"; } elsif ($bgcolors eq "grey") { $bgcolor1 = "#f8f8f8"; $bgcolor2 = "#e8e8e8"; } elsif ($bgcolors =~ /^#......$/) { $bgcolor1 = $bgcolor2 = $bgcolors; } else { die "Unrecognized bgcolor option \"$bgcolors\"" } # SVG functions { package SVG; sub new { my $class = shift; my $self = {}; bless ($self, $class); return $self; } sub header { my ($self, $w, $h) = @_; my $enc_attr = ''; if (defined $encoding) { $enc_attr = qq{ encoding="$encoding"}; } $self->{svg} .= < SVG } sub include { my ($self, $content) = @_; $self->{svg} .= $content; } sub colorAllocate { my ($self, $r, $g, $b) = @_; return "rgb($r,$g,$b)"; } sub group_start { my ($self, $attr) = @_; my @g_attr = map { exists $attr->{$_} ? sprintf(qq/$_="%s"/, $attr->{$_}) : () } qw(id class); push @g_attr, $attr->{g_extra} if $attr->{g_extra}; if ($attr->{href}) { my @a_attr; push @a_attr, sprintf qq/xlink:href="%s"/, $attr->{href} if $attr->{href}; # default target=_top else links will open within SVG push @a_attr, sprintf qq/target="%s"/, $attr->{target} || "_top"; push @a_attr, $attr->{a_extra} if $attr->{a_extra}; $self->{svg} .= sprintf qq/\n/, join(' ', (@a_attr, @g_attr)); } else { $self->{svg} .= sprintf qq/\n/, join(' ', @g_attr); } $self->{svg} .= sprintf qq/%s<\/title>/, $attr->{title} if $attr->{title}; # should be first element within g container } sub group_end { my ($self, $attr) = @_; $self->{svg} .= $attr->{href} ? qq/<\/a>\n/ : qq/<\/g>\n/; } sub filledRectangle { my ($self, $x1, $y1, $x2, $y2, $fill, $extra) = @_; $x1 = sprintf "%0.1f", $x1; $x2 = sprintf "%0.1f", $x2; my $w = sprintf "%0.1f", $x2 - $x1; my $h = sprintf "%0.1f", $y2 - $y1; $extra = defined $extra ? $extra : ""; $self->{svg} .= qq/\n/; } sub stringTTF { my ($self, $id, $x, $y, $str, $extra) = @_; $x = sprintf "%0.2f", $x; $id = defined $id ? qq/id="$id"/ : ""; $extra ||= ""; $self->{svg} .= qq/$str<\/text>\n/; } sub svg { my $self = shift; return "$self->{svg}\n"; } 1; } sub namehash { # Generate a vector hash for the name string, weighting early over # later characters. We want to pick the same colors for function # names across different flame graphs. my $name = shift; my $vector = 0; my $weight = 1; my $max = 1; my $mod = 10; # if module name present, trunc to 1st char $name =~ s/.(.*?)`//; foreach my $c (split //, $name) { my $i = (ord $c) % $mod; $vector += ($i / ($mod++ - 1)) * $weight; $max += 1 * $weight; $weight *= 0.70; last if $mod > 12; } return (1 - $vector / $max) } sub sum_namehash { my $name = shift; return unpack("%32W*", $name); } sub random_namehash { # Generate a random hash for the name string. # This ensures that functions with the same name have the same color, # both within a flamegraph and across multiple flamegraphs without # needing to set a palette and while preserving the original flamegraph # optic, unlike what happens with --hash. my $name = shift; my $hash = sum_namehash($name); srand($hash); return rand(1) } sub color { my ($type, $hash, $name) = @_; my ($v1, $v2, $v3); if ($hash) { $v1 = namehash($name); $v2 = $v3 = namehash(scalar reverse $name); } elsif ($rand) { $v1 = rand(1); $v2 = rand(1); $v3 = rand(1); } else { $v1 = random_namehash($name); $v2 = random_namehash($name); $v3 = random_namehash($name); } # theme palettes if (defined $type and $type eq "hot") { my $r = 205 + int(50 * $v3); my $g = 0 + int(230 * $v1); my $b = 0 + int(55 * $v2); return "rgb($r,$g,$b)"; } if (defined $type and $type eq "mem") { my $r = 0; my $g = 190 + int(50 * $v2); my $b = 0 + int(210 * $v1); return "rgb($r,$g,$b)"; } if (defined $type and $type eq "io") { my $r = 80 + int(60 * $v1); my $g = $r; my $b = 190 + int(55 * $v2); return "rgb($r,$g,$b)"; } # multi palettes if (defined $type and $type eq "java") { # Handle both annotations (_[j], _[i], ...; which are # accurate), as well as input that lacks any annotations, as # best as possible. Without annotations, we get a little hacky # and match on java|org|com, etc. if ($name =~ m:_\[j\]$:) { # jit annotation $type = "green"; } elsif ($name =~ m:_\[i\]$:) { # inline annotation $type = "aqua"; } elsif ($name =~ m:^L?(java|javax|jdk|net|org|com|io|sun)/:) { # Java $type = "green"; } elsif ($name =~ /:::/) { # Java, typical perf-map-agent method separator $type = "green"; } elsif ($name =~ /::/) { # C++ $type = "yellow"; } elsif ($name =~ m:_\[k\]$:) { # kernel annotation $type = "orange"; } elsif ($name =~ /::/) { # C++ $type = "yellow"; } else { # system $type = "red"; } # fall-through to color palettes } if (defined $type and $type eq "perl") { if ($name =~ /::/) { # C++ $type = "yellow"; } elsif ($name =~ m:Perl: or $name =~ m:\.pl:) { # Perl $type = "green"; } elsif ($name =~ m:_\[k\]$:) { # kernel $type = "orange"; } else { # system $type = "red"; } # fall-through to color palettes } if (defined $type and $type eq "js") { # Handle both annotations (_[j], _[i], ...; which are # accurate), as well as input that lacks any annotations, as # best as possible. Without annotations, we get a little hacky, # and match on a "/" with a ".js", etc. if ($name =~ m:_\[j\]$:) { # jit annotation if ($name =~ m:/:) { $type = "green"; # source } else { $type = "aqua"; # builtin } } elsif ($name =~ /::/) { # C++ $type = "yellow"; } elsif ($name =~ m:/.*\.js:) { # JavaScript (match "/" in path) $type = "green"; } elsif ($name =~ m/:/) { # JavaScript (match ":" in builtin) $type = "aqua"; } elsif ($name =~ m/^ $/) { # Missing symbol $type = "green"; } elsif ($name =~ m:_\[k\]:) { # kernel $type = "orange"; } else { # system $type = "red"; } # fall-through to color palettes } if (defined $type and $type eq "wakeup") { $type = "aqua"; # fall-through to color palettes } if (defined $type and $type eq "chain") { if ($name =~ m:_\[w\]:) { # waker $type = "aqua" } else { # off-CPU $type = "blue"; } # fall-through to color palettes } # color palettes if (defined $type and $type eq "red") { my $r = 200 + int(55 * $v1); my $x = 50 + int(80 * $v1); return "rgb($r,$x,$x)"; } if (defined $type and $type eq "green") { my $g = 200 + int(55 * $v1); my $x = 50 + int(60 * $v1); return "rgb($x,$g,$x)"; } if (defined $type and $type eq "blue") { my $b = 205 + int(50 * $v1); my $x = 80 + int(60 * $v1); return "rgb($x,$x,$b)"; } if (defined $type and $type eq "yellow") { my $x = 175 + int(55 * $v1); my $b = 50 + int(20 * $v1); return "rgb($x,$x,$b)"; } if (defined $type and $type eq "purple") { my $x = 190 + int(65 * $v1); my $g = 80 + int(60 * $v1); return "rgb($x,$g,$x)"; } if (defined $type and $type eq "aqua") { my $r = 50 + int(60 * $v1); my $g = 165 + int(55 * $v1); my $b = 165 + int(55 * $v1); return "rgb($r,$g,$b)"; } if (defined $type and $type eq "orange") { my $r = 190 + int(65 * $v1); my $g = 90 + int(65 * $v1); return "rgb($r,$g,0)"; } return "rgb(0,0,0)"; } sub color_scale { my ($value, $max) = @_; my ($r, $g, $b) = (255, 255, 255); $value = -$value if $negate; if ($value > 0) { $g = $b = int(210 * ($max - $value) / $max); } elsif ($value < 0) { $r = $g = int(210 * ($max + $value) / $max); } return "rgb($r,$g,$b)"; } sub color_map { my ($colors, $func) = @_; if (exists $palette_map{$func}) { return $palette_map{$func}; } else { $palette_map{$func} = color($colors, $hash, $func); return $palette_map{$func}; } } sub write_palette { open(FILE, ">$pal_file"); foreach my $key (sort keys %palette_map) { print FILE $key."->".$palette_map{$key}."\n"; } close(FILE); } sub read_palette { if (-e $pal_file) { open(FILE, $pal_file) or die "can't open file $pal_file: $!"; while ( my $line = ) { chomp($line); (my $key, my $value) = split("->",$line); $palette_map{$key}=$value; } close(FILE) } } my %Node; # Hash of merged frame data my %Tmp; # flow() merges two stacks, storing the merged frames and value data in %Node. sub flow { my ($last, $this, $v, $d) = @_; my $len_a = @$last - 1; my $len_b = @$this - 1; my $i = 0; my $len_same; for (; $i <= $len_a; $i++) { last if $i > $len_b; last if $last->[$i] ne $this->[$i]; } $len_same = $i; for ($i = $len_a; $i >= $len_same; $i--) { my $k = "$last->[$i];$i"; # a unique ID is constructed from "func;depth;etime"; # func-depth isn't unique, it may be repeated later. $Node{"$k;$v"}->{stime} = delete $Tmp{$k}->{stime}; if (defined $Tmp{$k}->{delta}) { $Node{"$k;$v"}->{delta} = delete $Tmp{$k}->{delta}; } delete $Tmp{$k}; } for ($i = $len_same; $i <= $len_b; $i++) { my $k = "$this->[$i];$i"; $Tmp{$k}->{stime} = $v; if (defined $d) { $Tmp{$k}->{delta} += $i == $len_b ? $d : 0; } } return $this; } # parse input my @Data; my @SortedData; my $last = []; my $time = 0; my $delta = undef; my $ignored = 0; my $line; my $maxdelta = 1; # reverse if needed foreach (<>) { chomp; $line = $_; if ($stackreverse) { # there may be an extra samples column for differentials # XXX todo: redo these REs as one. It's repeated below. my($stack, $samples) = (/^(.*)\s+?(\d+(?:\.\d*)?)$/); my $samples2 = undef; if ($stack =~ /^(.*)\s+?(\d+(?:\.\d*)?)$/) { $samples2 = $samples; ($stack, $samples) = $stack =~ (/^(.*)\s+?(\d+(?:\.\d*)?)$/); unshift @Data, join(";", reverse split(";", $stack)) . " $samples $samples2"; } else { unshift @Data, join(";", reverse split(";", $stack)) . " $samples"; } } else { unshift @Data, $line; } } if ($flamechart) { # In flame chart mode, just reverse the data so time moves from left to right. @SortedData = reverse @Data; } else { @SortedData = sort @Data; } # process and merge frames foreach (@SortedData) { chomp; # process: folded_stack count # eg: func_a;func_b;func_c 31 my ($stack, $samples) = (/^(.*)\s+?(\d+(?:\.\d*)?)$/); unless (defined $samples and defined $stack) { ++$ignored; next; } # there may be an extra samples column for differentials: my $samples2 = undef; if ($stack =~ /^(.*)\s+?(\d+(?:\.\d*)?)$/) { $samples2 = $samples; ($stack, $samples) = $stack =~ (/^(.*)\s+?(\d+(?:\.\d*)?)$/); } $delta = undef; if (defined $samples2) { $delta = $samples2 - $samples; $maxdelta = abs($delta) if abs($delta) > $maxdelta; } # for chain graphs, annotate waker frames with "_[w]", for later # coloring. This is a hack, but has a precedent ("_[k]" from perf). if ($colors eq "chain") { my @parts = split ";--;", $stack; my @newparts = (); $stack = shift @parts; $stack .= ";--;"; foreach my $part (@parts) { $part =~ s/;/_[w];/g; $part .= "_[w]"; push @newparts, $part; } $stack .= join ";--;", @parts; } # merge frames and populate %Node: $last = flow($last, [ '', split ";", $stack ], $time, $delta); if (defined $samples2) { $time += $samples2; } else { $time += $samples; } } flow($last, [], $time, $delta); if ($countname eq "samples") { # If $countname is used, it's likely that we're not measuring in stack samples # (e.g. time could be the unit), so don't warn. warn "Stack count is low ($time). Did something go wrong?\n" if $time < 100; } warn "Ignored $ignored lines with invalid format\n" if $ignored; unless ($time) { warn "ERROR: No stack counts found\n"; my $im = SVG->new(); # emit an error message SVG, for tools automating flamegraph use my $imageheight = $fontsize * 5; $im->header($imagewidth, $imageheight); $im->stringTTF(undef, int($imagewidth / 2), $fontsize * 2, "ERROR: No valid input provided to flamegraph.pl."); print $im->svg; exit 2; } if ($timemax and $timemax < $time) { warn "Specified --total $timemax is less than actual total $time, so ignored\n" if $timemax/$time > 0.02; # only warn is significant (e.g., not rounding etc) undef $timemax; } $timemax ||= $time; my $widthpertime = ($imagewidth - 2 * $xpad) / $timemax; # Treat as a percentage of time if the string ends in a "%". my $minwidth_time; if ($minwidth =~ /%$/) { $minwidth_time = $timemax * $minwidth_f / 100; } else { $minwidth_time = $minwidth_f / $widthpertime; } # prune blocks that are too narrow and determine max depth while (my ($id, $node) = each %Node) { my ($func, $depth, $etime) = split ";", $id; my $stime = $node->{stime}; die "missing start for $id" if not defined $stime; if (($etime-$stime) < $minwidth_time) { delete $Node{$id}; next; } $depthmax = $depth if $depth > $depthmax; } # draw canvas, and embed interactive JavaScript program my $imageheight = (($depthmax + 1) * $frameheight) + $ypad1 + $ypad2; $imageheight += $ypad3 if $subtitletext ne ""; my $titlesize = $fontsize + 5; my $im = SVG->new(); my ($black, $vdgrey, $dgrey) = ( $im->colorAllocate(0, 0, 0), $im->colorAllocate(160, 160, 160), $im->colorAllocate(200, 200, 200), ); $im->header($imagewidth, $imageheight); my $inc = < INC $im->include($inc); $im->filledRectangle(0, 0, $imagewidth, $imageheight, 'url(#background)'); $im->stringTTF("title", int($imagewidth / 2), $fontsize * 2, $titletext); $im->stringTTF("subtitle", int($imagewidth / 2), $fontsize * 4, $subtitletext) if $subtitletext ne ""; $im->stringTTF("details", $xpad, $imageheight - ($ypad2 / 2), " "); $im->stringTTF("unzoom", $xpad, $fontsize * 2, "Reset Zoom", 'class="hide"'); $im->stringTTF("search", $imagewidth - $xpad - 100, $fontsize * 2, "Search"); $im->stringTTF("ignorecase", $imagewidth - $xpad - 16, $fontsize * 2, "ic"); $im->stringTTF("matched", $imagewidth - $xpad - 100, $imageheight - ($ypad2 / 2), " "); if ($palette) { read_palette(); } # draw frames $im->group_start({id => "frames"}); while (my ($id, $node) = each %Node) { my ($func, $depth, $etime) = split ";", $id; my $stime = $node->{stime}; my $delta = $node->{delta}; $etime = $timemax if $func eq "" and $depth == 0; my $x1 = $xpad + $stime * $widthpertime; my $x2 = $xpad + $etime * $widthpertime; my ($y1, $y2); unless ($inverted) { $y1 = $imageheight - $ypad2 - ($depth + 1) * $frameheight + $framepad; $y2 = $imageheight - $ypad2 - $depth * $frameheight; } else { $y1 = $ypad1 + $depth * $frameheight; $y2 = $ypad1 + ($depth + 1) * $frameheight - $framepad; } # Add commas per perlfaq5: # https://perldoc.perl.org/perlfaq5#How-can-I-output-my-numbers-with-commas-added? my $samples = sprintf "%.0f", ($etime - $stime) * $factor; (my $samples_txt = $samples) =~ s/(^[-+]?\d+?(?=(?>(?:\d{3})+)(?!\d))|\G\d{3}(?=\d))/$1,/g; my $info; if ($func eq "" and $depth == 0) { $info = "all ($samples_txt $countname, 100%)"; } else { my $pct = sprintf "%.2f", ((100 * $samples) / ($timemax * $factor)); my $escaped_func = $func; # clean up SVG breaking characters: $escaped_func =~ s/&/&/g; $escaped_func =~ s//>/g; $escaped_func =~ s/"/"/g; $escaped_func =~ s/_\[[kwij]\]$//; # strip any annotation unless (defined $delta) { $info = "$escaped_func ($samples_txt $countname, $pct%)"; } else { my $d = $negate ? -$delta : $delta; my $deltapct = sprintf "%.2f", ((100 * $d) / ($timemax * $factor)); $deltapct = $d > 0 ? "+$deltapct" : $deltapct; $info = "$escaped_func ($samples_txt $countname, $pct%; $deltapct%)"; } } my $nameattr = { %{ $nameattr{$func}||{} } }; # shallow clone $nameattr->{title} ||= $info; $im->group_start($nameattr); my $color; if ($func eq "--") { $color = $vdgrey; } elsif ($func eq "-") { $color = $dgrey; } elsif (defined $delta) { $color = color_scale($delta, $maxdelta); } elsif ($palette) { $color = color_map($colors, $func); } else { $color = color($colors, $hash, $func); } $im->filledRectangle($x1, $y1, $x2, $y2, $color, 'rx="2" ry="2"'); my $chars = int( ($x2 - $x1) / ($fontsize * $fontwidth)); my $text = ""; if ($chars >= 3) { # room for one char plus two dots $func =~ s/_\[[kwij]\]$//; # strip any annotation $text = substr $func, 0, $chars; substr($text, -2, 2) = ".." if $chars < length $func; $text =~ s/&/&/g; $text =~ s//>/g; } $im->stringTTF(undef, $x1 + 3, 3 + ($y1 + $y2) / 2, $text); $im->group_end($nameattr); } $im->group_end(); print $im->svg; if ($palette) { write_palette(); } # vim: ts=8 sts=8 sw=8 noexpandtab ================================================ FILE: jmaps ================================================ #!/bin/bash # # jmaps - creates java /tmp/perf-PID.map symbol maps for all java processes. # # This is a helper script that finds all running "java" processes, then executes # perf-map-agent on them all, creating symbol map files in /tmp. These map files # are read by perf_events (aka "perf") when doing system profiles (specifically, # the "report" and "script" subcommands). # # USAGE: jmaps [-u] # -u # unfoldall: include inlined symbols # # My typical workflow is this: # # perf record -F 99 -a -g -- sleep 30; jmaps # perf script > out.stacks # ./stackcollapse-perf.pl out.stacks | ./flamegraph.pl --color=java --hash > out.stacks.svg # # The stackcollapse-perf.pl and flamegraph.pl programs come from: # https://github.com/brendangregg/FlameGraph # # REQUIREMENTS: # Tune two environment settings below. # # 13-Feb-2015 Brendan Gregg Created this. # 20-Feb-2017 " " Added -u for unfoldall. JAVA_HOME=${JAVA_HOME:-/usr/lib/jvm/java-8-oracle} AGENT_HOME=${AGENT_HOME:-/usr/lib/jvm/perf-map-agent} # from https://github.com/jvm-profiling-tools/perf-map-agent debug=0 if [[ "$USER" != root ]]; then echo "ERROR: not root user? exiting..." exit fi if [[ ! -x $JAVA_HOME ]]; then echo "ERROR: JAVA_HOME not set correctly; edit $0 and fix" exit fi if [[ ! -x $AGENT_HOME ]]; then echo "ERROR: AGENT_HOME not set correctly; edit $0 and fix" exit fi if [[ "$1" == "-u" ]]; then opts=unfoldall fi # figure out where the agent files are: AGENT_OUT="" AGENT_JAR="" if [[ -e $AGENT_HOME/out/attach-main.jar ]]; then AGENT_JAR=$AGENT_HOME/out/attach-main.jar elif [[ -e $AGENT_HOME/attach-main.jar ]]; then AGENT_JAR=$AGENT_HOME/attach-main.jar fi if [[ -e $AGENT_HOME/out/libperfmap.so ]]; then AGENT_OUT=$AGENT_HOME/out elif [[ -e $AGENT_HOME/libperfmap.so ]]; then AGENT_OUT=$AGENT_HOME fi if [[ "$AGENT_OUT" == "" || "$AGENT_JAR" == "" ]]; then echo "ERROR: Missing perf-map-agent files in $AGENT_HOME. Check installation." exit fi # Fetch map for all "java" processes echo "Fetching maps for all java processes..." for pid in $(pgrep -x java); do mapfile=/tmp/perf-$pid.map [[ -e $mapfile ]] && rm $mapfile cmd="cd $AGENT_OUT; $JAVA_HOME/bin/java -Xms32m -Xmx128m -cp $AGENT_JAR:$JAVA_HOME/lib/tools.jar net.virtualvoid.perf.AttachOnce $pid $opts" (( debug )) && echo $cmd user=$(ps ho user -p $pid) group=$(ps ho group -p $pid) if [[ "$user" != root ]]; then if [[ "$user" == [0-9]* ]]; then # UID only, likely GID too, run sudo with #UID: cmd="sudo -u '#'$user -g '#'$group sh -c '$cmd'" else cmd="sudo -u $user -g $group sh -c '$cmd'" fi fi echo "Mapping PID $pid (user $user):" if (( debug )); then time eval $cmd else eval $cmd fi if [[ -e "$mapfile" ]]; then chown root $mapfile chmod 666 $mapfile else echo "ERROR: $mapfile not created." fi echo "wc(1): $(wc $mapfile)" echo done ================================================ FILE: pkgsplit-perf.pl ================================================ #!/usr/bin/perl -w # # pkgsplit-perf.pl Split IP samples on package names "/", eg, Java. # # This is for the creation of Java package flame graphs. Example steps: # # perf record -F 199 -a -- sleep 30; ./jmaps # perf script | ./pkgsplit-perf.pl | ./flamegraph.pl > out.svg # # Note that stack traces are not sampled (no -g), as we split Java package # names into frames rather than stack frames. # # (jmaps is a helper script for automating perf-map-agent: Java symbol dumps.) # # The default output of "perf script" varies between kernel versions, so we'll # need to deal with that here. I could make people use the perf script option # to pick fields, so our input is static, but A) I prefer the simplicity of # just saying: run "perf script", and B) the option to choose fields itself # changed between kernel versions! -f became -F. # # Copyright 2017 Netflix, Inc. # Licensed under the Apache License, Version 2.0 (the "License") # # 20-Sep-2016 Brendan Gregg Created this. use strict; my $include_pname = 1; # include process names in stacks my $include_pid = 0; # include process ID with process name my $include_tid = 0; # include process & thread ID with process name while (<>) { # filter comments next if /^#/; # filter idle events next if /xen_hypercall_sched_op|cpu_idle|native_safe_halt/; my ($pid, $tid, $pname); # Linux 3.13: # java 13905 [000] 8048.096572: cpu-clock: 7fd781ac3053 Ljava/util/Arrays$ArrayList;::toArray (/tmp/perf-12149.map) # java 8301 [050] 13527.392454: cycles: 7fa8a80d9bff Dictionary::find(int, unsigned int, Symbol*, ClassLoaderData*, Handle, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.121/jre/lib/amd64/server/libjvm.so) # java 4567/8603 [023] 13527.389886: cycles: 7fa863349895 Lcom/google/gson/JsonObject;::add (/tmp/perf-4567.map) # # Linux 4.8: # java 30894 [007] 452884.077440: 10101010 cpu-clock: 7f0acc8eff67 Lsun/nio/ch/SocketChannelImpl;::read+0x27 (/tmp/perf-30849.map) # bash 26858/26858 [006] 5440237.995639: cpu-clock: 433573 [unknown] (/bin/bash) # if (/^\s+(\S.+?)\s+(\d+)\/*(\d+)*\s.*?:.*:/) { # parse process name and pid/tid if ($3) { ($pid, $tid) = ($2, $3); } else { ($pid, $tid) = ("?", $2); } if ($include_tid) { $pname = "$1-$pid/$tid"; } elsif ($include_pid) { $pname = "$1-$pid"; } else { $pname = $1; } $pname =~ tr/ /_/; } else { # not a match next; } # parse rest of line s/^.*?:.*?:\s+//; s/ \(.*?\)$//; chomp; my ($addr, $func) = split(' ', $_, 2); # strip Java's leading "L" $func =~ s/^L//; # replace numbers with X $func =~ s/[0-9]/X/g; # colon delimitered $func =~ s:/:;:g; print "$pname;$func 1\n"; } ================================================ FILE: range-perf.pl ================================================ #!/usr/bin/perl -w # # range-perf Extract a time range from Linux "perf script" output. # # USAGE EXAMPLE: # # perf record -F 100 -a -- sleep 60 # perf script | ./perf2range.pl 10 20 # range 10 to 20 seconds only # perf script | ./perf2range.pl 0 0.5 # first half second only # # MAKING A SERIES OF FLAME GRAPHS: # # Let's say you had the output of "perf script" in a file, out.stacks01, which # was for a 180 second profile. The following command creates a series of # flame graphs for each 10 second interval: # # for i in `seq 0 10 170`; do cat out.stacks01 | \ # ./perf2range.pl $i $((i + 10)) | ./stackcollapse-perf.pl | \ # grep -v cpu_idle | ./flamegraph.pl --hash --color=java \ # --title="range $i $((i + 10))" > out.range_$i.svg; echo $i done; done # # In that example, I used "--color=java" for the Java palette, and excluded # the idle CPU task. Customize as needed. # # Copyright 2017 Netflix, Inc. # Licensed under the Apache License, Version 2.0 (the "License") # # 21-Feb-2017 Brendan Gregg Created this. use strict; use Getopt::Long; use POSIX 'floor'; sub usage { die < \$timeraw, 'timezerosecs' => \$timezerosecs, ) or usage(); if (@ARGV < 2 || $ARGV[0] eq "-h" || $ARGV[0] eq "--help") { usage(); exit; } my $begin = $ARGV[0]; my $end = $ARGV[1]; # # Parsing # # IP only examples: # # java 52025 [026] 99161.926202: cycles: # java 14341 [016] 252732.474759: cycles: 7f36571947c0 nmethod::is_nmethod() const (/... # java 14514 [022] 28191.353083: cpu-clock: 7f92b4fdb7d4 Ljava_util_List$size$0;::call (/tmp/perf-11936.map) # swapper 0 [002] 6035557.056977: 10101010 cpu-clock: ffffffff810013aa xen_hypercall_sched_op+0xa (/lib/modules/4.9-virtual/build/vmlinux) # bash 25370 603are 6036.991603: 10101010 cpu-clock: 4b931e [unknown] (/bin/bash) # bash 25370/25370 6036036.799684: cpu-clock: 4b913b [unknown] (/bin/bash) # other combinations are possible. # # Stack examples (-g): # # swapper 0 [021] 28648.467059: cpu-clock: # ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) # ffffffff8101cb2f default_idle ([kernel.kallsyms]) # ffffffff8101d406 arch_cpu_idle ([kernel.kallsyms]) # ffffffff810bf475 cpu_startup_entry ([kernel.kallsyms]) # ffffffff81010228 cpu_bringup_and_idle ([kernel.kallsyms]) # # java 14375 [022] 28648.467079: cpu-clock: # 7f92bdd98965 Ljava/io/OutputStream;::write (/tmp/perf-11936.map) # 7f8808cae7a8 [unknown] ([unknown]) # # swapper 0 [005] 5076.836336: cpu-clock: # ffffffff81051586 native_safe_halt ([kernel.kallsyms]) # ffffffff8101db4f default_idle ([kernel.kallsyms]) # ffffffff8101e466 arch_cpu_idle ([kernel.kallsyms]) # ffffffff810c2b31 cpu_startup_entry ([kernel.kallsyms]) # ffffffff810427cd start_secondary ([kernel.kallsyms]) # # swapper 0 [002] 6034779.719110: 10101010 cpu-clock: # 2013aa xen_hypercall_sched_op+0xfe20000a (/lib/modules/4.9-virtual/build/vmlinux) # a72f0e default_idle+0xfe20001e (/lib/modules/4.9-virtual/build/vmlinux) # 2392bf arch_cpu_idle+0xfe20000f (/lib/modules/4.9-virtual/build/vmlinux) # a73333 default_idle_call+0xfe200023 (/lib/modules/4.9-virtual/build/vmlinux) # 2c91a4 cpu_startup_entry+0xfe2001c4 (/lib/modules/4.9-virtual/build/vmlinux) # 22b64a cpu_bringup_and_idle+0xfe20002a (/lib/modules/4.9-virtual/build/vmlinux) # # bash 25370/25370 6035935.188539: cpu-clock: # b9218 [unknown] (/bin/bash) # 2037fe8 [unknown] ([unknown]) # other combinations are possible. # # This regexp matches the event line, and puts time in $1, and the event name # in $2: # my $event_regexp = qr/ +([0-9\.]+): *\S* *(\S+):/; my $line; my $start = 0; my $ok = 0; my $time; while (1) { $line = ; last unless defined $line; next if $line =~ /^#/; # skip comments if ($line =~ $event_regexp) { my ($ts, $event) = ($1, $2, $3); $start = $ts if $start == 0; if ($timezerosecs) { $time = $ts - floor($start); } elsif (!$timeraw) { $time = $ts - $start; } else { $time = $ts; # raw times } $ok = 1 if $time >= $begin; # assume samples are in time order: exit if $time > $end; } print $line if $ok; } ================================================ FILE: record-test.sh ================================================ #!/bin/bash # # record-test.sh - Overwrite flame graph test result files. # # See test.sh, which checks these resulting files. # # Currently only tests stackcollapse-perf.pl. set -v -x # ToDo: add some form of --inline, and --inline --context tests. These are # tricky since they use addr2line, whose output will vary based on the test # system's binaries and symbol tables. for opt in pid tid kernel jit all addrs; do for testfile in test/*.txt ; do echo testing $testfile : $opt outfile=${testfile#*/} outfile=test/results/${outfile%.txt}"-collapsed-${opt}.txt" ./stackcollapse-perf.pl --"${opt}" "${testfile}" 2> /dev/null > $outfile done done ================================================ FILE: stackcollapse-aix.pl ================================================ #!/usr/bin/perl -ws # # stackcollapse-aix Collapse AIX /usr/bin/procstack backtraces # # Parse a list of backtraces as generated with the poor man's aix-perf.pl # profiler # use strict; my $process = ""; my $current = ""; my $previous_function = ""; my %stacks; while(<>) { chomp; if (m/^\d+:/) { if(!($current eq "")) { $current = $process . ";" . $current; $stacks{$current} += 1; $current = ""; } m/^\d+: ([^ ]*)/; $process = $1; $current = ""; } elsif(m/^---------- tid# \d+/){ if(!($current eq "")) { $current = $process . ";" . $current; $stacks{$current} += 1; } $current = ""; } elsif(m/^(0x[0-9abcdef]*) *([^ ]*) ([^ ]*) ([^ ]*)/) { my $function = $2; my $alt = $1; $function=~s/\(.*\)?//; if($function =~ /^\[.*\]$/) { $function = $alt; } if ($current) { $current = $function . ";" . $current; } else { $current = $function; } } } if(!($current eq "")) { $current = $process . ";" . $current; $stacks{$current} += 1; $current = ""; $process = ""; } foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-bpftrace.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-bpftrace.pl collapse bpftrace samples into single lines. # # USAGE ./stackcollapse-bpftrace.pl infile > outfile # # Example input: # # @[ # _raw_spin_lock_bh+0 # tcp_recvmsg+808 # inet_recvmsg+81 # sock_recvmsg+67 # sock_read_iter+144 # new_sync_read+228 # __vfs_read+41 # vfs_read+142 # sys_read+85 # do_syscall_64+115 # entry_SYSCALL_64_after_hwframe+61 # ]: 3 # # Example output: # # entry_SYSCALL_64_after_hwframe+61;do_syscall_64+115;sys_read+85;vfs_read+142;__vfs_read+41;new_sync_read+228;sock_read_iter+144;sock_recvmsg+67;inet_recvmsg+81;tcp_recvmsg+808;_raw_spin_lock_bh+0 3 # # Copyright 2018 Peter Sanford. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # (http://www.gnu.org/copyleft/gpl.html) # use strict; my @stack; my $in_stack = 0; foreach (<>) { chomp; if (!$in_stack) { if (/^@\[$/) { $in_stack = 1; } elsif (/^@\[,\s(.*)\]: (\d+)/) { print $1 . " $2\n"; } } else { if (m/^,?\s?(.*)\]: (\d+)/) { if (length $1) { push(@stack, $1); } print join(';', reverse(@stack)) . " $2\n"; $in_stack = 0; @stack = (); } else { $_ =~ s/^\s+//; push(@stack, $_); } } } ================================================ FILE: stackcollapse-chrome-tracing.py ================================================ #!/usr/bin/python # # stackcolllapse-chrome-tracing.py collapse Trace Event Format [1] # callstack events into single lines. # # [1] https://github.com/catapult-project/catapult/wiki/Trace-Event-Format # # USAGE: ./stackcollapse-chrome-tracing.py input_json [input_json...] > outfile # # Example input: # # {"traceEvents":[ # {"pid":1,"tid":2,"ts":0,"ph":"X","name":"Foo","dur":50}, # {"pid":1,"tid":2,"ts":10,"ph":"X","name":"Bar","dur":30} # ]} # # Example output: # # Foo 20.0 # Foo;Bar 30.0 # # Input may contain many stack trace events from many processes/threads. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 4-Jan-2018 Marcin Kolny Created this. import argparse import json stack_identifiers = {} class Event: def __init__(self, label, timestamp, dur): self.label = label self.timestamp = timestamp self.duration = dur self.total_duration = dur def get_stop_timestamp(self): return self.timestamp + self.duration def cantor_pairing(a, b): s = a + b return s * (s + 1) / 2 + b def get_trace_events(trace_file, events_dict): json_data = json.load(trace_file) for entry in json_data['traceEvents']: if entry['ph'] == 'X': cantor_val = cantor_pairing(int(entry['tid']), int(entry['pid'])) if 'dur' not in entry: continue if cantor_val not in events_dict: events_dict[cantor_val] = [] events_dict[cantor_val].append(Event(entry['name'], float(entry['ts']), float(entry['dur']))) def load_events(trace_files): events = {} for trace_file in trace_files: get_trace_events(trace_file, events) for key in events: events[key].sort(key=lambda x: x.timestamp) return events def save_stack(stack): first = True event = None identifier = '' for event in stack: if first: first = False else: identifier += ';' identifier += event.label if not event: return if identifier in stack_identifiers: stack_identifiers[identifier] += event.total_duration else: stack_identifiers[identifier] = event.total_duration def load_stack_identifiers(events): event_stack = [] for e in events: if not event_stack: event_stack.append(e) else: while event_stack and event_stack[-1].get_stop_timestamp() <= e.timestamp: save_stack(event_stack) event_stack.pop() if event_stack: event_stack[-1].total_duration -= e.duration event_stack.append(e) while event_stack: save_stack(event_stack) event_stack.pop() parser = argparse.ArgumentParser() parser.add_argument('input_file', nargs='+', type=argparse.FileType('r'), help='Chrome Tracing input files') args = parser.parse_args() all_events = load_events(args.input_file) for tid_pid in all_events: load_stack_identifiers(all_events[tid_pid]) for identifiers, duration in stack_identifiers.items(): print(identifiers + ' ' + str(duration)) ================================================ FILE: stackcollapse-elfutils.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-elfutils Collapse elfutils stack (eu-stack) backtraces # # Parse a list of elfutils backtraces as generated with the poor man's # profiler [1]: # # for x in $(seq 1 "$nsamples"); do # eu-stack -p "$pid" "$@" # sleep "$sleeptime" # done # # [1] http://poormansprofiler.org/ # # Copyright 2014 Gabriel Corona. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END use strict; use Getopt::Long; my $with_pid = 0; my $with_tid = 0; GetOptions('pid' => \$with_pid, 'tid' => \$with_tid) or die < outfile\n --pid # include PID --tid # include TID USAGE_END my $pid = ""; my $tid = ""; my $current = ""; my $previous_function = ""; my %stacks; sub add_current { if(!($current eq "")) { my $entry; if ($with_tid) { $current = "TID=$tid;$current"; } if ($with_pid) { $current = "PID=$pid;$current"; } $stacks{$current} += 1; $current = ""; } } while(<>) { chomp; if (m/^PID ([0-9]*)/) { add_current(); $pid = $1; } elsif(m/^TID ([0-9]*)/) { add_current(); $tid = $1; } elsif(m/^#[0-9]* *0x[0-9a-f]* (.*)/) { if ($current eq "") { $current = $1; } else { $current = "$1;$current"; } } elsif(m/^#[0-9]* *0x[0-9a-f]*/) { if ($current eq "") { $current = "[unknown]"; } else { $current = "[unknown];$current"; } } } add_current(); foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-faulthandler.pl ================================================ #!/usr/bin/perl -ws # # stackcollapse-faulthandler Collapse Python faulthandler backtraces # # Parse a list of Python faulthandler backtraces as generated with # faulthandler.dump_traceback_later. # # Copyright 2014 Gabriel Corona. All rights reserved. # Copyright 2017 Jonathan Kolb. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END use strict; my $current = ""; my %stacks; while(<>) { chomp; if (m/^Thread/) { $current="" } elsif(m/^ File "([^"]*)", line ([0-9]*) in (.*)/) { my $function = $1 . ":" . $2 . ":" . $3; if ($current eq "") { $current = $function; } else { $current = $function . ";" . $current; } } elsif(!($current eq "")) { $stacks{$current} += 1; $current = ""; } } if(!($current eq "")) { $stacks{$current} += 1; $current = ""; } foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-gdb.pl ================================================ #!/usr/bin/perl -ws # # stackcollapse-gdb Collapse GDB backtraces # # Parse a list of GDB backtraces as generated with the poor man's # profiler [1]: # # for x in $(seq 1 500); do # gdb -ex "set pagination 0" -ex "thread apply all bt" -batch -p $pid 2> /dev/null # sleep 0.01 # done # # [1] http://poormansprofiler.org/ # # Copyright 2014 Gabriel Corona. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END use strict; my $current = ""; my $previous_function = ""; my %stacks; while(<>) { chomp; if (m/^Thread/) { $current="" } elsif(m/^#[0-9]* *([^ ]*) ([^ ]*) ([^ ]*) ([^ ]*)/) { my $function = $3; my $alt = $1; if(not($1 =~ /0x[a-zA-Z0-9]*/)) { $function = $alt; } if ($current eq "") { $current = $function; } else { $current = $function . ";" . $current; } } elsif(!($current eq "")) { $stacks{$current} += 1; $current = ""; } } if(!($current eq "")) { $stacks{$current} += 1; $current = ""; } foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-go.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-go.pl collapse golang samples into single lines. # # Parses golang smaples generated by "go tool pprof" and outputs stacks as # single lines, with methods separated by semicolons, and then a space and an # occurrence count. For use with flamegraph.pl. # # USAGE: ./stackcollapse-go.pl infile > outfile # # Example Input: # ... # Samples: # samples/count cpu/nanoseconds # 1 10000000: 1 2 # 2 10000000: 3 2 # 1 10000000: 4 2 # ... # Locations # 1: 0x58b265 scanblock :0 s=0 # 2: 0x599530 GC :0 s=0 # 3: 0x58a999 flushptrbuf :0 s=0 # 4: 0x58d6a8 runtime.MSpan_Sweep :0 s=0 # ... # Mappings # ... # # Example Output: # # GC;flushptrbuf 2 # GC;runtime.MSpan_Sweep 1 # GC;scanblock 1 # # Input may contain many stacks as generated from go tool pprof: # # go tool pprof -seconds=60 -raw -output=a.pprof http://$ADDR/debug/pprof/profile # # For format of text profile, See golang/src/internal/pprof/profile/profile.go # # Copyright 2017 Sijie Yang (yangsijie@baidu.com). All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # (http://www.gnu.org/copyleft/gpl.html) # # 16-Jan-2017 Sijie Yang Created this. use strict; use Getopt::Long; # tunables my $help = 0; sub usage { die < outfile\n USAGE_END } GetOptions( 'help' => \$help, ) or usage(); $help && usage(); # internals my $state = "ignore"; my %stacks; my %frames; my %collapsed; sub remember_stack { my ($stack, $count) = @_; $stacks{$stack} += $count; } # # Output stack string in required format. For example, for the following samples, # format_statck() would return GC;runtime.MSpan_Sweep for stack "4 2" # # Locations # 1: 0x58b265 scanblock :0 s=0 # 2: 0x599530 GC :0 s=0 # 3: 0x58a999 flushptrbuf :0 s=0 # 4: 0x58d6a8 runtime.MSpan_Sweep :0 s=0 # sub format_statck { my ($stack) = @_; my @loc_list = split(/ /, $stack); for (my $i=0; $i<=$#loc_list; $i++) { my $loc_name = $frames{$loc_list[$i]}; $loc_list[$i] = $loc_name if ($loc_name); } return join(";", reverse(@loc_list)); } foreach (<>) { next if m/^#/; chomp; if ($state eq "ignore") { if (/Samples:/) { $state = "sample"; next; } } elsif ($state eq "sample") { if (/^\s*([0-9]+)\s*[0-9]+: ([0-9 ]+)/) { my $samples = $1; my $stack = $2; remember_stack($stack, $samples); } elsif (/Locations/) { $state = "location"; next; } } elsif ($state eq "location") { if (/^\s*([0-9]*): 0x[0-9a-f]+ (M=[0-9]+ )?([^ ]+) .*/) { my $loc_id = $1; my $loc_name = $3; $frames{$loc_id} = $loc_name; } elsif (/Mappings/) { $state = "mapping"; last; } } } foreach my $k (keys %stacks) { my $stack = format_statck($k); my $count = $stacks{$k}; $collapsed{$stack} += $count; } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-ibmjava.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-ibmjava.pl collapse jstack samples into single lines. # # Parses Java stacks generated by IBM Java with methods separated by semicolons, # and then a space and an occurrence count. # # USAGE: ./stackcollapse-ibmjava.pl infile > outfile # # Example input: # # NULL # 1XMTHDINFO Thread Details # NULL # NULL # 3XMTHREADINFO "Default Executor-thread-149164" J9VMThread:0x0000000008132B00, j9thread_t:0x000000001A810B90, java/lang/Thread:0x0000000712BE8E48, state:R, prio=5 # 3XMJAVALTHREAD (java/lang/Thread getId:0x3493E, isDaemon:true) # 3XMTHREADINFO1 (native thread ID:0x3158, native priority:0x5, native policy:UNKNOWN, vmstate:R, vm thread flags:0x00000001) # 3XMCPUTIME CPU usage total: 0.421875000 secs, user: 0.343750000 secs, system: 0.078125000 secs, current category="Application" # 3XMHEAPALLOC Heap bytes allocated since last GC cycle=0 (0x0) # 3XMTHREADINFO3 Java callstack: # 4XESTACKTRACE at java/net/SocketInputStream.socketRead0(Native Method) # 4XESTACKTRACE at java/net/SocketInputStream.socketRead(SocketInputStream.java:127(Compiled Code)) # 4XESTACKTRACE at java/net/SocketInputStream.read(SocketInputStream.java:182(Compiled Code)) # 4XESTACKTRACE at java/net/SocketInputStream.read(SocketInputStream.java:152(Compiled Code)) # 4XESTACKTRACE at java/io/FilterInputStream.read(FilterInputStream.java:144(Compiled Code)) # ... # 4XESTACKTRACE at java/lang/Thread.run(Thread.java:785(Compiled Code)) # # Example output: # # Default Executor-thread-149164;java/lang/Thread.run;java/net/SocketInputStream/read;java/net/SocketInputStream.socketRead0 1 # # # Copyright 2014 Federico Juinio. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # (http://www.gnu.org/copyleft/gpl.html) # # 23-Aug-2023 Federico Juinio created this based from stackcollapse-jstack.pl use strict; use Getopt::Long; # tunables my $include_tname = 1; # include thread names in stacks my $include_tid = 0; # include thread IDs in stacks my $shorten_pkgs = 0; # shorten package names my $help = 0; sub usage { die < outfile\n --include-tname --no-include-tname # include/omit thread names in stacks (default: include) --include-tid --no-include-tid # include/omit thread IDs in stacks (default: omit) --shorten-pkgs --no-shorten-pkgs # (don't) shorten package names (default: don't shorten) eg, $0 --no-include-tname stacks.txt > collapsed.txt USAGE_END } GetOptions( 'include-tname!' => \$include_tname, 'include-tid!' => \$include_tid, 'shorten-pkgs!' => \$shorten_pkgs, 'help' => \$help, ) or usage(); $help && usage(); # internals my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my @stack; my $tname; my $state = "?"; foreach (<>) { next if m/^#/; chomp; if (m/^3XMTHREADINFO3 Native callstack:/) { # save stack if (defined $tname) { unshift @stack, $tname; } remember_stack(join(";", @stack), 1) if @stack; undef @stack; undef $tname; $state = "?"; next; } # look for thread header line and parse thread name and state if (/^3XMTHREADINFO "([^"]*).* state:(.*), /) { my $name = $1; if ($include_tname) { $tname = $name; } $state = $2; # special handling for "Anonymous native threads" } elsif (/3XMTHREADINFO Anonymous native thread/) { $tname = "Anonymous native thread"; # look for thread id } elsif (/^3XMTHREADINFO1 \(native thread ID:([^ ]*), native priority/) { if ($include_tname && $include_tid) { $tname = $tname . "-" . $1 } # collect stack frames } elsif (/^4XESTACKTRACE at ([^\(]*)/) { my $func = $1; if ($shorten_pkgs) { my ($pkgs, $clsFunc) = ( $func =~ m/(.*\.)([^.]+\.[^.]+)$/ ); $pkgs =~ s/(\w)\w*/$1/g; $func = $pkgs . $clsFunc; } unshift @stack, $func; } } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-instruments.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-instruments.pl # # Parses a file containing a call tree as produced by XCode Instruments # (Edit > Deep Copy) and produces output suitable for flamegraph.pl. # # USAGE: ./stackcollapse-instruments.pl infile > outfile use strict; my @stack = (); <>; foreach (<>) { chomp; /\d+\.\d+ (?:min|s|ms)\s+\d+\.\d+%\s+(\d+(?:\.\d+)?) (min|s|ms)\t \t(\s*)(.+)/ or die; my $func = $4; my $depth = length ($3); $stack [$depth] = $4; foreach my $i (0 .. $depth - 1) { print $stack [$i]; print ";"; } my $time = 0 + $1; if ($2 eq "min") { $time *= 60*1000; } elsif ($2 eq "s") { $time *= 1000; } printf("%s %.0f\n", $func, $time); } ================================================ FILE: stackcollapse-java-exceptions.pl ================================================ #!/usr/bin/perl -w # # stackcolllapse-java-exceptions.pl collapse java exceptions (found in logs) into single lines. # # Parses Java error stacks found in a log file and outputs them as # single lines, with methods separated by semicolons, and then a space and an # occurrence count. Inspired by stackcollapse-jstack.pl except that it does # not act as a performance profiler. # # It can be useful if a Java process dumps a lot of different stacks in its logs # and you want to quickly identify the biggest culprits. # # USAGE: ./stackcollapse-java-exceptions.pl infile > outfile # # Copyright 2018 Paul de Verdiere. All rights reserved. use strict; use Getopt::Long; # tunables my $shorten_pkgs = 0; # shorten package names my $no_pkgs = 0; # really shorten package names!! my $help = 0; sub usage { die < outfile\n --shorten-pkgs : shorten package names --no-pkgs : suppress package names (makes SVG much more readable) USAGE_END } GetOptions( 'shorten-pkgs!' => \$shorten_pkgs, 'no-pkgs!' => \$no_pkgs, 'help' => \$help, ) or usage(); $help && usage(); my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my @stack; foreach (<>) { chomp; if (/^\s*at ([^\(]*)/) { my $func = $1; if ($shorten_pkgs || $no_pkgs) { my ($pkgs, $clsFunc) = ( $func =~ m/(.*\.)([^.]+\.[^.]+)$/ ); $pkgs =~ s/(\w)\w*/$1/g; $func = $no_pkgs ? $clsFunc: $pkgs . $clsFunc; } unshift @stack, $func; } elsif (@stack ) { next if m/.*waiting on .*/; remember_stack(join(";", @stack), 1) if @stack; undef @stack; } } remember_stack(join(";", @stack), 1) if @stack; foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-jstack.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-jstack.pl collapse jstack samples into single lines. # # Parses Java stacks generated by jstack(1) and outputs RUNNABLE stacks as # single lines, with methods separated by semicolons, and then a space and an # occurrence count. This also filters some other "RUNNABLE" states that we # know are probably not running, such as epollWait. For use with flamegraph.pl. # # You want this to process the output of at least 100 jstack(1)s. ie, run it # 100 times with a sleep interval, and append to a file. This is really a poor # man's Java profiler, due to the overheads of jstack(1), and how it isn't # capturing stacks asynchronously. For a better profiler, see: # http://www.brendangregg.com/blog/2014-06-12/java-flame-graphs.html # # USAGE: ./stackcollapse-jstack.pl infile > outfile # # Example input: # # "MyProg" #273 daemon prio=9 os_prio=0 tid=0x00007f273c038800 nid=0xe3c runnable [0x00007f28a30f2000] # java.lang.Thread.State: RUNNABLE # at java.net.SocketInputStream.socketRead0(Native Method) # at java.net.SocketInputStream.read(SocketInputStream.java:121) # ... # at java.lang.Thread.run(Thread.java:744) # # Example output: # # MyProg;java.lang.Thread.run;java.net.SocketInputStream.read;java.net.SocketInputStream.socketRead0 1 # # Input may be created and processed using: # # i=0; while (( i++ < 200 )); do jstack PID >> out.jstacks; sleep 10; done # cat out.jstacks | ./stackcollapse-jstack.pl > out.stacks-folded # # WARNING: jstack(1) incurs overheads. Test before use, or use a real profiler. # # Copyright 2014 Brendan Gregg. All rights reserved. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # (http://www.gnu.org/copyleft/gpl.html) # # 14-Sep-2014 Brendan Gregg Created this. use strict; use Getopt::Long; # tunables my $include_tname = 1; # include thread names in stacks my $include_tid = 0; # include thread IDs in stacks my $shorten_pkgs = 0; # shorten package names my $help = 0; sub usage { die < outfile\n --include-tname --no-include-tname # include/omit thread names in stacks (default: include) --include-tid --no-include-tid # include/omit thread IDs in stacks (default: omit) --shorten-pkgs --no-shorten-pkgs # (don't) shorten package names (default: don't shorten) eg, $0 --no-include-tname stacks.txt > collapsed.txt USAGE_END } GetOptions( 'include-tname!' => \$include_tname, 'include-tid!' => \$include_tid, 'shorten-pkgs!' => \$shorten_pkgs, 'help' => \$help, ) or usage(); $help && usage(); # internals my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my @stack; my $tname; my $state = "?"; foreach (<>) { next if m/^#/; chomp; if (m/^$/) { # only include RUNNABLE states goto clear if $state ne "RUNNABLE"; # save stack if (defined $tname) { unshift @stack, $tname; } remember_stack(join(";", @stack), 1) if @stack; clear: undef @stack; undef $tname; $state = "?"; next; } # # While parsing jstack output, the $state variable may be altered from # RUNNABLE to other states. This causes the stacks to be filtered later, # since only RUNNABLE stacks are included. # if (/^"([^"]*)/) { my $name = $1; if ($include_tname) { $tname = $name; unless ($include_tid) { $tname =~ s/-\d+$//; } } # set state for various background threads $state = "BACKGROUND" if $name =~ /C. CompilerThread/; $state = "BACKGROUND" if $name =~ /Signal Dispatcher/; $state = "BACKGROUND" if $name =~ /Service Thread/; $state = "BACKGROUND" if $name =~ /Attach Listener/; } elsif (/java.lang.Thread.State: (\S+)/) { $state = $1 if $state eq "?"; } elsif (/^\s*at ([^\(]*)/) { my $func = $1; if ($shorten_pkgs) { my ($pkgs, $clsFunc) = ( $func =~ m/(.*\.)([^.]+\.[^.]+)$/ ); $pkgs =~ s/(\w)\w*/$1/g; $func = $pkgs . $clsFunc; } unshift @stack, $func; # fix state for epollWait $state = "WAITING" if $func =~ /epollWait/; $state = "WAITING" if $func =~ /EPoll\.wait/; # fix state for various networking functions $state = "NETWORK" if $func =~ /socketAccept$/; $state = "NETWORK" if $func =~ /Socket.*accept0$/; $state = "NETWORK" if $func =~ /socketRead0$/; } elsif (/^\s*-/ or /^2\d\d\d-/ or /^Full thread dump/ or /^JNI global references:/) { # skip these info lines next; } else { warn "Unrecognized line: $_"; } } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-ljp.awk ================================================ #!/usr/bin/awk -f # # stackcollapse-ljp.awk collapse lightweight java profile reports # into single lines stacks. # # Parses a list of multiline stacks generated by: # # https://code.google.com/p/lightweight-java-profiler # # and outputs a semicolon separated stack followed by a space and a count. # # USAGE: ./stackcollapse-ljp.pl infile > outfile # # Example input: # # 42 3 my_func_b(prog.java:455) # my_func_a(prog.java:123) # java.lang.Thread.run(Thread.java:744) # [...] # # Example output: # # java.lang.Thread.run;my_func_a;my_func_b 42 # # The unused number is the number of frames in each stack. # # Copyright 2014 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 12-Jun-2014 Brendan Gregg Created this. $1 == "Total" { # We're done. Print last stack and exit. print stack, count exit } { # Strip file location. Comment this out to keep. gsub(/\(.*\)/, "") } NF == 3 { # New stack begins. Print previous buffered stack. if (count) print stack, count # Begin a new stack. count = $1 stack = $3 } NF == 1 { # Build stack. stack = $1 ";" stack } ================================================ FILE: stackcollapse-perf-sched.awk ================================================ #!/usr/bin/awk -f # # This program generates collapsed off-cpu stacks fit for use by flamegraph.pl # from scheduler data collected via perf_events. # # Outputs the cumulative time off cpu in us for each distinct stack observed. # # Some awk variables further control behavior: # # record_tid If truthy, causes all stack traces to include the # command and LWP id. # # record_wake_stack If truthy, stacks include the frames from the wakeup # event in addition to the sleep event. # See http://www.brendangregg.com/FlameGraphs/offcpuflamegraphs.html#Wakeup # # recurse If truthy, attempt to recursively identify and # visualize the full wakeup stack chain. # See http://www.brendangregg.com/FlameGraphs/offcpuflamegraphs.html#ChainGraph # # Note that this is only an approximation, as only the # last sleep event is recorded (e.g. if a thread slept # multiple times before waking another thread, only the # last sleep event is used). Implies record_wake_stack=1 # # To set any of these variables from the command line, run via: # # stackcollapse-perf-sched.awk -v recurse=1 # # == Important warning == # # WARNING: tracing all scheduler events is very high overhead in perf. Even # more alarmingly, there appear to be bugs in perf that prevent it from reliably # getting consistent traces (even with large trace buffers), causing it to # produce empty perf.data files with error messages of the form: # # 0x952790 [0x736d]: failed to process type: 3410 # # This failure is not determinisitic, so re-executing perf record will # eventually succeed. # # == Usage == # # First, record data via perf_events: # # sudo perf record -g -e 'sched:sched_switch' \ # -e 'sched:sched_stat_sleep' -e 'sched:sched_stat_blocked' \ # -p -o perf.data -- sleep 1 # # Then post process with this script: # # sudo perf script -f time,comm,pid,tid,event,ip,sym,dso,trace -i perf.data | \ # stackcollapse-perf-sched.awk -v recurse=1 | \ # flamegraph.pl --color=io --countname=us >out.svg # # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright (c) 2015 by MemSQL. All rights reserved. # # # Match a perf captured variable, returning just the contents. For example, for # the following line, get_perf_captured_variable("pid") would return "27235": # # swapper 0 [006] 708189.626415: sched:sched_stat_sleep: comm=memsqld pid=27235 delay=100078421 [ns # function get_perf_captured_variable(variable) { match($0, variable "=[^[:space:]]+") return substr($0, RSTART + length(variable) + 1, RLENGTH - length(variable) - 1) } # # The timestamp is the first field that ends in a colon, e.g.: # # swapper 0 [006] 708189.626415: sched:sched_stat_sleep: comm=memsqld pid=27235 delay=100078421 [ns # # or # # swapper 0/0 708189.626415: sched:sched_stat_sleep: comm=memsqld pid=27235 delay=100078421 [ns] # function get_perf_timestamp() { match($0, " [^ :]+:") return substr($0, RSTART + 1, RLENGTH - 2) } !/^#/ && /sched:sched_switch/ { switchcommand = get_perf_captured_variable("comm") switchpid = get_perf_captured_variable("prev_pid") switchtime=get_perf_timestamp() switchstack="" } # # Strip the function name from a stack entry # # Stack entry is expected to be formatted like: # c60849 MyClass::Foo(unsigned long) (/home/areece/a.out) # function get_function_name() { # We start from 2 since we don't need the hex offset. # We stop at NF - 1 since we don't need the library path. funcname = $2 for (i = 3; i <= NF - 1; i++) { funcname = funcname " " $i } return funcname } (switchpid != 0 && /^\s/) { if (switchstack == "") { switchstack = get_function_name() } else { switchstack = get_function_name() ";" switchstack } } (switchpid != 0 && /^$/) { switch_stacks[switchpid] = switchstack delete last_switch_stacks[switchpid] switch_time[switchpid] = switchtime switchpid=0 switchcommand="" switchstack="" } !/^#/ && (/sched:sched_stat_sleep/ || /sched:sched_stat_blocked/) { wakecommand=$1 wakepid=$2 waketime=get_perf_timestamp() stat_next_command = get_perf_captured_variable("comm") stat_next_pid = get_perf_captured_variable("pid") stat_delay_ns = int(get_perf_captured_variable("delay")) wakestack="" } (stat_next_pid != 0 && /^\s/) { if (wakestack == "") { wakestack = get_function_name() } else { # We build the wakestack in reverse order. wakestack = wakestack ";" get_function_name() } } (stat_next_pid != 0 && /^$/) { # # For some reason, perf appears to output duplicate # sched:sched_stat_sleep and sched:sched_stat_blocked events. We only # handle the first event. # if (stat_next_pid in switch_stacks) { last_wake_time[stat_next_pid] = waketime stack = switch_stacks[stat_next_pid] if (recurse || record_wake_stack) { stack = stack ";" wakestack if (record_tid) { stack = stack ";" wakecommand "-" wakepid } else { stack = stack ";" wakecommand } } if (recurse) { if (last_wake_time[wakepid] > last_switch_time[stat_next_pid]) { stack = stack ";-;" last_switch_stacks[wakepid] } last_switch_stacks[stat_next_pid] = stack } delete switch_stacks[stat_next_pid] if (record_tid) { stack_times[stat_next_command "-" stat_next_pid ";" stack] += stat_delay_ns } else { stack_times[stat_next_command ";" stack] += stat_delay_ns } } wakecommand="" wakepid=0 stat_next_pid=0 stat_next_command="" stat_delay_ms=0 } END { for (stack in stack_times) { if (int(stack_times[stack] / 1000) > 0) { print stack, int(stack_times[stack] / 1000) } } } ================================================ FILE: stackcollapse-perf.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-perf.pl collapse perf samples into single lines. # # Parses a list of multiline stacks generated by "perf script", and # outputs a semicolon separated stack followed by a space and a count. # If memory addresses (+0xd) are present, they are stripped, and resulting # identical stacks are colased with their counts summed. # # USAGE: ./stackcollapse-perf.pl [options] infile > outfile # # Run "./stackcollapse-perf.pl -h" to list options. # # Example input: # # swapper 0 [000] 158665.570607: cpu-clock: # ffffffff8103ce3b native_safe_halt ([kernel.kallsyms]) # ffffffff8101c6a3 default_idle ([kernel.kallsyms]) # ffffffff81013236 cpu_idle ([kernel.kallsyms]) # ffffffff815bf03e rest_init ([kernel.kallsyms]) # ffffffff81aebbfe start_kernel ([kernel.kallsyms].init.text) # [...] # # Example output: # # swapper;start_kernel;rest_init;cpu_idle;default_idle;native_safe_halt 1 # # Input may be created and processed using: # # perf record -a -g -F 997 sleep 60 # perf script | ./stackcollapse-perf.pl > out.stacks-folded # # The output of "perf script" should include stack traces. If these are missing # for you, try manually selecting the perf script output; eg: # # perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace | ... # # This is also required for the --pid or --tid options, so that the output has # both the PID and TID. # # Copyright 2012 Joyent, Inc. All rights reserved. # Copyright 2012 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 02-Mar-2012 Brendan Gregg Created this. # 02-Jul-2014 " " Added process name to stacks. use strict; use Getopt::Long; my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my $annotate_kernel = 0; # put an annotation on kernel function my $annotate_jit = 0; # put an annotation on jit symbols my $annotate_all = 0; # enale all annotations my $include_pname = 1; # include process names in stacks my $include_pid = 0; # include process ID with process name my $include_tid = 0; # include process & thread ID with process name my $include_addrs = 0; # include raw address where a symbol can't be found my $tidy_java = 1; # condense Java signatures my $tidy_generic = 1; # clean up function names a little my $target_pname; # target process name from perf invocation my $event_filter = ""; # event type filter, defaults to first encountered event my $event_defaulted = 0; # whether we defaulted to an event (none provided) my $event_warning = 0; # if we printed a warning for the event my $show_inline = 0; my $show_context = 0; my $srcline_in_input = 0; # if there are extra lines with source location (perf script -F+srcline) GetOptions('inline' => \$show_inline, 'context' => \$show_context, 'srcline' => \$srcline_in_input, 'pid' => \$include_pid, 'kernel' => \$annotate_kernel, 'jit' => \$annotate_jit, 'all' => \$annotate_all, 'tid' => \$include_tid, 'addrs' => \$include_addrs, 'event-filter=s' => \$event_filter) or die < outfile\n --pid # include PID with process names [1] --tid # include TID and PID with process names [1] --inline # un-inline using addr2line --all # all annotations (--kernel --jit) --kernel # annotate kernel functions with a _[k] --jit # annotate jit functions with a _[j] --context # adds source context to --inline --srcline # parses output of 'perf script -F+srcline' and adds source context --addrs # include raw addresses where symbols can't be found --event-filter=EVENT # event name filter\n [1] perf script must emit both PID and TIDs for these to work; eg, Linux < 4.1: perf script -f comm,pid,tid,cpu,time,event,ip,sym,dso,trace for Linux >= 4.1: perf script -F comm,pid,tid,cpu,time,event,ip,sym,dso,trace If you save this output add --header on Linux >= 3.14 to include perf info. USAGE_END if ($annotate_all) { $annotate_kernel = $annotate_jit = 1; } my %inlineCache; my %nmCache; sub inlineCacheAdd { my ($pc, $mod, $result) = @_; if (defined($inlineCache{$pc})) { $inlineCache{$pc}{$mod} = $result; } else { $inlineCache{$pc} = {$mod => $result}; } } # for the --inline option sub inline { my ($pc, $rawfunc, $mod) = @_; return $inlineCache{$pc}{$mod} if defined($inlineCache{$pc}{$mod}); # capture addr2line output my $a2l_output = `addr2line -a $pc -e $mod -i -f -s -C`; # remove first line $a2l_output =~ s/^(.*\n){1}//; if ($a2l_output =~ /\?\?\n\?\?:0/) { # if addr2line fails and rawfunc is func+offset, then fall back to it if ($rawfunc =~ /^(.+)\+0x([0-9a-f]+)$/) { my $func = $1; my $addr = hex $2; $nmCache{$mod}=`nm $mod` unless defined $nmCache{$mod}; if ($nmCache{$mod} =~ /^([0-9a-f]+) . \Q$func\E$/m) { my $base = hex $1; my $newPc = sprintf "0x%x", $base+$addr; my $result = inline($newPc, '', $mod); inlineCacheAdd($pc, $mod, $result); return $result; } } } my @fullfunc; my $one_item = ""; for (split /^/, $a2l_output) { chomp $_; # remove discriminator info if exists $_ =~ s/ \(discriminator \S+\)//; if ($one_item eq "") { $one_item = $_; } else { if ($show_context == 1) { unshift @fullfunc, $one_item . ":$_"; } else { unshift @fullfunc, $one_item; } $one_item = ""; } } my $result = join ";" , @fullfunc; inlineCacheAdd($pc, $mod, $result); return $result; } my @stack; my $pname; my $m_pid; my $m_tid; my $m_period; # # Main loop # while (defined($_ = <>)) { # find the name of the process launched by perf, by stepping backwards # over the args to find the first non-option (no dash): if (/^# cmdline/) { my @args = split ' ', $_; foreach my $arg (reverse @args) { if ($arg !~ /^-/) { $target_pname = $arg; $target_pname =~ s:.*/::; # strip pathname last; } } } # skip remaining comments next if m/^#/; chomp; # end of stack. save cached data. if (m/^$/) { # ignore filtered samples next if not $pname; if ($include_pname) { if (defined $pname) { unshift @stack, $pname; } else { unshift @stack, ""; } } remember_stack(join(";", @stack), $m_period) if @stack; undef @stack; undef $pname; next; } # # event record start # if (/^(\S.+?)\s+(\d+)\/*(\d+)*\s+/) { # default "perf script" output has TID but not PID # eg, "java 25607 4794564.109216: 1 cycles:" # eg, "java 12688 [002] 6544038.708352: 235 cpu-clock:" # eg, "V8 WorkerThread 25607 4794564.109216: 104345 cycles:" # eg, "java 24636/25607 [000] 4794564.109216: 1 cycles:" # eg, "java 12688/12764 6544038.708352: 10309278 cpu-clock:" # eg, "V8 WorkerThread 24636/25607 [000] 94564.109216: 100 cycles:" # other combinations possible my ($comm, $pid, $tid, $period) = ($1, $2, $3, ""); if (not $tid) { $tid = $pid; $pid = "?"; } if (/:\s*(\d+)*\s+(\S+):\s*$/) { $period = $1; my $event = $2; if ($event_filter eq "") { # By default only show events of the first encountered # event type. Merging together different types, such as # instructions and cycles, produces misleading results. $event_filter = $event; $event_defaulted = 1; } elsif ($event ne $event_filter) { if ($event_defaulted and $event_warning == 0) { # only print this warning if necessary: # when we defaulted and there was # multiple event types. print STDERR "Filtering for events of type: $event\n"; $event_warning = 1; } next; } } if (not $period) { $period = 1 } ($m_pid, $m_tid, $m_period) = ($pid, $tid, $period); if ($include_tid) { $pname = "$comm-$m_pid/$m_tid"; } elsif ($include_pid) { $pname = "$comm-$m_pid"; } else { $pname = "$comm"; } $pname =~ tr/ /_/; # # stack line # } elsif (/^\s*(\w+)\s*(.+) \((.*)\)/) { # ignore filtered samples next if not $pname; my ($pc, $rawfunc, $mod) = ($1, $2, $3); if ($show_inline == 1 && $mod !~ m/(perf-\d+.map|kernel\.|\[[^\]]+\])/) { my $inlineRes = inline($pc, $rawfunc, $mod); # - empty result this happens e.g., when $mod does not exist or is a path to a compressed kernel module # if this happens, the user will see error message from addr2line written to stderr # - if addr2line results in "??" , then it's much more sane to fall back than produce a '??' in graph if($inlineRes ne "" and $inlineRes ne "??" and $inlineRes ne "??:??:0" ) { unshift @stack, $inlineRes; next; } } # Linux 4.8 included symbol offsets in perf script output by default, eg: # 7fffb84c9afc cpu_startup_entry+0x800047c022ec ([kernel.kallsyms]) # strip these off: $rawfunc =~ s/\+0x[\da-f]+$//; next if $rawfunc =~ /^\(/; # skip process names my $is_unknown=0; my @inline; for (split /\->/, $rawfunc) { my $func = $_; if ($func eq "[unknown]") { if ($mod ne "[unknown]") { # use module name instead, if known $func = $mod; $func =~ s/.*\///; } else { $func = "unknown"; $is_unknown=1; } if ($include_addrs) { $func = "\[$func \<$pc\>\]"; } else { $func = "\[$func\]"; } } if ($tidy_generic) { $func =~ s/;/:/g; if ($func !~ m/\.\(.*\)\./) { # This doesn't look like a Go method name (such as # "net/http.(*Client).Do"), so everything after the first open # paren (that is not part of an "(anonymous namespace)") is # just noise. $func =~ s/\((?!anonymous namespace\)).*//; } # now tidy this horrible thing: # 13a80b608e0a RegExp:[&<>\"\'] (/tmp/perf-7539.map) $func =~ tr/"\'//d; # fall through to $tidy_java } if ($tidy_java and $pname =~ m/^java/) { # along with $tidy_generic, converts the following: # Lorg/mozilla/javascript/ContextFactory;.call(Lorg/mozilla/javascript/ContextAction;)Ljava/lang/Object; # Lorg/mozilla/javascript/ContextFactory;.call(Lorg/mozilla/javascript/C # Lorg/mozilla/javascript/MemberBox;.(Ljava/lang/reflect/Method;)V # into: # org/mozilla/javascript/ContextFactory:.call # org/mozilla/javascript/ContextFactory:.call # org/mozilla/javascript/MemberBox:.init $func =~ s/^L// if $func =~ m:/:; } # # Annotations # # detect inlined from the @inline array # detect kernel from the module name; eg, frames to parse include: # ffffffff8103ce3b native_safe_halt ([kernel.kallsyms]) # 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) # 7d8 ipv4_conntrack_local+0x7f8f80b8 ([nf_conntrack_ipv4]) # detect jit from the module name; eg: # 7f722d142778 Ljava/io/PrintStream;::print (/tmp/perf-19982.map) if (scalar(@inline) > 0) { $func .= "_[i]" unless $func =~ m/\_\[i\]/; # inlined } elsif ($annotate_kernel == 1 && $mod =~ m/(^\[|vmlinux$)/ && $mod !~ /unknown/) { $func .= "_[k]"; # kernel } elsif ($annotate_jit == 1 && $mod =~ m:/tmp/perf-\d+\.map:) { $func .= "_[j]" unless $func =~ m/\_\[j\]/; # jitted } # # Source lines # # # Sample outputs: # | a.out 35081 252436.005167: 667783 cycles: # | 408ebb some_method_name+0x8b (/full/path/to/a.out) # | uniform_int_dist.h:300 # | 4069f5 main+0x935 (/full/path/to/a.out) # | file.cpp:137 # | 7f6d2148eb25 __libc_start_main+0xd5 (/lib64/libc-2.33.so) # | libc-2.33.so[27b25] # # | a.out 35081 252435.738165: 306459 cycles: # | 7f6d213c2750 [unknown] (/usr/lib64/libkmod.so.2.3.6) # | libkmod.so.2.3.6[6750] # # | a.out 35081 252435.738373: 315813 cycles: # | 7f6d215ca51b __strlen_avx2+0x4b (/lib64/libc-2.33.so) # | libc-2.33.so[16351b] # | 7ffc71ee9580 [unknown] ([unknown]) # | # # | a.out 35081 252435.718940: 247984 cycles: # | ffffffff814f9302 up_write+0x32 ([kernel.kallsyms]) # | [kernel.kallsyms][ffffffff814f9302] if($srcline_in_input and not $is_unknown){ $_ = <>; chomp; s/\[.*?\]//g; s/^\s*//g; s/\s*$//g; $func.=':'.$_ unless $_ eq ""; } push @inline, $func; } unshift @stack, @inline; } else { warn "Unrecognized line: $_"; } } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-pmc.pl ================================================ #!/usr/bin/env perl # # Copyright (c) 2014 Ed Maste. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # # 1. Redistributions of source code must retain the above copyright # notice, this list of conditions and the following disclaimer. # 2. Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS "AS IS" AND # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # # stackcollapse-pmc.pl collapse hwpmc samples into single lines. # # Parses a list of multiline stacks generated by "hwpmc -G", and outputs a # semicolon-separated stack followed by a space and a count. # # Usage: # pmcstat -S unhalted-cycles -O pmc.out # pmcstat -R pmc.out -z16 -G pmc.graph # stackcollapse-pmc.pl pmc.graph > pmc.stack # # Example input: # # 03.07% [17] witness_unlock @ /boot/kernel/kernel # 70.59% [12] __mtx_unlock_flags # 16.67% [2] selfdfree # 100.0% [2] sys_poll # 100.0% [2] amd64_syscall # 08.33% [1] pmap_ts_referenced # 100.0% [1] vm_pageout # 100.0% [1] fork_exit # ... # # Example output: # # amd64_syscall;sys_poll;selfdfree;__mtx_unlock_flags;witness_unlock 2 # amd64_syscall;sys_poll;pmap_ts_referenced;__mtx_unlock_flagsgeout;fork_exit 1 # ... use warnings; use strict; my @stack; my $prev_count; my $prev_indent = -1; while (defined($_ = <>)) { if (m/^( *)[0-9.]+% \[([0-9]+)\]\s*(\S+)/) { my $indent = length($1); if ($indent <= $prev_indent) { print join(';', reverse(@stack[0 .. $prev_indent])) . " $prev_count\n"; } $stack[$indent] = $3; $prev_count = $2; $prev_indent = $indent; } } print join(';', reverse(@stack[0 .. $prev_indent])) . " $prev_count\n"; ================================================ FILE: stackcollapse-recursive.pl ================================================ #!/usr/bin/perl -ws # # stackcollapse-recursive Collapse direct recursive backtraces # # Post-process a stack list and merge direct recursive calls: # # Example input: # # main;recursive;recursive;recursive;helper 1 # # Output: # # main;recursive;helper 1 # # Copyright 2014 Gabriel Corona. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END my %stacks; while(<>) { chomp; my ($stack_, $value) = (/^(.*)\s+?(\d+(?:\.\d*)?)$/); if ($stack_) { my @stack = split(/;/, $stack_); my @result = (); my $i; my $last=""; for($i=0; $i!=@stack; ++$i) { if(!($stack[$i] eq $last)) { $result[@result] = $stack[$i]; $last = $stack[$i]; } } $stacks{join(";", @result)} += $value; } } foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-sample.awk ================================================ #!/usr/bin/awk -f # # Uses MacOS' /usr/bin/sample to generate a flamegraph of a process # # Usage: # # sudo sample [pid] -file /dev/stdout | stackcollapse-sample.awk | flamegraph.pl # # Options: # # The output will show the name of the library/framework at the call-site # with the form AppKit`NSApplication or libsystem`start_wqthread. # # If showing the framework or library name is not required, pass # MODULES=0 as an argument of the sample program. # # The generated SVG will be written to the output stream, and can be piped # into flamegraph.pl directly, or written to a file for conversion later. # # --- # # Copyright (c) 2017, Apple Inc. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: # # 1. Redistributions of source code must retain the above copyright notice, # this list of conditions and the following disclaimer. # # 2. Redistributions in binary form must reproduce the above copyright notice, # this list of conditions and the following disclaimer in the documentation # and/or other materials provided with the distribution. # # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. # BEGIN { # Command line options MODULES = 1 # Allows the user to enable/disable printing of modules. # Internal variables _FOUND_STACK = 0 # Found the stack traces in the output. _LEVEL = -1 # The current level of indentation we are running. # The set of symbols to ignore for 'waiting' threads, for ease of use. # This will hide waiting threads from the view, making it easier to # see what is actually running in the sample. These may be adjusted # as necessary or appended to if other symbols need to be filtered out. _IGNORE["libsystem_kernel`__psynch_cvwait"] = 1 _IGNORE["libsystem_kernel`__select"] = 1 _IGNORE["libsystem_kernel`__semwait_signal"] = 1 _IGNORE["libsystem_kernel`__ulock_wait"] = 1 _IGNORE["libsystem_kernel`__wait4"] = 1 _IGNORE["libsystem_kernel`__workq_kernreturn"] = 1 _IGNORE["libsystem_kernel`kevent"] = 1 _IGNORE["libsystem_kernel`mach_msg_trap"] = 1 _IGNORE["libsystem_kernel`read"] = 1 _IGNORE["libsystem_kernel`semaphore_wait_trap"] = 1 # The same set of symbols as above, without the module name. _IGNORE["__psynch_cvwait"] = 1 _IGNORE["__select"] = 1 _IGNORE["__semwait_signal"] = 1 _IGNORE["__ulock_wait"] = 1 _IGNORE["__wait4"] = 1 _IGNORE["__workq_kernreturn"] = 1 _IGNORE["kevent"] = 1 _IGNORE["mach_msg_trap"] = 1 _IGNORE["read"] = 1 _IGNORE["semaphore_wait_trap"] = 1 } # This is the first line in the /usr/bin/sample output that indicates the # samples follow subsequently. Until we see this line, the rest is ignored. /^Call graph/ { _FOUND_STACK = 1 } # This is found when we have reached the end of the stack output. # Identified by the string "Total number in stack (...)". /^Total number/ { _FOUND_STACK = 0 printStack(_NEST,0) } # Prints the stack from FROM to TO (where FROM > TO) # Called when indenting back from a previous level, or at the end # of processing to flush the last recorded sample function printStack(FROM,TO) { # We ignore certain blocking wait states, in the absence of being # able to filter these threads from collection, otherwise # we'll end up with many threads of equal length that represent # the total time the sample was collected. # # Note that we need to collect the information to ensure that the # timekeeping for the parental functions is appropriately adjusted # so we just avoid printing it out when that occurs. _PRINT_IT = !_IGNORE[_NAMES[FROM]] # We run through all the names, from the root to the leaf, so that # we generate a line that flamegraph.pl will like, of the form: # Thread1234;example`main;example`otherFn 1234 for(l = FROM; l>=TO; l--) { if (_PRINT_IT) { printf("%s", _NAMES[0]) for(i=1; i<=l; i++) { printf(";%s", _NAMES[i]) } print " " _TIMES[l] } # We clean up our current state to avoid bugs. delete _NAMES[l] delete _TIMES[l] } } # This is where we process each line, of the form: # 5130 Thread_8749954 # + 5130 start_wqthread (in libsystem_pthread.dylib) ... # + 4282 _pthread_wqthread (in libsystem_pthread.dylib) ... # + ! 4282 __doworkq_kernreturn (in libsystem_kernel.dylib) ... # + 848 _pthread_wqthread (in libsystem_pthread.dylib) ... # + 848 __doworkq_kernreturn (in libsystem_kernel.dylib) ... _FOUND_STACK && match($0,/^ [^0-9]*[0-9]/) { # We maintain two counters: # _LEVEL: the high water mark of the indentation level we have seen. # _NEST: the current indentation level. # # We keep track of these two levels such that when the nesting level # decreases, we print out the current state of where we are. _NEST=(RLENGTH-5)/2 sub(/^[^0-9]*/,"") # Normalise the leading content so we start with time. _TIME=$1 # The time recorded by 'sample', first integer value. # The function name is in one or two parts, depending on what kind of # function it is. # # If it is a standard C or C++ function, it will be of the form: # exampleFunction # Example::Function # # If it is an Objective-C funtion, it will be of the form: # -[NSExample function] # +[NSExample staticFunction] # -[NSExample function:withParameter] # +[NSExample staticFunction:withParameter:andAnother] _FN1 = $2 _FN2 = $3 # If it is a standard C or C++ function then the following word will # either be blank, or the text '(in', so we jut use the first one: if (_FN2 == "(in" || _FN2 == "") { _FN =_FN1 } else { # Otherwise we concatenate the first two parts with . _FN = _FN1 "." _FN2 } # Modules are shown with '(in libfoo.dylib)' or '(in AppKit)' _MODULE = "" match($0, /\(in [^)]*\)/) if (RSTART > 0 && MODULES) { # Strip off the '(in ' (4 chars) and the final ')' char (1 char) _MODULE = substr($0, RSTART+4, RLENGTH-5) # Remove the .dylib function, since it adds no value. gsub(/\.dylib/, "", _MODULE) # The function name is 'module`functionName' _FN = _MODULE "`" _FN } # Now we have set up the variables, we can decide how to apply it # If we are descending in the nesting, we don't print anything out: # a # ab # abc # # We only print out something when we go back a level, or hit the end: # abcd # abe < prints out the stack up until this point, i.e. abcd # We store a pair of arrays, indexed by the nesting level: # # _TIMES - a list of the time reported to that function # _NAMES - a list of the function names for each current stack trace # If we are backtracking, we need to flush the current output. if (_NEST <= _LEVEL) { printStack(_LEVEL,_NEST) } # Record the name and time of the function where we are. _NAMES[_NEST] = _FN _TIMES[_NEST] = _TIME # We subtract the time we took from our parent so we don't double count. if (_NEST > 0) { _TIMES[_NEST-1] -= _TIME } # Raise the high water mark of the level we have reached. _LEVEL = _NEST } ================================================ FILE: stackcollapse-stap.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-stap.pl collapse multiline SystemTap stacks # into single lines. # # Parses a multiline stack followed by a number on a separate line, and # outputs a semicolon separated stack followed by a space and the number. # If memory addresses (+0xd) are present, they are stripped, and resulting # identical stacks are colased with their counts summed. # # USAGE: ./stackcollapse.pl infile > outfile # # Example input: # # 0xffffffff8103ce3b : native_safe_halt+0xb/0x10 [kernel] # 0xffffffff8101c6a3 : default_idle+0x53/0x1d0 [kernel] # 0xffffffff81013236 : cpu_idle+0xd6/0x120 [kernel] # 0xffffffff815bf03e : rest_init+0x72/0x74 [kernel] # 0xffffffff81aebbfe : start_kernel+0x3ba/0x3c5 [kernel] # 2404 # # Example output: # # start_kernel;rest_init;cpu_idle;default_idle;native_safe_halt 2404 # # Input may contain many stacks as generated from SystemTap. # # Copyright 2011 Joyent, Inc. All rights reserved. # Copyright 2011 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 16-Feb-2012 Brendan Gregg Created this. use strict; my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my @stack; foreach (<>) { chomp; if (m/^\s*(\d+)+$/) { remember_stack(join(";", @stack), $1); @stack = (); next; } next if (m/^\s*$/); my $frame = $_; $frame =~ s/^\s*//; $frame =~ s/\+[^+]*$//; $frame =~ s/.* : //; $frame = "-" if $frame eq ""; unshift @stack, $frame; } foreach my $k (sort { $a cmp $b } keys %collapsed) { printf "$k $collapsed{$k}\n"; } ================================================ FILE: stackcollapse-vsprof.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-vsprof.pl # # Parses the CSV file containing a call tree from a visual studio profiler and produces an output suitable for flamegraph.pl. # # USAGE: perl stackcollapse-vsprof.pl infile > outfile # # WORKFLOW: # # This example assumes you have visual studio 2015 installed. # # 1. Profile C++ your application using visual studio # 2. On visual studio, choose export the call tree as csv # 3. Generate a flamegraph: perl stackcollapse-vsprof CallTreeSummary.csv | perl flamegraph.pl > result_vsprof.svg # # INPUT EXAMPLE : # # Level,Function Name,Inclusive Samples,Exclusive Samples,Inclusive Samples %,Exclusive Samples %,Module Name, # 1,"main","8,735",0,100.00,0.00,"an_executable.exe", # 2,"testing::UnitTest::Run","8,735",0,100.00,0.00,"an_executable.exe", # 3,"boost::trim_end_iter_select > >,boost::is_classifiedF>",306,16,3.50,0.18,"an_executable.exe", # # OUTPUT EXAMPLE : # # main;testing::UnitTest::Run;boost::trim_end_iter_select>>,boost::is_classifiedF> 306 use strict; sub massage_function_names; sub parse_integer; sub print_stack_trace; # data initialization my @stack = (); my $line_number = 0; my $previous_samples = 0; my $num_args = $#ARGV + 1; if ($num_args != 1) { print "$ARGV[0]\n"; print "Usage : stackcollapse-vsprof.pl > out.txt\n"; exit; } my $input_csv_file = $ARGV[0]; my $line_parser_rx = qr{ ^\s*(\d+?), # level in the stack ("[^"]+" | [^,]+), # function name (beware of spaces) ("[^"]+" | [^,]+), # number of samples (beware of locale number formatting) }ox; open(my $fh, '<', $input_csv_file) or die "Can't read file '$input_csv_file' [$!]\n"; while (my $current_line = <$fh>){ $line_number = $line_number + 1; # to discard first line which typically contains headers next if $line_number == 1; next if $current_line =~ /^\s*$/o; ($current_line =~ $line_parser_rx) or die "Error in regular expression at line $line_number : $current_line\n"; my $level = int $1; my $function = massage_function_names($2); my $samples = parse_integer($3); my $stack_len = @stack; #print "[DEBUG] $line_number : $level $function $samples $stack_len\n"; next if not $level; ($level <= $stack_len + 1) or die "Error in stack at line $line_number : $current_line\n"; if ($level <= $stack_len) { print_stack_trace(\@stack, $previous_samples); my $to_remove = $level - $stack_len - 1; splice(@stack, $to_remove); } $stack_len < 1000 or die "Stack overflow at line $line_number"; push(@stack, $function); $previous_samples = $samples; } print_stack_trace(\@stack, $previous_samples); sub massage_function_names { return ($_[0] =~ s/\s*|^"|"$//gro); } sub parse_integer { return int ($_[0] =~ s/[., ]|^"|"$//gro); } sub print_stack_trace { my ($stack_ref, $sample) = @_; my $stack_trace = join(";", @$stack_ref); print "$stack_trace $sample\n"; } ================================================ FILE: stackcollapse-vtune-mc.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-vtune-mc.pl # # Parses the CSV file containing a call tree from Intel VTune memory-consumption profiler and produces an output suitable for flamegraph.pl. # # USAGE: perl stackcollapse-vtune-mc.pl [options] infile > outfile # # WORKFLOW: # # This assumes you have Intel VTune installed and on path (using Command Line) # # 1. Profile C++ application tachyon (example shipped with Intel VTune 2019): # # amplxe-cl -collect memory-consumption -r mc_tachyon -- ./tachyon # # 2. Export raw VTune data to csv file: # ### for Intel VTune 2019 # amplxe-cl -R top-down -call-stack-mode all \ # -column="Allocations:Self","Allocation Size:Self","Module" \ # -report-out allocations.csv -format csv \ # -csv-delimiter comma -r mc_tachyon # # 3. Generate a flamegraph: # ## Generate for allocations amount. # perl stackcollapse-vtune-mc.pl allocations.csv > out.folded # perl flamegraph.pl --countname=allocations out.folded > vtune_tachyon_mc.svg # # ## Or you can generate for allocation size in bytes. # perl stackcollapse-vtune-mc.pl -s allocations.csv > out.folded # perl flamegraph.pl --countname=allocations out.folded > vtune_tachyon_mc_size.svg # # AUTHOR: Rohith Bakkannagari # 27-Nov-2019 UnpluggedCoder Forked from stackcollapse-vtune.pl, for memory-consumption flamegraph use strict; use Getopt::Long; sub usage { die < out.folded\n --size # Accumulate allocation size in bytes instead of allocation counts.\n NOTE : The csv file should exported by `amplxe-cl` tool with the exact -column parameter shows below. amplxe-cl -R top-down -call-stack-mode all \ -column="Allocations:Self","Allocation Size:Self","Module" \ -report-out allocations.csv -format csv \ -csv-delimiter comma -r mc_tachyon USAGE_END } # data initialization my @stack = (); my $rowCounter = 0; # flag for row number my $accSize = ''; GetOptions ('size' => \$accSize) or usage(); my $numArgs = $#ARGV + 1; if ($numArgs != 1){ usage(); exit; } my $inputCSVFile = $ARGV[0]; open(my $fh, '<', $inputCSVFile) or die "Can't read file '$inputCSVFile' [$!]\n"; while (my $currLine = <$fh>){ # discard warning line next if $rowCounter == 0 && rindex($currLine, "war:", 0) == 0; $rowCounter = $rowCounter + 1; # to discard first row which typically contains headers next if $rowCounter == 1; chomp $currLine; #VTune - sometimes the call stack information is enclosed in double quotes (?). To remove double quotes. $currLine =~ s/\"//g; ### for Intel VTune 2019 ### CSV header should be like below ### Function Stack,Allocation Size:Self,Deallocation Size:Self,Allocations:Self,Module $currLine =~ /(\s*)(.*?),([0-9]*?\.?[0-9]*?),([0-9]*?\.?[0-9]*?),([0-9]*?\.?[0-9]*?),(.*)/ or die "Error in regular expression on the current line $currLine\n"; my $func = $2.'('.$6.')'; # function(module) my $depth = length ($1); my $allocBytes = $3; # allocation size my $allocs = $5; # allocations my $tempString = ''; $stack [$depth] = $func; if ($accSize){ next if $allocBytes eq ''; foreach my $i (0 .. $depth - 1) { $tempString = $tempString.$stack[$i].";"; } $tempString = $tempString.$func." $allocBytes\n"; } else { next if $allocs == 0; foreach my $i (0 .. $depth - 1) { $tempString = $tempString.$stack[$i].";"; } $tempString = $tempString.$func." $allocs\n"; } print "$tempString"; } ================================================ FILE: stackcollapse-vtune.pl ================================================ #!/usr/bin/perl -w # # stackcollapse-vtune.pl # # Parses the CSV file containing a call tree from Intel VTune hotspots profiler and produces an output suitable for flamegraph.pl. # # USAGE: perl stackcollapse-vtune.pl infile > outfile # # WORKFLOW: # # This assumes you have Intel VTune installed and on path (using Command Line) # # 1. Profile C++ application tachyon_find_hotspots (example shipped with Intel VTune 2013): # # amplxe-cl -collect hotspots -r result_vtune_tachyon -- ./tachyon_find_hotspots # # 2. Export raw VTune data to csv file: # ##### VTune 2013 & 2015 # amplxe-cl -R top-down -report-out result_vtune_tachyon.csv -filter "Function Stack" -format csv -csv-delimiter comma -r result_vtune_tachyon #### VTune 2016 # amplxe-cl.exe -R top-down -call-stack-mode all -column="CPU Time:Self","Module" -report-output result_vtune_tachyon.csv -filter "Function Stack" -format csv -csv-delimiter comma -r result_vtune_tachyon # # 3. Generate a flamegraph: # # perl stackcollapse-vtune result_vtune_tachyon.csv | perl flamegraph.pl > result_vtune_tachyon.svg # # AUTHOR: Rohith Bakkannagari use strict; # data initialization my @stack = (); my $rowCounter = 0; #flag for row number my $numArgs = $#ARGV + 1; if ($numArgs != 1) { print "$ARGV[0]\n"; print "Usage : stackcollapse-vtune.pl > out.txt\n"; exit; } my $inputCSVFile = $ARGV[0]; my $funcOnly = ''; my $depth = 0; my $selfTime = 0; my $dllName = ''; open(my $fh, '<', $inputCSVFile) or die "Can't read file '$inputCSVFile' [$!]\n"; while (my $currLine = <$fh>){ $rowCounter = $rowCounter + 1; # to discard first row which typically contains headers next if $rowCounter == 1; chomp $currLine; ### VTune 2013 & 2015 #VTune - sometimes the call stack information is enclosed in double quotes (?). To remove double quotes. Not necessary for XCode instruments (MAC) $currLine =~ s/\"//g; $currLine =~ /(\s*)(.*),(.*),.*,([0-9]*\.?[0-9]+)/ or die "Error in regular expression on the current line\n"; $dllName = $3; $func = $dllName.'!'.$2; # Eg : m_lxe.dll!MathWorks::lxe::IrEngineDecorator::Apply $depth = length ($1); $selfTime = $4*1000; # selfTime in msec ### VTune 2013 & 2015 ### VTune 2016 # $currLine =~ /(\s*)(.*?),([0-9]*\.?[0-9]+?),(.*)/ or die "Error in regular expression on the current line $currLine\n"; # if ($2 =~ /\"/) # { # $currLine =~ /(\s*)\"(.*?)\",([0-9]*\.?[0-9]+?),(.*)/ or die "Error in regular expression on the current line $currLine\n"; # $funcOnly = $2; # $depth = length ($1); # $selfTime = $3*1000; # selfTime in msec # $dllName = $4; # } # else # { # $funcOnly = $2; # $depth = length ($1); # $selfTime = $3*1000; # selfTime in msec # $dllName = $4; # } # my $func = $dllName.'!'.$funcOnly; # Eg : m_lxe.dll!MathWorks::lxe::IrEngineDecorator::Apply ### VTune 2016 my $tempString = ''; $stack [$depth] = $func; foreach my $i (0 .. $depth - 1) { $tempString = $tempString.$stack[$i].";"; } $tempString = $tempString.$func." $selfTime\n"; if ($selfTime != 0){ print "$tempString"; } } ================================================ FILE: stackcollapse-wcp.pl ================================================ #!/usr/bin/perl -ws # # stackcollapse-wcp Collapse wallClockProfiler backtraces # # Parse a list of GDB backtraces as generated by https://github.com/jasonrohrer/wallClockProfiler # # Copyright 2014 Gabriel Corona. All rights reserved. # Portions Copyright 2020 Ștefan Talpalaru # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END use strict; my $current = ""; my $start_processing = 0; my $samples = 0; my %stacks; while(<>) { s/^\s+|\s+$//g; if (m/^Full stacks/) { $start_processing = 1; next; } if (not $start_processing) { next; } if(m/^\d+\.\d+% =+ \((\d+) samples\)/) { # 99.791% ===================================== (17194 samples) $samples = $1; next; } elsif (m/^\d+: (.*)$/) { # 1: poll__YNjd8fE6xG8CRNwfLnrx0g_2 (at /mnt/sde1/storage/nim-beacon-chain-clean/vendor/nim-chronos/chronos/asyncloop.nim:343) my $function = $1; if ($current eq "") { $current = $function; } else { $current = $function . ";" . $current; } } elsif (m/^$/ and $current ne "") { $stacks{$current} += $samples; $current = ""; } } foreach my $k (sort { $a cmp $b } keys %stacks) { print "$k $stacks{$k}\n"; } ================================================ FILE: stackcollapse-xdebug.php ================================================ #!/usr/bin/php outfile -h --help Show this message -t Weight stack counts by duration using the time index in the trace (default) -c Invocation counts only. Simply count stacks in the trace and sum duplicates, don't weight by duration. Example input: For more info on xdebug and generating traces see https://xdebug.org/docs/execution_trace. Version: 2.0.0RC4-dev TRACE START [2007-05-06 18:29:01] 1 0 0 0.010870 114112 {main} 1 ../trace.php 0 2 1 0 0.032009 114272 str_split 0 ../trace.php 8 2 1 1 0.032073 116632 2 2 0 0.033505 117424 ret_ord 1 ../trace.php 10 3 3 0 0.033531 117584 ord 0 ../trace.php 5 3 3 1 0.033551 117584 ... TRACE END [2007-05-06 18:29:01] Example output: - c {main};str_split 1 {main};ret_ord;ord 6 -t {main} 23381 {main};str_split 64 {main};ret_ord 215 {main};ret_ord;ord 106 EOT; exit($exit); } function collapseStack(array $stack, string $func_name_key): string { return implode(';', array_column($stack, $func_name_key)); } function addCurrentStackToStacks(array $stack, float $dur, array &$stacks) { $collapsed = implode(';', $stack); $duration = SCALE_FACTOR * $dur; if (array_key_exists($collapsed, $stacks)) { $stacks[$collapsed] += $duration; } else { $stacks[$collapsed] = $duration; } } function isEOTrace(string $l) { $pattern = "/^(\\t|TRACE END)/"; return preg_match($pattern, $l); } $filename = $argv[$optind] ?? null; if ($filename === null) { usage(1); } $do_time = !isset($args['c']); // First make sure our file is consistently formatted with only one \t delimiting each field $out = []; $retval = null; exec("sed -in 's/\t\+/\t/g' " . escapeshellarg($filename), $out, $retval); if ($retval !== 0) { usage(1); } $handle = fopen($filename, 'r'); if ($handle === false) { echo "Unable to open $filename \n\n"; usage(1); } // Loop till we find TRACE START while ($l = fgets($handle)) { if (strpos($l, "TRACE START") === 0) { break; } } const SCALE_FACTOR = 1000000; $stacks = []; $current_stack = []; $was_exit = false; $prev_start_time = 0; if ($do_time) { // Weight counts by duration // Xdebug trace time indices have 6 sigfigs of precision // We have a perfect trace, but let's instead pretend that // this was collected by sampling at 10^6 Hz // then each millionth of a second this stack took to execute is 1 count while ($l = fgets($handle)) { if (isEOTrace($l)) { break; } $parts = explode("\t", $l); list($level, $fn_no, $is_exit, $time) = $parts; if ($is_exit) { if (empty($current_stack)) { echo "[WARNING] Found function exit without corresponding entrance. Discarding line. Check your input.\n"; continue; } addCurrentStackToStacks($current_stack, $time - $prev_start_time, $stacks); array_pop($current_stack); } else { $func_name = $parts[5]; if (!empty($current_stack)) { addCurrentStackToStacks($current_stack, $time - $prev_start_time, $stacks); } $current_stack[] = $func_name; } $prev_start_time = $time; } } else { // Counts only while ($l = fgets($handle)) { if (isEOTrace($l)) { break; } $parts = explode("\t", $l); list($level, $fn_no, $is_exit) = $parts; if ($is_exit === "1") { if (!$was_exit) { $collapsed = implode(";", $current_stack); if (array_key_exists($collapsed, $stacks)) { $stacks[$collapsed]++; } else { $stacks[$collapsed] = 1; } } array_pop($current_stack); $was_exit = true; } else { $func_name = $parts[5]; $current_stack[] = $func_name; $was_exit = false; } } } foreach ($stacks as $stack => $count) { echo "$stack $count\n"; } ================================================ FILE: stackcollapse.pl ================================================ #!/usr/bin/perl -w # # stackcollapse.pl collapse multiline stacks into single lines. # # Parses a multiline stack followed by a number on a separate line, and # outputs a semicolon separated stack followed by a space and the number. # If memory addresses (+0xd) are present, they are stripped, and resulting # identical stacks are colased with their counts summed. # # USAGE: ./stackcollapse.pl infile > outfile # # Example input: # # unix`i86_mwait+0xd # unix`cpu_idle_mwait+0xf1 # unix`idle+0x114 # unix`thread_start+0x8 # 1641 # # Example output: # # unix`thread_start;unix`idle;unix`cpu_idle_mwait;unix`i86_mwait 1641 # # Input may contain many stacks, and can be generated using DTrace. The # first few lines of input are skipped (see $headerlines). # # Copyright 2011 Joyent, Inc. All rights reserved. # Copyright 2011 Brendan Gregg. All rights reserved. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at docs/cddl1.txt or # http://opensource.org/licenses/CDDL-1.0. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at docs/cddl1.txt. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # 14-Aug-2011 Brendan Gregg Created this. use strict; my $headerlines = 3; # number of input lines to skip my $includeoffset = 0; # include function offset (except leafs) my %collapsed; sub remember_stack { my ($stack, $count) = @_; $collapsed{$stack} += $count; } my $nr = 0; my @stack; foreach (<>) { next if $nr++ < $headerlines; chomp; if (m/^\s*(\d+)+$/) { my $count = $1; my $joined = join(";", @stack); # trim leaf offset if these were retained: $joined =~ s/\+[^+]*$// if $includeoffset; remember_stack($joined, $count); @stack = (); next; } next if (m/^\s*$/); my $frame = $_; $frame =~ s/^\s*//; $frame =~ s/\+[^+]*$// unless $includeoffset; # Remove arguments from C++ function names: $frame =~ s/(::.*)[(<].*/$1/; $frame = "-" if $frame eq ""; my @inline; for (split /\->/, $frame) { my $func = $_; # Strip out L and ; included in java stacks $func =~ tr/\;/:/; $func =~ s/^L//; $func .= "_[i]" if scalar(@inline) > 0; #inlined push @inline, $func; } unshift @stack, @inline; } foreach my $k (sort { $a cmp $b } keys %collapsed) { print "$k $collapsed{$k}\n"; } ================================================ FILE: test/perf-cycles-instructions-01.txt ================================================ # ======== # captured on: Thu Aug 17 14:14:43 2017 # hostname : bgregg-lgud2 # os release : 4.13.0-rc1 # perf version : 4.13.0-rc1 # arch : x86_64 # nrcpus online : 8 # nrcpus avail : 8 # cpudesc : Intel(R) Xeon(R) CPU E3-1245 v5 @ 3.50GHz # cpuid : GenuineIntel,6,94,3 # total memory : 8058796 kB # cmdline : /usr/bin/perf record -e cycles -e instructions -c 100000000 -a --call-graph=lbr -- sleep 1 # event : name = cycles, , id = { 550, 551, 552, 553, 554, 555, 556, 557 }, size = 112, { sample_period, sample_freq } = 100000000, sample_type = IP|TID|TIME|CALLCHAIN|ID|CPU|BRANCH_STACK, read_format = ID, disabled = 1, inherit = 1, mmap = 1, comm = 1, task = 1, sample_id_all = 1, exclude_guest = 1, mmap2 = 1, comm_exec = 1, branch_sample_type = USER|CALL_STACK|NO_FLAGS|NO_CYCLES # event : name = instructions, , id = { 558, 559, 560, 561, 562, 563, 564, 565 }, size = 112, config = 0x1, { sample_period, sample_freq } = 100000000, sample_type = IP|TID|TIME|CALLCHAIN|ID|CPU|BRANCH_STACK, read_format = ID, disabled = 1, inherit = 1, sample_id_all = 1, exclude_guest = 1, branch_sample_type = USER|CALL_STACK|NO_FLAGS|NO_CYCLES # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: intel_pt = 7, intel_bts = 6, uncore_arb = 13, uncore_cbox_3 = 12, cstate_pkg = 16, breakpoint = 5, uncore_cbox_1 = 10, power = 14, cpu = 4, software = 1, uncore_cbox_2 = 11, uncore_cbox_0 = 9, cstate_core = 15, tracepoint = 2, msr = 8 # HEADER_CACHE info available, use -I to display # missing features: HEADER_TRACING_DATA HEADER_BRANCH_STACK HEADER_GROUP_DESC HEADER_AUXTRACE HEADER_STAT # ======== # noploop 21796 [001] 1410597.984841: instructions: 993 main (/root/noploop) noploop 21797 [002] 1410597.984850: instructions: 69b main (/root/noploop) noploop 21796 [001] 1410597.992030: instructions: 7df main (/root/noploop) noploop 21797 [002] 1410597.992037: instructions: 883 main (/root/noploop) cksum 21804 [000] 1410597.994832: instructions: 1ad1 cksum (/usr/bin/cksum) noploop 21796 [001] 1410597.999214: instructions: 6e7 main (/root/noploop) noploop 21797 [002] 1410597.999221: instructions: 917 main (/root/noploop) cksum 21804 [000] 1410598.006198: cycles: 1ad1 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.006210: cycles: 6a7 main (/root/noploop) noploop 21797 [002] 1410598.006219: cycles: 68f main (/root/noploop) noploop 21796 [001] 1410598.006401: instructions: 7a7 main (/root/noploop) noploop 21797 [002] 1410598.006407: instructions: 78f main (/root/noploop) cksum 21804 [000] 1410598.011998: instructions: 1ad1 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.013586: instructions: 797 main (/root/noploop) noploop 21797 [002] 1410598.013593: instructions: 857 main (/root/noploop) noploop 21796 [001] 1410598.020771: instructions: 6d7 main (/root/noploop) noploop 21797 [002] 1410598.020778: instructions: 763 main (/root/noploop) noploop 21796 [001] 1410598.027957: instructions: 7bb main (/root/noploop) noploop 21797 [002] 1410598.027963: instructions: 817 main (/root/noploop) cksum 21804 [000] 1410598.029069: instructions: 1ad1 cksum (/usr/bin/cksum) cksum 21804 [000] 1410598.034839: cycles: 4e85d9 ext4_file_read_iter (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.034851: cycles: 9e7 main (/root/noploop) noploop 21797 [002] 1410598.034861: cycles: 8df main (/root/noploop) noploop 21796 [001] 1410598.035143: instructions: 7c7 main (/root/noploop) noploop 21797 [002] 1410598.035148: instructions: 7fb main (/root/noploop) noploop 21796 [001] 1410598.042328: instructions: 89f main (/root/noploop) noploop 21797 [002] 1410598.042333: instructions: 98b main (/root/noploop) cksum 21804 [000] 1410598.046169: instructions: 4e85d9 ext4_file_read_iter (/lib/modules/4.13.0-rc1/build/vmlinux) 44b0fe __vfs_read (/lib/modules/4.13.0-rc1/build/vmlinux) 44bd56 vfs_read (/lib/modules/4.13.0-rc1/build/vmlinux) 44d495 sys_read (/lib/modules/4.13.0-rc1/build/vmlinux) af30bb entry_SYSCALL_64_fastpath (/lib/modules/4.13.0-rc1/build/vmlinux) 7afe0 _IO_file_read (/lib/x86_64-linux-gnu/libc-2.24.so) 7ad41 _IO_file_xsgetn (/lib/x86_64-linux-gnu/libc-2.24.so) 79b8f __GI___fread_unlocked (/lib/x86_64-linux-gnu/libc-2.24.so) 1b23 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.049514: instructions: 907 main (/root/noploop) noploop 21797 [002] 1410598.049518: instructions: 9ff main (/root/noploop) noploop 21796 [001] 1410598.056699: instructions: 87b main (/root/noploop) noploop 21797 [002] 1410598.056703: instructions: 743 main (/root/noploop) cksum 21804 [000] 1410598.063350: instructions: 1ad4 cksum (/usr/bin/cksum) cksum 21804 [000] 1410598.063483: cycles: 1ab5 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.063493: cycles: 773 main (/root/noploop) noploop 21797 [002] 1410598.063503: cycles: 6e3 main (/root/noploop) noploop 21796 [001] 1410598.063886: instructions: 6ff main (/root/noploop) noploop 21797 [002] 1410598.063890: instructions: 8d3 main (/root/noploop) noploop 21796 [001] 1410598.071069: instructions: 6eb main (/root/noploop) noploop 21797 [002] 1410598.071074: instructions: 67b main (/root/noploop) noploop 21796 [001] 1410598.078254: instructions: 8a3 main (/root/noploop) noploop 21797 [002] 1410598.078259: instructions: 80b main (/root/noploop) cksum 21804 [000] 1410598.080529: instructions: 1ad1 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.085439: instructions: 823 main (/root/noploop) noploop 21797 [002] 1410598.085444: instructions: 6f7 main (/root/noploop) cksum 21804 [000] 1410598.092123: cycles: 552c0000552c [unknown] ([unknown]) noploop 21796 [001] 1410598.092134: cycles: 81f main (/root/noploop) noploop 21797 [002] 1410598.092144: cycles: 6ff main (/root/noploop) noploop 21796 [001] 1410598.092625: instructions: 8ff main (/root/noploop) noploop 21797 [002] 1410598.092630: instructions: 74b main (/root/noploop) noploop 21796 [001] 1410598.099811: instructions: 6e7 main (/root/noploop) noploop 21797 [002] 1410598.099816: instructions: 75f main (/root/noploop) noploop 21796 [001] 1410598.106996: instructions: 8b3 main (/root/noploop) noploop 21797 [002] 1410598.107000: instructions: 847 main (/root/noploop) noploop 21796 [001] 1410598.114182: instructions: 7f3 main (/root/noploop) noploop 21797 [002] 1410598.114186: instructions: 7ff main (/root/noploop) cksum 21807 [004] 1410598.116168: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.120777: cycles: a23 main (/root/noploop) noploop 21797 [002] 1410598.120786: cycles: 6ff main (/root/noploop) noploop 21796 [001] 1410598.121368: instructions: 91b main (/root/noploop) noploop 21797 [002] 1410598.121372: instructions: 893 main (/root/noploop) cksum 21807 [004] 1410598.127157: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.128553: instructions: 8f3 main (/root/noploop) noploop 21797 [002] 1410598.128557: instructions: a53 main (/root/noploop) cksum 21807 [004] 1410598.133347: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.135738: instructions: 90b main (/root/noploop) noploop 21797 [002] 1410598.135743: instructions: 9cf main (/root/noploop) noploop 21796 [001] 1410598.142921: instructions: 6fb main (/root/noploop) noploop 21797 [002] 1410598.142926: instructions: 823 main (/root/noploop) noploop 21796 [001] 1410598.149418: cycles: 9ef main (/root/noploop) noploop 21797 [002] 1410598.149428: cycles: 94f main (/root/noploop) noploop 21796 [001] 1410598.150108: instructions: 8f3 main (/root/noploop) noploop 21797 [002] 1410598.150113: instructions: 9cf main (/root/noploop) cksum 21807 [004] 1410598.150509: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.155801: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.157294: instructions: 69b main (/root/noploop) noploop 21797 [002] 1410598.157298: instructions: 8e3 main (/root/noploop) noploop 21796 [001] 1410598.164479: instructions: 673 main (/root/noploop) noploop 21797 [002] 1410598.164483: instructions: 97b main (/root/noploop) cksum 21807 [004] 1410598.167744: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.171664: instructions: 6e7 main (/root/noploop) noploop 21797 [002] 1410598.171668: instructions: 977 main (/root/noploop) noploop 21796 [001] 1410598.178060: cycles: a4b main (/root/noploop) noploop 21797 [002] 1410598.178069: cycles: 79f main (/root/noploop) noploop 21796 [001] 1410598.178849: instructions: 73f main (/root/noploop) noploop 21797 [002] 1410598.178853: instructions: 96f main (/root/noploop) cksum 21807 [004] 1410598.184443: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.184923: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.186034: instructions: 723 main (/root/noploop) noploop 21797 [002] 1410598.186038: instructions: a17 main (/root/noploop) noploop 21796 [001] 1410598.193219: instructions: 70b main (/root/noploop) noploop 21797 [002] 1410598.193223: instructions: 8af main (/root/noploop) noploop 21796 [001] 1410598.200405: instructions: 9c7 main (/root/noploop) noploop 21797 [002] 1410598.200408: instructions: 83f main (/root/noploop) cksum 21807 [004] 1410598.202111: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.206701: cycles: 76b main (/root/noploop) noploop 21797 [002] 1410598.206711: cycles: 807 main (/root/noploop) noploop 21796 [001] 1410598.207592: instructions: 78b main (/root/noploop) noploop 21797 [002] 1410598.207595: instructions: 7fb main (/root/noploop) cksum 21807 [004] 1410598.213085: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.214776: instructions: 6d7 main (/root/noploop) noploop 21797 [002] 1410598.214779: instructions: 6ef main (/root/noploop) cksum 21807 [004] 1410598.219228: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.221961: instructions: 7eb main (/root/noploop) noploop 21797 [002] 1410598.221964: instructions: 86f main (/root/noploop) noploop 21797 [002] 1410598.229149: instructions: 96f main (/root/noploop) noploop 21796 [001] 1410598.229155: instructions: 87f main (/root/noploop) noploop 21796 [001] 1410598.235343: cycles: 8e7 main (/root/noploop) noploop 21797 [002] 1410598.235353: cycles: 76b main (/root/noploop) cksum 21807 [004] 1410598.236321: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.236337: instructions: 95f main (/root/noploop) noploop 21796 [001] 1410598.236342: instructions: 8db main (/root/noploop) cksum 21807 [004] 1410598.241728: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.243521: instructions: 993 main (/root/noploop) noploop 21796 [001] 1410598.243527: instructions: 74b main (/root/noploop) noploop 21797 [002] 1410598.250705: instructions: 8cf main (/root/noploop) noploop 21796 [001] 1410598.250711: instructions: 74f main (/root/noploop) cksum 21807 [004] 1410598.253484: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.257890: instructions: 937 main (/root/noploop) noploop 21796 [001] 1410598.257896: instructions: 6ef main (/root/noploop) noploop 21796 [001] 1410598.263985: cycles: 937 main (/root/noploop) noploop 21797 [002] 1410598.263994: cycles: 867 main (/root/noploop) noploop 21797 [002] 1410598.265076: instructions: 9b3 main (/root/noploop) noploop 21796 [001] 1410598.265082: instructions: 953 main (/root/noploop) cksum 21807 [004] 1410598.270369: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.270672: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.272261: instructions: 6d7 main (/root/noploop) noploop 21796 [001] 1410598.272267: instructions: 8ff main (/root/noploop) noploop 21797 [002] 1410598.279446: instructions: 6c7 main (/root/noploop) noploop 21796 [001] 1410598.279452: instructions: 91f main (/root/noploop) noploop 21797 [002] 1410598.286631: instructions: 76f main (/root/noploop) noploop 21796 [001] 1410598.286636: instructions: 813 main (/root/noploop) cksum 21807 [004] 1410598.287836: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.292627: cycles: 973 main (/root/noploop) noploop 21797 [002] 1410598.292636: cycles: 6cf main (/root/noploop) noploop 21797 [002] 1410598.293818: instructions: 86b main (/root/noploop) noploop 21796 [001] 1410598.293823: instructions: 953 main (/root/noploop) cksum 21807 [004] 1410598.299012: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.301003: instructions: 85b main (/root/noploop) noploop 21796 [001] 1410598.301008: instructions: 85b main (/root/noploop) cksum 21807 [004] 1410598.304899: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.308188: instructions: 853 main (/root/noploop) noploop 21796 [001] 1410598.308194: instructions: a4f main (/root/noploop) noploop 21797 [002] 1410598.315372: instructions: 80b main (/root/noploop) noploop 21796 [001] 1410598.315377: instructions: 8a7 main (/root/noploop) noploop 21796 [001] 1410598.321268: cycles: 923 main (/root/noploop) noploop 21797 [002] 1410598.321278: cycles: 943 main (/root/noploop) cksum 21807 [004] 1410598.322082: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.322558: instructions: 7ab main (/root/noploop) noploop 21796 [001] 1410598.322564: instructions: 9a3 main (/root/noploop) cksum 21807 [004] 1410598.327656: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.329743: instructions: 93b main (/root/noploop) noploop 21796 [001] 1410598.329749: instructions: 973 main (/root/noploop) noploop 21797 [002] 1410598.336927: instructions: 6ab main (/root/noploop) noploop 21796 [001] 1410598.336934: instructions: 8c7 main (/root/noploop) cksum 21807 [004] 1410598.339259: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.344113: instructions: 7e3 main (/root/noploop) noploop 21796 [001] 1410598.344119: instructions: 8cb main (/root/noploop) noploop 21796 [001] 1410598.349909: cycles: 6d3 main (/root/noploop) noploop 21797 [002] 1410598.349919: cycles: 877 main (/root/noploop) noploop 21797 [002] 1410598.351297: instructions: 9b7 main (/root/noploop) noploop 21796 [001] 1410598.351304: instructions: 68b main (/root/noploop) cksum 21807 [004] 1410598.356297: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.356460: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.358482: instructions: 75f main (/root/noploop) noploop 21796 [001] 1410598.358489: instructions: a3b main (/root/noploop) noploop 21797 [002] 1410598.365667: instructions: 8f3 main (/root/noploop) noploop 21796 [001] 1410598.365674: instructions: a13 main (/root/noploop) noploop 21797 [002] 1410598.372852: instructions: a3f main (/root/noploop) noploop 21796 [001] 1410598.372859: instructions: 737 main (/root/noploop) cksum 21807 [004] 1410598.373647: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.378550: cycles: 7d3 main (/root/noploop) noploop 21797 [002] 1410598.378560: cycles: 873 main (/root/noploop) noploop 21797 [002] 1410598.380038: instructions: 74f main (/root/noploop) noploop 21796 [001] 1410598.380045: instructions: 91b main (/root/noploop) cksum 21807 [004] 1410598.384940: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.387221: instructions: 8c7 main (/root/noploop) noploop 21796 [001] 1410598.387229: instructions: 72f main (/root/noploop) cksum 21807 [004] 1410598.390867: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.394407: instructions: 66b main (/root/noploop) noploop 21796 [001] 1410598.394414: instructions: a23 main (/root/noploop) noploop 21797 [002] 1410598.401592: instructions: 85f main (/root/noploop) noploop 21796 [001] 1410598.401598: instructions: 7b7 main (/root/noploop) noploop 21796 [001] 1410598.407192: cycles: 77f main (/root/noploop) noploop 21797 [002] 1410598.407201: cycles: 9a7 main (/root/noploop) cksum 21807 [004] 1410598.408043: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.408778: instructions: 757 main (/root/noploop) noploop 21796 [001] 1410598.408784: instructions: 73f main (/root/noploop) cksum 21807 [004] 1410598.413583: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.415963: instructions: 6c3 main (/root/noploop) noploop 21796 [001] 1410598.415969: instructions: 75f main (/root/noploop) noploop 21797 [002] 1410598.423147: instructions: 85b main (/root/noploop) noploop 21796 [001] 1410598.423153: instructions: 953 main (/root/noploop) cksum 21807 [004] 1410598.425233: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.430332: instructions: a17 main (/root/noploop) noploop 21796 [001] 1410598.430338: instructions: a1f main (/root/noploop) noploop 21796 [001] 1410598.435833: cycles: a4f main (/root/noploop) noploop 21797 [002] 1410598.435843: cycles: 7e3 main (/root/noploop) noploop 21797 [002] 1410598.437519: instructions: 8eb main (/root/noploop) noploop 21796 [001] 1410598.437525: instructions: a17 main (/root/noploop) cksum 21807 [004] 1410598.442225: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.442373: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.444704: instructions: 7e7 main (/root/noploop) noploop 21796 [001] 1410598.444710: instructions: 87f main (/root/noploop) noploop 21797 [002] 1410598.451889: instructions: 6c7 main (/root/noploop) noploop 21796 [001] 1410598.451912: instructions: 99f main (/root/noploop) noploop 21797 [002] 1410598.459073: instructions: 87b main (/root/noploop) noploop 21796 [001] 1410598.459096: instructions: 9cb main (/root/noploop) cksum 21807 [004] 1410598.459586: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.464475: cycles: 6cf main (/root/noploop) noploop 21797 [002] 1410598.464485: cycles: 76f main (/root/noploop) noploop 21797 [002] 1410598.466259: instructions: 90b main (/root/noploop) noploop 21796 [001] 1410598.466283: instructions: 9db main (/root/noploop) cksum 21807 [004] 1410598.470867: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.473443: instructions: 877 main (/root/noploop) noploop 21796 [001] 1410598.473468: instructions: a37 main (/root/noploop) cksum 21807 [004] 1410598.476672: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.480628: instructions: 6f3 main (/root/noploop) noploop 21796 [001] 1410598.480652: instructions: 9df main (/root/noploop) noploop 21797 [002] 1410598.487813: instructions: 93b main (/root/noploop) noploop 21796 [001] 1410598.487837: instructions: 9b7 main (/root/noploop) noploop 21796 [001] 1410598.493116: cycles: 7ef main (/root/noploop) noploop 21797 [002] 1410598.493126: cycles: 89b main (/root/noploop) cksum 21807 [004] 1410598.493741: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.494998: instructions: 6db main (/root/noploop) noploop 21796 [001] 1410598.495022: instructions: 7cf main (/root/noploop) cksum 21807 [004] 1410598.499510: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.502183: instructions: 8c3 main (/root/noploop) noploop 21796 [001] 1410598.502207: instructions: 797 main (/root/noploop) noploop 21797 [002] 1410598.509368: instructions: 70f main (/root/noploop) noploop 21796 [001] 1410598.509392: instructions: 987 main (/root/noploop) cksum 21807 [004] 1410598.510883: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.516553: instructions: 70b main (/root/noploop) noploop 21796 [001] 1410598.516577: instructions: a07 main (/root/noploop) noploop 21796 [001] 1410598.521758: cycles: 9c7 main (/root/noploop) noploop 21797 [002] 1410598.521768: cycles: 78f main (/root/noploop) noploop 21797 [002] 1410598.523740: instructions: 8c3 main (/root/noploop) noploop 21796 [001] 1410598.523763: instructions: 793 main (/root/noploop) cksum 21807 [004] 1410598.528071: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.528153: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.530923: instructions: 673 main (/root/noploop) noploop 21796 [001] 1410598.530947: instructions: 8cb main (/root/noploop) noploop 21797 [002] 1410598.538108: instructions: 7fb main (/root/noploop) noploop 21796 [001] 1410598.538132: instructions: 887 main (/root/noploop) cksum 21807 [004] 1410598.545275: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.545293: instructions: 703 main (/root/noploop) noploop 21796 [001] 1410598.545317: instructions: 7db main (/root/noploop) noploop 21796 [001] 1410598.550399: cycles: 9ab main (/root/noploop) noploop 21797 [002] 1410598.550409: cycles: 9e7 main (/root/noploop) noploop 21797 [002] 1410598.552479: instructions: 89f main (/root/noploop) noploop 21796 [001] 1410598.552503: instructions: 9c7 main (/root/noploop) cksum 21807 [004] 1410598.556794: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.559664: instructions: 9bf main (/root/noploop) noploop 21796 [001] 1410598.559688: instructions: 947 main (/root/noploop) cksum 21807 [004] 1410598.562462: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.566847: instructions: a13 main (/root/noploop) noploop 21796 [001] 1410598.566871: instructions: 9af main (/root/noploop) noploop 21797 [002] 1410598.574032: instructions: 7fb main (/root/noploop) noploop 21796 [001] 1410598.574056: instructions: 8f0 main (/root/noploop) noploop 21796 [001] 1410598.579040: cycles: 7af main (/root/noploop) noploop 21797 [002] 1410598.579050: cycles: 75f main (/root/noploop) cksum 21807 [004] 1410598.579636: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.581218: instructions: 8d7 main (/root/noploop) noploop 21796 [001] 1410598.581604: instructions: 717 main (/root/noploop) cksum 21807 [004] 1410598.585437: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.588402: instructions: 8db main (/root/noploop) noploop 21796 [001] 1410598.589229: instructions: 9e4 main (/root/noploop) noploop 21797 [002] 1410598.595587: instructions: 8d3 main (/root/noploop) cksum 21807 [004] 1410598.596815: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21796 [001] 1410598.596855: instructions: 6ef main (/root/noploop) noploop 21797 [002] 1410598.602771: instructions: 947 main (/root/noploop) swapper 0 [005] 1410598.603979: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.604482: instructions: 928 main (/root/noploop) noploop 21796 [001] 1410598.607682: cycles: 6c4 main (/root/noploop) noploop 21797 [002] 1410598.607691: cycles: 893 main (/root/noploop) noploop 21797 [002] 1410598.609957: instructions: 733 main (/root/noploop) noploop 21796 [001] 1410598.612110: instructions: 67f main (/root/noploop) cksum 21807 [004] 1410598.613988: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) cksum 21807 [004] 1410598.614079: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.617142: instructions: 75b main (/root/noploop) noploop 21796 [001] 1410598.619736: instructions: 6b3 main (/root/noploop) noploop 21797 [002] 1410598.624328: instructions: 8f7 main (/root/noploop) noploop 21796 [001] 1410598.627360: instructions: a18 main (/root/noploop) cksum 21807 [004] 1410598.631186: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.631513: instructions: a0b main (/root/noploop) swapper 0 [005] 1410598.632619: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.634987: instructions: 66b main (/root/noploop) noploop 21796 [001] 1410598.636324: cycles: 92c main (/root/noploop) noploop 21797 [002] 1410598.636333: cycles: 6e7 main (/root/noploop) noploop 21797 [002] 1410598.638698: instructions: 8a3 main (/root/noploop) noploop 21796 [001] 1410598.642614: instructions: 8ef main (/root/noploop) cksum 21807 [004] 1410598.642721: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) 203ef __libc_start_main (/lib/x86_64-linux-gnu/libc-2.24.so) 1724 _start (/usr/bin/cksum) noploop 21797 [002] 1410598.645883: instructions: 7e7 main (/root/noploop) cksum 21807 [004] 1410598.648405: instructions: 1adb cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.650240: instructions: 9c4 main (/root/noploop) noploop 21797 [002] 1410598.653067: instructions: 94b main (/root/noploop) noploop 21796 [001] 1410598.657866: instructions: 9e0 main (/root/noploop) noploop 21797 [002] 1410598.660253: instructions: 957 main (/root/noploop) swapper 0 [005] 1410598.661259: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.664965: cycles: 717 main (/root/noploop) noploop 21797 [002] 1410598.664975: cycles: 69b main (/root/noploop) noploop 21796 [001] 1410598.665495: instructions: a0c main (/root/noploop) cksum 21807 [004] 1410598.665552: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.667440: instructions: 697 main (/root/noploop) cksum 21807 [004] 1410598.671379: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.673121: instructions: 677 main (/root/noploop) noploop 21797 [002] 1410598.674624: instructions: 837 main (/root/noploop) noploop 21796 [001] 1410598.680736: instructions: a48 main (/root/noploop) noploop 21797 [002] 1410598.681808: instructions: 6eb main (/root/noploop) cksum 21807 [004] 1410598.682522: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.688362: instructions: 79b main (/root/noploop) noploop 21797 [002] 1410598.688994: instructions: 94b main (/root/noploop) swapper 0 [005] 1410598.689898: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.693606: cycles: 96f main (/root/noploop) noploop 21797 [002] 1410598.693617: cycles: 87b main (/root/noploop) noploop 21796 [001] 1410598.695990: instructions: 7c0 main (/root/noploop) noploop 21797 [002] 1410598.696180: instructions: 86f main (/root/noploop) cksum 21807 [004] 1410598.699700: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) cksum 21807 [004] 1410598.700021: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.703364: instructions: 737 main (/root/noploop) noploop 21796 [001] 1410598.703616: instructions: 9c0 main (/root/noploop) noploop 21797 [002] 1410598.710549: instructions: 867 main (/root/noploop) noploop 21796 [001] 1410598.711241: instructions: 70b main (/root/noploop) cksum 21807 [004] 1410598.716851: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.717736: instructions: 85b main (/root/noploop) swapper 0 [005] 1410598.718538: cycles: af2c01 poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.718864: instructions: 71c main (/root/noploop) noploop 21796 [001] 1410598.722248: cycles: 76b main (/root/noploop) noploop 21797 [002] 1410598.722259: cycles: 99f main (/root/noploop) noploop 21797 [002] 1410598.724923: instructions: 683 main (/root/noploop) noploop 21796 [001] 1410598.726493: instructions: 6df main (/root/noploop) cksum 21807 [004] 1410598.728663: cycles: ae2d1e copy_user_enhanced_fast_string (/lib/modules/4.13.0-rc1/build/vmlinux) 651824 copy_page_to_iter (/lib/modules/4.13.0-rc1/build/vmlinux) 3b5d64 generic_file_read_iter (/lib/modules/4.13.0-rc1/build/vmlinux) 4e8626 ext4_file_read_iter (/lib/modules/4.13.0-rc1/build/vmlinux) 44b0fe __vfs_read (/lib/modules/4.13.0-rc1/build/vmlinux) 44bd56 vfs_read (/lib/modules/4.13.0-rc1/build/vmlinux) 44d495 sys_read (/lib/modules/4.13.0-rc1/build/vmlinux) af30bb entry_SYSCALL_64_fastpath (/lib/modules/4.13.0-rc1/build/vmlinux) 7afe0 _IO_file_read (/lib/x86_64-linux-gnu/libc-2.24.so) 7ad41 _IO_file_xsgetn (/lib/x86_64-linux-gnu/libc-2.24.so) 79b8f __GI___fread_unlocked (/lib/x86_64-linux-gnu/libc-2.24.so) 1b23 cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.732108: instructions: 7cf main (/root/noploop) cksum 21807 [004] 1410598.733868: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.734119: instructions: 8a8 main (/root/noploop) noploop 21797 [002] 1410598.739299: instructions: 6a3 main (/root/noploop) noploop 21796 [001] 1410598.741746: instructions: a1c main (/root/noploop) noploop 21797 [002] 1410598.746484: instructions: 77f main (/root/noploop) swapper 0 [005] 1410598.747178: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.749373: instructions: a44 main (/root/noploop) cksum 21807 [004] 1410598.750821: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.750890: cycles: 7eb main (/root/noploop) noploop 21797 [002] 1410598.750900: cycles: 98f main (/root/noploop) noploop 21797 [002] 1410598.753670: instructions: 73f main (/root/noploop) noploop 21796 [001] 1410598.757000: instructions: a4c main (/root/noploop) cksum 21807 [004] 1410598.757306: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.760856: instructions: 8c7 main (/root/noploop) noploop 21796 [001] 1410598.764626: instructions: 95b main (/root/noploop) cksum 21807 [004] 1410598.767889: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.768041: instructions: 9fb main (/root/noploop) noploop 21796 [001] 1410598.771989: instructions: 69b main (/root/noploop) noploop 21797 [002] 1410598.775226: instructions: 727 main (/root/noploop) noploop 21796 [001] 1410598.779173: instructions: 7ef main (/root/noploop) noploop 21796 [001] 1410598.779532: cycles: 78b main (/root/noploop) noploop 21797 [002] 1410598.779543: cycles: 853 main (/root/noploop) noploop 21797 [002] 1410598.782412: instructions: 77f main (/root/noploop) cksum 21807 [004] 1410598.785060: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) cksum 21807 [004] 1410598.785948: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.786362: instructions: 9fb main (/root/noploop) noploop 21797 [002] 1410598.789597: instructions: 8e3 main (/root/noploop) noploop 21796 [001] 1410598.793547: instructions: a1b main (/root/noploop) noploop 21797 [002] 1410598.796782: instructions: 887 main (/root/noploop) noploop 21796 [001] 1410598.800732: instructions: 923 main (/root/noploop) cksum 21807 [004] 1410598.802246: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.803967: instructions: 93f main (/root/noploop) noploop 21796 [001] 1410598.807917: instructions: 887 main (/root/noploop) noploop 21796 [001] 1410598.808173: cycles: 913 main (/root/noploop) noploop 21797 [002] 1410598.808184: cycles: a53 main (/root/noploop) noploop 21797 [002] 1410598.811152: instructions: 807 main (/root/noploop) cksum 21807 [004] 1410598.814589: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.815102: instructions: 72f main (/root/noploop) noploop 21797 [002] 1410598.818337: instructions: 99f main (/root/noploop) cksum 21807 [004] 1410598.819414: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.822287: instructions: 703 main (/root/noploop) noploop 21797 [002] 1410598.825521: instructions: 73b main (/root/noploop) noploop 21796 [001] 1410598.829472: instructions: a23 main (/root/noploop) noploop 21797 [002] 1410598.832706: instructions: 803 main (/root/noploop) cksum 21807 [004] 1410598.836558: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.836657: instructions: 7d3 main (/root/noploop) noploop 21796 [001] 1410598.836815: cycles: 8d7 main (/root/noploop) noploop 21797 [002] 1410598.836825: cycles: 95f main (/root/noploop) noploop 21797 [002] 1410598.839892: instructions: 8cf main (/root/noploop) cksum 21807 [004] 1410598.843232: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.843843: instructions: 89f main (/root/noploop) noploop 21797 [002] 1410598.847076: instructions: a3f main (/root/noploop) noploop 21796 [001] 1410598.851027: instructions: 76b main (/root/noploop) cksum 21807 [004] 1410598.853729: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.854261: instructions: a03 main (/root/noploop) noploop 21796 [001] 1410598.858212: instructions: 80b main (/root/noploop) noploop 21797 [002] 1410598.861446: instructions: a07 main (/root/noploop) noploop 21796 [001] 1410598.865397: instructions: 917 main (/root/noploop) noploop 21796 [001] 1410598.865456: cycles: 7ef main (/root/noploop) noploop 21797 [002] 1410598.865466: cycles: 92b main (/root/noploop) noploop 21797 [002] 1410598.868632: instructions: 6db main (/root/noploop) cksum 21807 [004] 1410598.870889: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) cksum 21807 [004] 1410598.871891: cycles: 1ac6 cksum (/usr/bin/cksum) noploop 21796 [001] 1410598.872583: instructions: 9f7 main (/root/noploop) noploop 21797 [002] 1410598.875817: instructions: 697 main (/root/noploop) noploop 21796 [001] 1410598.879768: instructions: 7d3 main (/root/noploop) noploop 21797 [002] 1410598.883000: instructions: 933 main (/root/noploop) noploop 21796 [001] 1410598.886951: instructions: 9cc main (/root/noploop) cksum 21807 [004] 1410598.888074: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.890185: instructions: 993 main (/root/noploop) noploop 21796 [001] 1410598.894096: cycles: 6eb main (/root/noploop) noploop 21797 [002] 1410598.894108: cycles: 6c3 main (/root/noploop) noploop 21796 [001] 1410598.894553: instructions: 9e0 main (/root/noploop) swapper 0 [005] 1410598.895787: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21797 [002] 1410598.897371: instructions: 7c3 main (/root/noploop) cksum 21807 [004] 1410598.900532: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.902180: instructions: 9a4 main (/root/noploop) noploop 21797 [002] 1410598.904556: instructions: 95f main (/root/noploop) cksum 21807 [004] 1410598.905217: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.909806: instructions: 9c0 main (/root/noploop) noploop 21797 [002] 1410598.911741: instructions: 95f main (/root/noploop) noploop 21796 [001] 1410598.917432: instructions: 8e4 main (/root/noploop) noploop 21797 [002] 1410598.918925: instructions: 8cb main (/root/noploop) cksum 21807 [004] 1410598.922385: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.922738: cycles: a18 main (/root/noploop) noploop 21797 [002] 1410598.922749: cycles: 7d3 main (/root/noploop) swapper 0 [005] 1410598.924427: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21796 [001] 1410598.925060: instructions: 9e3 main (/root/noploop) noploop 21797 [002] 1410598.926110: instructions: 953 main (/root/noploop) cksum 21807 [004] 1410598.929175: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.932685: instructions: 9c4 main (/root/noploop) noploop 21797 [002] 1410598.933295: instructions: 6cf main (/root/noploop) cksum 21807 [004] 1410598.939563: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21796 [001] 1410598.940311: instructions: 8cb main (/root/noploop) noploop 21797 [002] 1410598.940480: instructions: 867 main (/root/noploop) noploop 21797 [002] 1410598.947665: instructions: a03 main (/root/noploop) noploop 21796 [001] 1410598.947923: instructions: 893 main (/root/noploop) noploop 21796 [001] 1410598.951379: cycles: 687 main (/root/noploop) noploop 21797 [002] 1410598.951390: cycles: 78b main (/root/noploop) swapper 0 [005] 1410598.953066: cycles: af2bfe poll_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 956752 cpuidle_enter_state (/lib/modules/4.13.0-rc1/build/vmlinux) 956957 cpuidle_enter (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8623 call_cpuidle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c88c9 do_idle (/lib/modules/4.13.0-rc1/build/vmlinux) 2c8b13 cpu_startup_entry (/lib/modules/4.13.0-rc1/build/vmlinux) 252886 start_secondary (/lib/modules/4.13.0-rc1/build/vmlinux) 2000cf verify_cpu (/lib/modules/4.13.0-rc1/build/vmlinux) noploop 21797 [002] 1410598.954849: instructions: 6e3 main (/root/noploop) noploop 21796 [001] 1410598.955534: instructions: 68b main (/root/noploop) cksum 21807 [004] 1410598.956752: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) cksum 21807 [004] 1410598.957817: cycles: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.962034: instructions: 703 main (/root/noploop) noploop 21796 [001] 1410598.962952: instructions: 9b3 main (/root/noploop) noploop 21797 [002] 1410598.969219: instructions: 89f main (/root/noploop) noploop 21796 [001] 1410598.970137: instructions: 707 main (/root/noploop) cksum 21807 [004] 1410598.973926: instructions: 193b cksum (/usr/bin/cksum) 1f52 main (/usr/bin/cksum) noploop 21797 [002] 1410598.976404: instructions: 552f0000552f [unknown] ([unknown]) noploop 21796 [001] 1410598.977322: instructions: 774db3aa23 [unknown] ([unknown]) ================================================ FILE: test/perf-dd-stacks-01.txt ================================================ dd 29776 666709.771979: 10101010 cpu-clock: 414b3b fsnotify (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6b4c vfs_read (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6b9f sys_read (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5f70 read (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.782078: 10101010 cpu-clock: 3d5d39 rw_verify_area (/lib/modules/4.1.0-virtual/build/vmlinux) 3d68f3 vfs_write (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6c4f sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.792207: 10101010 cpu-clock: 2d0c00 __srcu_read_unlock (/lib/modules/4.1.0-virtual/build/vmlinux) 414d4c fsnotify (/lib/modules/4.1.0-virtual/build/vmlinux) 3d69de vfs_write (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6c4f sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.802280: 10101010 cpu-clock: e5f70 read (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.812381: 10101010 cpu-clock: 3d6c5b sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.822526: 10101010 cpu-clock: 2d0bfc __srcu_read_unlock (/lib/modules/4.1.0-virtual/build/vmlinux) 414d4c fsnotify (/lib/modules/4.1.0-virtual/build/vmlinux) 3d69de vfs_write (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6c4f sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.832583: 10101010 cpu-clock: 2d0c0b __srcu_read_unlock (/lib/modules/4.1.0-virtual/build/vmlinux) 414d4c fsnotify (/lib/modules/4.1.0-virtual/build/vmlinux) 3d69de vfs_write (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6c4f sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) dd 29776 666709.842684: 10101010 cpu-clock: 3f2fa6 __fget_light (/lib/modules/4.1.0-virtual/build/vmlinux) 3f2fe3 __fdget (/lib/modules/4.1.0-virtual/build/vmlinux) 3f3ab2 __fdget_pos (/lib/modules/4.1.0-virtual/build/vmlinux) 3d6c28 sys_write (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5fd0 write (/lib/x86_64-linux-gnu/libc-2.15.so) dd 29776 666709.852785: 10101010 cpu-clock: 31ef [unknown] (/bin/dd) 7f2eb2b31c2c [unknown] ([unknown]) dd 29776 666709.862886: 10101010 cpu-clock: 3f3aa0 __fdget_pos (/lib/modules/4.1.0-virtual/build/vmlinux) 968f6e system_call (/lib/modules/4.1.0-virtual/build/vmlinux) e5f70 read (/lib/x86_64-linux-gnu/libc-2.15.so) 0 [unknown] ([unknown]) dd 29776 666709.872987: 10101010 cpu-clock: 968f37 system_call (/lib/modules/4.1.0-virtual/build/vmlinux) 246 [unknown] ([unknown]) ================================================ FILE: test/perf-funcab-cmd-01.txt ================================================ # ======== # captured on: Thu Jul 7 20:47:43 2016 # hostname : bgregg-test-i-xxxxxxxx # os release : 3.13.0-49-generic # perf version : 3.13.11-ckt17 # arch : x86_64 # nrcpus online : 2 # nrcpus avail : 2 # cpudesc : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz # cpuid : GenuineIntel,6,62,4 # total memory : 7693752 kB # cmdline : /usr/lib/linux-tools-3.13.0-49/perf record -F 99 -g ./func_ab # event : name = cpu-clock, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0 # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: software = 1, tracepoint = 2, breakpoint = 5 # ======== # func_ab 15285 28075374.517811: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.530122: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.542454: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.554769: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.567082: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.579396: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.591710: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.604026: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.615216: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.627530: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.639851: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.652209: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.664492: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.676807: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.689123: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.701438: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.713751: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.724990: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.737309: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.749628: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.761973: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.775638: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.787952: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.800267: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.812587: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.824901: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.837234: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.848441: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.860755: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.873052: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.885365: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.897680: cpu-clock: 40056c func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.909993: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.922308: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.934639: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.946953: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.959267: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.970475: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.982769: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075374.995083: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.007397: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.019712: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.032056: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.044397: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.056721: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.069036: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.080244: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.092556: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.105076: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.117390: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.129691: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.142020: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.154335: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.166633: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.178947: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.191263: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.202470: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.214783: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.227079: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.239433: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.251747: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.264056: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.276375: cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.288683: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.300999: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.313313: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.324520: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.336851: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.349164: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.361479: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.374963: cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.387278: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.399592: cpu-clock: 400545 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.411878: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.424221: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.435408: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.447766: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.460056: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.472392: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.484706: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.497070: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.509403: cpu-clock: 400545 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.521718: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.534048: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.546363: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.557572: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.569886: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.582198: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.594491: cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.606826: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.619110: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.631423: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.643754: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.656056: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.668383: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.679591: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.691906: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.704220: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.716535: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.728897: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.741228: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.753548: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.765902: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.778217: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.790578: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.801722: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.814042: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.826400: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.838733: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.851048: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.863362: cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.875676: cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.887990: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.900305: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.911513: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.923789: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.936193: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.948433: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.960746: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.973061: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.985376: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075375.997691: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.010006: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.022308: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.033606: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.045882: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.058195: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.070515: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.082829: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.095142: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.107456: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.119771: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.132056: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.144455: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.155623: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.167936: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.180224: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.192537: cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.204850: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.217165: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.229481: cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.241717: cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.254032: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.265201: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.277516: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.289829: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.302145: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.314460: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.326774: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.339106: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.351420: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.363736: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.376057: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.387267: cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.399550: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.411889: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.424209: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.436532: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.448852: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.461166: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.473480: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.485794: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.498151: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.509361: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.521675: cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.533989: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.546259: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.558590: cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15285 28075376.570905: cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f9ca5486ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) ================================================ FILE: test/perf-funcab-pid-01.txt ================================================ # ======== # captured on: Thu Jul 7 20:48:39 2016 # hostname : bgregg-test-i-xxxxxxxx # os release : 3.13.0-49-generic # perf version : 3.13.11-ckt17 # arch : x86_64 # nrcpus online : 2 # nrcpus avail : 2 # cpudesc : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz # cpuid : GenuineIntel,6,62,4 # total memory : 7693752 kB # cmdline : /usr/lib/linux-tools-3.13.0-49/perf record -F 99 -p 15294 -g # event : name = cpu-clock, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0 # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: software = 1, tracepoint = 2, breakpoint = 5 # ======== # func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400568 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400541 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400549 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400550 func_a (/root/lang/func_ab) 40059d main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400570 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) func_ab 15294 cpu-clock: 400577 func_b (/root/lang/func_ab) 4005b1 main (/root/lang/func_ab) 7f10b9594ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) ================================================ FILE: test/perf-iperf-stacks-pidtid-01.txt ================================================ iperf 27409/28744 [000] 441995.133575: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.133584: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) iperf 27409/28741 [002] 441995.133589: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5264 __wake_up (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d0ee sk_stream_write_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c68aa tcp_check_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbd0f tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.133599: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714a6 preempt_schedule_common (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714dc _cond_resched (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3cb301 kmem_cache_alloc_node (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8659ae __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c2876 sk_stream_alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3763 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.143681: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.143685: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28738 [002] 441995.143689: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.143703: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.153778: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.153785: cpu-clock: 8647d5 skb_release_head_state (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 865447 kfree_skb_partial (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfb2 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.153788: cpu-clock: 8cf2f7 tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.153798: cpu-clock: 8c0efa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.163877: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.163886: cpu-clock: 973cae schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.163895: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.163898: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28739 [000] 441995.173977: cpu-clock: 8d6c86 tcp_v4_send_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.173991: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.173993: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.173999: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.184057: cpu-clock: 8cc0cb tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.184057: cpu-clock: 8c63f5 tcp_event_data_recv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.184057: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.184057: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.194180: cpu-clock: 8cf77b tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.194189: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.194197: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.194202: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.204245: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.204281: cpu-clock: 8ddf55 raw_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.204290: cpu-clock: 974bc6 _raw_spin_lock_irqsave (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.204303: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.214381: cpu-clock: 8b2c2b ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28736 [001] 441995.214394: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203b13 prepare_exit_to_usermode (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203bf5 syscall_return_slowpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974f98 int_ret_from_sys_call (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) run 28796/28796 [002] 441995.214395: cpu-clock: 201028 xen_hypercall_mmu_update (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 39fc2a do_set_pte (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3731a5 filemap_map_pages (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3a19cc handle_mm_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 262fba __do_page_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 263280 do_page_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976fb8 page_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 141460 __GI___strncmp_ssse3 (/lib/x86_64-linux-gnu/libc-2.19.so) 752f3a646e616d6d [unknown] ([unknown]) iperf 28735/28737 [003] 441995.214404: cpu-clock: 8b6f42 ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.224484: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.224492: cpu-clock: 864dfe __copy_skb_header (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 864ece __skb_clone (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8666c3 skb_clone (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf25c tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.224496: cpu-clock: 865965 __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28737 [003] 441995.224505: cpu-clock: 8b6a50 __ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.234587: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.234598: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.234599: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.234606: cpu-clock: 3bf63a policy_zonelist (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3bfa1f alloc_pages_current (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86086c skb_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861221 sk_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c31c3 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.244685: cpu-clock: 405eb7 __fget_light (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85c9a7 sockfd_lookup_light (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d3e7 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.244695: cpu-clock: 85d3e7 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.244698: cpu-clock: 864290 kfree_skbmem (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfb2 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.244707: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.254786: cpu-clock: 8c660c tcp_event_data_recv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbf3e tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.254798: cpu-clock: 8d0485 tcp_release_cb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c149d tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28736 [001] 441995.254800: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.254807: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.264889: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.264898: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.264904: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.264912: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203b13 prepare_exit_to_usermode (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203bf5 syscall_return_slowpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974f98 int_ret_from_sys_call (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.274988: cpu-clock: 974bc6 _raw_spin_lock_irqsave (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2ddd16 mod_timer (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 860938 sk_reset_timer (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ceb81 tcp_schedule_loss_probe (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf851 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.274997: cpu-clock: 878075 netif_rx (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.275000: cpu-clock: 8c62c0 tcp_grow_window.isra.27 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbf3e tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.275010: cpu-clock: 8add23 ipv4_dst_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85f92c __sk_dst_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6fd3 ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.285090: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.285099: cpu-clock: 8d6037 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) run 28797/28797 [002] 441995.285101: cpu-clock: 379edc free_hot_cold_page_list (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 380c63 release_pages (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3b2c8f free_pages_and_swap_cache (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 39d146 tlb_flush_mmu_free (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 39e0ec tlb_finish_mmu (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ef4a2 shift_arg_pages (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ef6c8 setup_arg_pages (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 43f328 load_elf_binary (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3effbe search_binary_handler (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 43d3ce load_script (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3effbe search_binary_handler (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3f15e6 do_execveat_common.isra.31 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3f19fa sys_execve (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9750d5 return_from_execve (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) c1337 __execve (/lib/x86_64-linux-gnu/libc-2.19.so) iperf 28735/28737 [003] 441995.285114: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.295195: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203b13 prepare_exit_to_usermode (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 203bf5 syscall_return_slowpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974f98 int_ret_from_sys_call (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.295199: cpu-clock: 87841a __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.295206: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.295212: cpu-clock: 8d3833 tcp_md5_do_lookup (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cd64d tcp_established_options (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ce8b4 tcp_current_mss (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf86c tcp_send_mss (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3077 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.305291: cpu-clock: 376bf9 __zone_watermark_ok (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 37acf9 get_page_from_freelist (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 37b6b7 __alloc_pages_nodemask (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3bfa31 alloc_pages_current (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86086c skb_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861221 sk_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c31c3 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.305300: cpu-clock: 8d7793 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) multilog 28797/28797 [002] 441995.305305: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 263280 do_page_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976fb8 page_fault (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) c684 _dl_relocate_object (/lib/x86_64-linux-gnu/ld-2.19.so) 3afa dl_main (/lib/x86_64-linux-gnu/ld-2.19.so) 17565 _dl_sysdep_start (/lib/x86_64-linux-gnu/ld-2.19.so) iperf 27409/28743 [003] 441995.305313: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28744 [000] 441995.315395: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.315401: cpu-clock: 864faf __skb_clone (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8666c3 skb_clone (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf25c tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.315405: cpu-clock: 2d13 [unknown] (/usr/bin/iperf) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.315414: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20bdd9 xen_irq_enable_direct_end (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) iperf 27409/28744 [000] 441995.325493: cpu-clock: 8d3794 sock_put (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.325502: cpu-clock: 87adb5 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.325506: cpu-clock: 8600e0 sock_def_readable (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.325515: cpu-clock: 8618e0 release_sock (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.335594: cpu-clock: 8d3840 tcp_v4_md5_lookup (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cede7 tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.335603: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28738 [002] 441995.335611: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.335616: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.345698: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5264 __wake_up (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d0ee sk_stream_write_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c68aa tcp_check_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbd0f tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.345704: cpu-clock: 8cf16d tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28741 [002] 441995.345709: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.345717: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28739 [000] 441995.355797: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.355806: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.355809: cpu-clock: f7a __vdso_gettimeofday ([vdso]) 2c5f [unknown] (/usr/bin/iperf) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.355821: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.365859: cpu-clock: 8d754d tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.365897: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.365918: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.365920: cpu-clock: 87b0c9 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28744 [000] 441995.375998: cpu-clock: 85d23c sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.376010: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.376010: cpu-clock: 862bfc sk_free (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f33f loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.376020: cpu-clock: 87ab49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28739 [000] 441995.386052: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.386108: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.386112: cpu-clock: 8792cd net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.386120: cpu-clock: 8c14ad tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.396211: cpu-clock: 5a5641 copy_from_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.396211: cpu-clock: 396ed5 kmalloc_slab (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 864731 __kmalloc_reserve.isra.32 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8659de __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0fc4 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.396212: cpu-clock: 87a701 validate_xmit_skb.isra.102.part.103 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b1af __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.396222: cpu-clock: 8b6d85 ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.406305: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.406310: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.406313: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28737 [003] 441995.406322: cpu-clock: 860926 sk_reset_timer (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf851 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.416402: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.416411: cpu-clock: 8792c9 net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.416415: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.416424: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.426503: cpu-clock: 86598d __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c2876 sk_stream_alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3763 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.426513: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.426516: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28737 [003] 441995.426525: cpu-clock: 8bf626 tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.436604: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5264 __wake_up (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d0ee sk_stream_write_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c68aa tcp_check_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbd0f tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.436613: cpu-clock: 8bc169 __inet_lookup_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d742a tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.436617: cpu-clock: 76f325 loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.436626: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28744 [000] 441995.446705: cpu-clock: ee80 __pthread_disable_asynccancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28736 [001] 441995.446717: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.446718: cpu-clock: 864705 __kmalloc_reserve.isra.32 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0fc4 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.446727: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.456807: cpu-clock: 8b6714 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.456816: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.456820: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5264 __wake_up (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d0ee sk_stream_write_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c68aa tcp_check_space (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbd0f tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.456829: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.466907: cpu-clock: 86bbcb skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.466916: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.466926: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.466928: cpu-clock: 862bfc sk_free (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f33f loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.477008: cpu-clock: 2e41d5 ktime_get_with_offset (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87808c netif_rx (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f388 loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.477017: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.477021: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.477032: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.487093: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) iperf 28735/28736 [001] 441995.487119: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.487122: cpu-clock: 5a1213 __memmove (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.487136: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714a6 preempt_schedule_common (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714dc _cond_resched (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3cb301 kmem_cache_alloc_node (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8659ae __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c2876 sk_stream_alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3763 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.497210: cpu-clock: 861af6 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.497219: cpu-clock: 8add23 ipv4_dst_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60f6 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.497223: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.497233: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.507315: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.507321: cpu-clock: 27a000 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.507324: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) iperf 28735/28737 [003] 441995.507333: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.517413: cpu-clock: 8bf637 tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.517421: cpu-clock: 2b547f finish_wait (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b0b sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28741 [002] 441995.517424: cpu-clock: 8d6037 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28737 [003] 441995.517435: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.527513: cpu-clock: 877fb4 netif_rx_internal (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87808c netif_rx (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f388 loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c628b __tcp_ack_snd_check (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbfa1 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.527523: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.527526: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.527536: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.537616: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.537623: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.537626: cpu-clock: 2bc681 __raw_callee_save___pv_queued_spin_unlock (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c2f86 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.537636: cpu-clock: 3bfa55 alloc_pages_current (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86086c skb_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861221 sk_page_frag_refill (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c31c3 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.547716: cpu-clock: 8b3317 ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.547725: cpu-clock: 8cdfdb tcp_wfree (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f33f loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.547733: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.547737: cpu-clock: 8c9205 tcp_rcv_space_adjust (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.557817: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28736 [001] 441995.557826: cpu-clock: 406bd5 __fdget_pos (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.557830: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714a6 preempt_schedule_common (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9714dc _cond_resched (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3cb301 kmem_cache_alloc_node (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8659ae __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c2876 sk_stream_alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3763 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.557838: cpu-clock: 881435 dst_release (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d0753 tcp_push_one (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3585 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.567918: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.567927: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2ddda5 mod_timer (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 860938 sk_reset_timer (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ca418 tcp_rearm_rto (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8caa4b tcp_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbcd4 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.567930: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3796eb free_compound_page (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3806d4 __put_compound_page (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 380716 put_compound_page (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3808b6 put_page (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 865228 skb_release_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8652b4 skb_release_all (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8652d2 __kfree_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cabfc tcp_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cbcd4 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7790 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bff04 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25980008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.567943: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.578021: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.578027: cpu-clock: 974a9b _raw_spin_lock_bh (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c0e5b tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.578031: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28743 [003] 441995.578040: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28742 [001] 441995.588210: cpu-clock: 8bc115 __inet_lookup_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d1079 tcp_send_ack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf9a6 tcp_cleanup_rbuf (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1495 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 27409/28743 [003] 441995.588210: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f258c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.588210: cpu-clock: 879075 net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.588210: cpu-clock: f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28739 [000] 441995.598220: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.598230: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.598233: cpu-clock: 2e41dc ktime_get_with_offset (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87808c netif_rx (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 76f388 loopback_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87aa49 dev_hard_start_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b126 __dev_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 87b253 dev_queue_xmit_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6862 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28743 [003] 441995.598244: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 861b29 sk_wait_data (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c1525 tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28739 [000] 441995.608322: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28736 [001] 441995.608332: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5580 __wake_up_sync_key (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d65f8 tcp_prequeue (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d7781 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28741 [002] 441995.608333: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) iperf 28735/28737 [003] 441995.608343: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28739 [000] 441995.618422: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3913 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.618431: cpu-clock: 405eb5 __fget_light (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85c9a7 sockfd_lookup_light (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d3e7 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.618435: cpu-clock: 865965 __alloc_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3763 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.618443: cpu-clock: 8b35bc ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6782 ip_finish_output2 (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b7ab3 ip_finish_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b886d ip_output (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6b61 ip_local_out_sk (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b6eca ip_queue_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf1fa tcp_transmit_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cf725 tcp_write_xmit (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d067e __tcp_push_pending_frames (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bf70f tcp_push (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3021 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.628523: cpu-clock: 8d7037 tcp_v4_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2f6f ip_local_deliver_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b3231 ip_local_deliver (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b2c2a ip_rcv_finish (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8b352d ip_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8789d7 __netif_receive_skb_core (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 878d48 __netif_receive_skb (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 879a0f process_backlog (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8791bc net_rx_action (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 279de7 __do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 976b4c do_softirq_own_stack (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a047 do_softirq (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 27a0cd __local_bh_enable_ip (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc012 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 27409/28742 [001] 441995.628533: cpu-clock: 59fef5 copy_user_enhanced_fast_string (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86bb0e skb_copy_datagram_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8cc255 tcp_rcv_established (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8d60a0 tcp_v4_do_rcv (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8bfee7 tcp_prequeue_process (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c16aa tcp_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ec08f inet_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d23b sock_recvmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d455 SYSC_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85e63e sys_recvfrom (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f7eb __libc_recv (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f25900008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) iperf 28735/28738 [002] 441995.628543: cpu-clock: 20122a xen_hypercall_xen_version (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 20be32 check_events (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 970cb7 __schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 9712a3 schedule (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 973c9a schedule_timeout (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d1e2 sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 28735/28737 [003] 441995.628545: cpu-clock: 974bca _raw_spin_lock_irqsave (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 2b5456 finish_wait (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 86d36a sk_stream_wait_memory (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8c3453 tcp_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 8ebf17 inet_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d708 sock_sendmsg (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 85d798 sock_write_iter (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3e9b6a __vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3ea199 vfs_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 3eae86 sys_write (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) 974e36 entry_SYSCALL_64_fastpath (/lib/modules/4.3.0-rc1-virtual/build/vmlinux) f35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 20000 [unknown] ([unknown]) iperf 27409/28744 [000] 441995.638625: cpu-clock: 762f [unknown] (/usr/bin/iperf) 7f259c0008f0 [unknown] ([unknown]) 0 [unknown] ([unknown]) ================================================ FILE: test/perf-java-faults-01.txt ================================================ perf 47118 [011] 51499.088689: 1 page-faults: 29ebc cmd_record (/usr/bin/perf) 69695 run_builtin (/usr/bin/perf) 1cfa6 main (/usr/bin/perf) 21ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 47118 [011] 51499.088702: 1 page-faults: 29f65 cmd_record (/usr/bin/perf) 69695 run_builtin (/usr/bin/perf) 1cfa6 main (/usr/bin/perf) 21ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 47118 [011] 51499.088706: 1 page-faults: 29f65 cmd_record (/usr/bin/perf) 69695 run_builtin (/usr/bin/perf) 1cfa6 main (/usr/bin/perf) 21ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 47118 [011] 51499.088709: 4 page-faults: 29f65 cmd_record (/usr/bin/perf) 69695 run_builtin (/usr/bin/perf) 1cfa6 main (/usr/bin/perf) 21ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 47119 [029] 51499.088715: 1 page-faults: 9ffa do_lookup_x (/lib/x86_64-linux-gnu/ld-2.19.so) perf 47118 [011] 51499.088718: 33 page-faults: 29f65 cmd_record (/usr/bin/perf) 69695 run_builtin (/usr/bin/perf) 1cfa6 main (/usr/bin/perf) 21ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 47119 [029] 51499.088725: 1 page-faults: 9ffa do_lookup_x (/lib/x86_64-linux-gnu/ld-2.19.so) perf 47119 [029] 51499.088733: 1 page-faults: 9ffa do_lookup_x (/lib/x86_64-linux-gnu/ld-2.19.so) perf 47119 [029] 51499.088738: 4 page-faults: 9ffa do_lookup_x (/lib/x86_64-linux-gnu/ld-2.19.so) perf 47119 [029] 51499.088764: 20 page-faults: 9ffa do_lookup_x (/lib/x86_64-linux-gnu/ld-2.19.so) sleep 47119 [021] 51499.089086: 1 page-faults: 5b0415 __clear_user (/lib/modules/4.4.9-virtual/build/vmlinux) 5b046b clear_user (/lib/modules/4.4.9-virtual/build/vmlinux) 447364 padzero (/lib/modules/4.4.9-virtual/build/vmlinux) 449719 load_elf_binary (/lib/modules/4.4.9-virtual/build/vmlinux) 3f938e search_binary_handler (/lib/modules/4.4.9-virtual/build/vmlinux) 3fa9e7 do_execveat_common.isra.31 (/lib/modules/4.4.9-virtual/build/vmlinux) 3fae1a sys_execve (/lib/modules/4.4.9-virtual/build/vmlinux) 990b95 return_from_execve (/lib/modules/4.4.9-virtual/build/vmlinux) c1337 __execve (/lib/x86_64-linux-gnu/libc-2.19.so) sleep 47119 [021] 51499.089108: 1 page-faults: 5b0415 __clear_user (/lib/modules/4.4.9-virtual/build/vmlinux) 5b046b clear_user (/lib/modules/4.4.9-virtual/build/vmlinux) 447364 padzero (/lib/modules/4.4.9-virtual/build/vmlinux) 44a419 load_elf_binary (/lib/modules/4.4.9-virtual/build/vmlinux) 3f938e search_binary_handler (/lib/modules/4.4.9-virtual/build/vmlinux) 3fa9e7 do_execveat_common.isra.31 (/lib/modules/4.4.9-virtual/build/vmlinux) 3fae1a sys_execve (/lib/modules/4.4.9-virtual/build/vmlinux) 990b95 return_from_execve (/lib/modules/4.4.9-virtual/build/vmlinux) c1337 __execve (/lib/x86_64-linux-gnu/libc-2.19.so) sleep 47119 [021] 51499.089124: 1 page-faults: 5aebb5 copy_user_enhanced_fast_string (/lib/modules/4.4.9-virtual/build/vmlinux) 3f938e search_binary_handler (/lib/modules/4.4.9-virtual/build/vmlinux) 3fa9e7 do_execveat_common.isra.31 (/lib/modules/4.4.9-virtual/build/vmlinux) 3fae1a sys_execve (/lib/modules/4.4.9-virtual/build/vmlinux) 990b95 return_from_execve (/lib/modules/4.4.9-virtual/build/vmlinux) c1337 __execve (/lib/x86_64-linux-gnu/libc-2.19.so) sleep 47119 [021] 51499.089142: 3 page-faults: 12d0 _start (/lib/x86_64-linux-gnu/ld-2.19.so) sleep 47119 [021] 51499.089157: 9 page-faults: 4eba _dl_start (/lib/x86_64-linux-gnu/ld-2.19.so) 12d8 _dl_start_user (/lib/x86_64-linux-gnu/ld-2.19.so) sleep 47119 [021] 51499.089220: 24 page-faults: 1a41a memcmp (/lib/x86_64-linux-gnu/ld-2.19.so) 6873756c66660036 [unknown] ([unknown]) sleep 47119 [021] 51499.089410: 72 page-faults: a1a20 handle_intel (/lib/x86_64-linux-gnu/libc-2.19.so) java 43869 [025] 51499.133872: 1 page-faults: 80786 _int_malloc (/lib/x86_64-linux-gnu/libc-2.19.so) java 43869 [025] 51499.133952: 1 page-faults: 80786 _int_malloc (/lib/x86_64-linux-gnu/libc-2.19.so) java 43869 [025] 51499.133957: 1 page-faults: 1501e4 __memmove_ssse3_back (/lib/x86_64-linux-gnu/libc-2.19.so) bfa3 inflate (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 34da Java_java_util_zip_Inflater_inflateBytes (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 7fcf703ea8c6 Ljava/util/zip/Inflater;::inflateBytes (/tmp/perf-43287.map) 7fcf7f388018 Lcom/XXX::XXX (/tmp/perf-43287.map) 7fcf78101ab8 Lnet/spy/memcached/transcoders/TranscodeService$1;::call (/tmp/perf-43287.map) 7fcf78bb95bc Lnet/spy/memcached/protocol/binary/GetOperationImpl;::decodePayload (/tmp/perf-43287.map) 7fcf7786b600 Lnet/spy/memcached/protocol/binary/OperationImpl;::finishedPayload (/tmp/perf-43287.map) 7fcf763ed7c8 Lnet/spy/memcached/protocol/binary/OperationImpl;::readFromBuffer (/tmp/perf-43287.map) 7fcf8efb0540 Lnet/spy/memcached/MemcachedConnection;::handleReads (/tmp/perf-43287.map) 7fcf8efc0630 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf743b01b4 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf75b155bc Lnet/spy/memcached/EVCacheConnection;::run (/tmp/perf-43287.map) 7fcf700004e0 call_stub (/tmp/perf-43287.map) 68c616 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cb21 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cfc7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 723d80 _ZL12thread_entryP10JavaThreadP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69dcf _ZN10JavaThread17thread_main_innerEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69efc _ZN10JavaThread3runEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 91d9d8 _ZL10java_startP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 8182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 43869 [025] 51499.133962: 2 page-faults: 1501e4 __memmove_ssse3_back (/lib/x86_64-linux-gnu/libc-2.19.so) bfa3 inflate (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 34da Java_java_util_zip_Inflater_inflateBytes (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 7fcf703ea8c6 Ljava/util/zip/Inflater;::inflateBytes (/tmp/perf-43287.map) 7fcf7f388018 XXX::XXX (/tmp/perf-43287.map) 7fcf78101ab8 Lnet/spy/memcached/transcoders/TranscodeService$1;::call (/tmp/perf-43287.map) 7fcf78bb95bc Lnet/spy/memcached/protocol/binary/GetOperationImpl;::decodePayload (/tmp/perf-43287.map) 7fcf7786b600 Lnet/spy/memcached/protocol/binary/OperationImpl;::finishedPayload (/tmp/perf-43287.map) 7fcf763ed7c8 Lnet/spy/memcached/protocol/binary/OperationImpl;::readFromBuffer (/tmp/perf-43287.map) 7fcf8efb0540 Lnet/spy/memcached/MemcachedConnection;::handleReads (/tmp/perf-43287.map) 7fcf8efc0630 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf743b01b4 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf75b155bc Lnet/spy/memcached/EVCacheConnection;::run (/tmp/perf-43287.map) 7fcf700004e0 call_stub (/tmp/perf-43287.map) 68c616 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cb21 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cfc7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 723d80 _ZL12thread_entryP10JavaThreadP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69dcf _ZN10JavaThread17thread_main_innerEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69efc _ZN10JavaThread3runEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 91d9d8 _ZL10java_startP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 8182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 43869 [025] 51499.134005: 16 page-faults: 1501e4 __memmove_ssse3_back (/lib/x86_64-linux-gnu/libc-2.19.so) bfa3 inflate (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 34da Java_java_util_zip_Inflater_inflateBytes (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/libzip.so) 7fcf703ea8c6 Ljava/util/zip/Inflater;::inflateBytes (/tmp/perf-43287.map) 7fcf7f388018 XXX::XXX (/tmp/perf-43287.map) 7fcf78101ab8 Lnet/spy/memcached/transcoders/TranscodeService$1;::call (/tmp/perf-43287.map) 7fcf78bb95bc Lnet/spy/memcached/protocol/binary/GetOperationImpl;::decodePayload (/tmp/perf-43287.map) 7fcf7786b600 Lnet/spy/memcached/protocol/binary/OperationImpl;::finishedPayload (/tmp/perf-43287.map) 7fcf763ed7c8 Lnet/spy/memcached/protocol/binary/OperationImpl;::readFromBuffer (/tmp/perf-43287.map) 7fcf8efb0540 Lnet/spy/memcached/MemcachedConnection;::handleReads (/tmp/perf-43287.map) 7fcf8efc0630 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf743b01b4 Lnet/spy/memcached/MemcachedConnection;::handleIO (/tmp/perf-43287.map) 7fcf75b155bc Lnet/spy/memcached/EVCacheConnection;::run (/tmp/perf-43287.map) 7fcf700004e0 call_stub (/tmp/perf-43287.map) 68c616 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cb21 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cfc7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 723d80 _ZL12thread_entryP10JavaThreadP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69dcf _ZN10JavaThread17thread_main_innerEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69efc _ZN10JavaThread3runEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 91d9d8 _ZL10java_startP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 8182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 44406 [013] 51499.134798: 1 page-faults: 7fcf73dcea29 Lorg/apache/tomcat/jni/Socket;::sendbb (/tmp/perf-43287.map) 7fcf77b96440 Lorg/apache/coyote/http11/AbstractHttp11Processor;::action (/tmp/perf-43287.map) 7fcf932a30e0 Lorg/apache/catalina/connector/CoyoteAdapter;::service (/tmp/perf-43287.map) 7fcf79ac3840 Lorg/apache/coyote/http11/AbstractHttp11Processor;::process (/tmp/perf-43287.map) 7fcf853cee48 Lorg/apache/coyote/AbstractProtocol$AbstractConnectionHandler;::process (/tmp/perf-43287.map) 7fcf7f38306c Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor;::doRun (/tmp/perf-43287.map) 7fcf7f41faa8 Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor;::run (/tmp/perf-43287.map) 7fcf75c71028 Ljava/util/concurrent/ThreadPoolExecutor;::runWorker (/tmp/perf-43287.map) 7fcf73173544 Ljava/util/concurrent/ThreadPoolExecutor$Worker;::run (/tmp/perf-43287.map) 7fcf700079a9 Interpreter (/tmp/perf-43287.map) 7fcf7316bbc4 Ljava/lang/Thread;::run (/tmp/perf-43287.map) 7fcf700004e0 call_stub (/tmp/perf-43287.map) 68c616 _ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cb21 _ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 68cfc7 _ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 723d80 _ZL12thread_entryP10JavaThreadP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69dcf _ZN10JavaThread17thread_main_innerEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) a69efc _ZN10JavaThread3runEv (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 91d9d8 _ZL10java_startP6Thread (/usr/lib/jvm/java-8-oracle-1.8.0.72/jre/lib/amd64/server/libjvm.so) 8182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) ================================================ FILE: test/perf-java-stacks-01.txt ================================================ # ======== # captured on: Sun Oct 25 23:31:43 2015 # hostname : lgud-bgregg # os release : 3.13.0-44-generic # perf version : 3.13.11-ckt12 # arch : x86_64 # nrcpus online : 4 # nrcpus avail : 4 # cpudesc : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz # cpuid : GenuineIntel,6,42,7 # total memory : 4005800 kB # cmdline : /usr/lib/linux-tools-3.13.0-44/perf record -F 99 -a -g -- sleep 30 # event : name = cycles, type = 0, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0 # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: cpu = 4, software = 1, tracepoint = 2, uncore_cbox_0 = 6, uncore_cbox_1 = 7, uncore_cbox_2 = 8, uncore_cbox_3 = 9, breakpoint = 5 # ======== # ab 23927 [000] 184694.229089: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cab4c0b0 [unknown] ([unknown]) ab 23927 [000] 184694.229097: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cab4c0b0 [unknown] ([unknown]) ab 23927 [000] 184694.229099: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cab4c0b0 [unknown] ([unknown]) ab 23927 [000] 184694.229101: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cab4c0b0 [unknown] ([unknown]) java 23921 [001] 184694.229109: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d259b1d Lorg/mozilla/javascript/WrapFactory;.wrap (/tmp/perf-23895.map) 7f6b2d329384 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.229114: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d259b1d Lorg/mozilla/javascript/WrapFactory;.wrap (/tmp/perf-23895.map) 7f6b2d329384 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.229117: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d259b1d Lorg/mozilla/javascript/WrapFactory;.wrap (/tmp/perf-23895.map) 7f6b2d329384 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.229119: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d259b1d Lorg/mozilla/javascript/WrapFactory;.wrap (/tmp/perf-23895.map) 7f6b2d329384 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) perf 23929 [002] 184694.229126: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dbfef smp_call_function_single ([kernel.kallsyms]) ffffffff8113e044 cpu_function_call ([kernel.kallsyms]) ffffffff811419f5 perf_event_enable ([kernel.kallsyms]) ffffffff8113e0d8 perf_event_for_each_child ([kernel.kallsyms]) ffffffff81141b1b perf_ioctl ([kernel.kallsyms]) ffffffff811d0e80 do_vfs_ioctl ([kernel.kallsyms]) ffffffff811d10e1 sys_ioctl ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f2ccba26ec7 __GI___ioctl (/lib/x86_64-linux-gnu/libc-2.19.so) 415ad5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 4081a5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 407a40 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 7f2ccb956ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) swapper 0 [000] 184694.229130: cycles: ffffffff810c8c9e rcu_idle_enter ([kernel.kallsyms]) ffffffff810bef30 cpu_startup_entry ([kernel.kallsyms]) ffffffff8170f247 rest_init ([kernel.kallsyms]) ffffffff81d35f70 start_kernel ([kernel.kallsyms]) ffffffff81d355ee x86_64_start_reservations ([kernel.kallsyms]) ffffffff81d35733 x86_64_start_kernel ([kernel.kallsyms]) perf 23929 [002] 184694.229130: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dbfef smp_call_function_single ([kernel.kallsyms]) ffffffff8113e044 cpu_function_call ([kernel.kallsyms]) ffffffff811419f5 perf_event_enable ([kernel.kallsyms]) ffffffff8113e0d8 perf_event_for_each_child ([kernel.kallsyms]) ffffffff81141b1b perf_ioctl ([kernel.kallsyms]) ffffffff811d0e80 do_vfs_ioctl ([kernel.kallsyms]) ffffffff811d10e1 sys_ioctl ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f2ccba26ec7 __GI___ioctl (/lib/x86_64-linux-gnu/libc-2.19.so) 415ad5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 4081a5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 407a40 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 7f2ccb956ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 23929 [002] 184694.229133: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dbfef smp_call_function_single ([kernel.kallsyms]) ffffffff8113e044 cpu_function_call ([kernel.kallsyms]) ffffffff811419f5 perf_event_enable ([kernel.kallsyms]) ffffffff8113e0d8 perf_event_for_each_child ([kernel.kallsyms]) ffffffff81141b1b perf_ioctl ([kernel.kallsyms]) ffffffff811d0e80 do_vfs_ioctl ([kernel.kallsyms]) ffffffff811d10e1 sys_ioctl ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f2ccba26ec7 __GI___ioctl (/lib/x86_64-linux-gnu/libc-2.19.so) 415ad5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 4081a5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 407a40 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 7f2ccb956ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) perf 23929 [002] 184694.229135: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dbfef smp_call_function_single ([kernel.kallsyms]) ffffffff8113e044 cpu_function_call ([kernel.kallsyms]) ffffffff811419f5 perf_event_enable ([kernel.kallsyms]) ffffffff8113e0d8 perf_event_for_each_child ([kernel.kallsyms]) ffffffff81141b1b perf_ioctl ([kernel.kallsyms]) ffffffff811d0e80 do_vfs_ioctl ([kernel.kallsyms]) ffffffff811d10e1 sys_ioctl ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f2ccba26ec7 __GI___ioctl (/lib/x86_64-linux-gnu/libc-2.19.so) 415ad5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 4081a5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 407a40 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 7f2ccb956ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) java 23923 [003] 184694.229142: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d0bbad0 Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype (/tmp/perf-23895.map) 7f6b2d0c8544 Lorg/mozilla/javascript/NativeFunction;.initScriptFunction (/tmp/perf-23895.map) 7f6b2d1dd178 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;. (/tmp/perf-23895.map) 7f6b2d595d2c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [003] 184694.229148: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d0bbad0 Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype (/tmp/perf-23895.map) 7f6b2d0c8544 Lorg/mozilla/javascript/NativeFunction;.initScriptFunction (/tmp/perf-23895.map) 7f6b2d1dd178 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;. (/tmp/perf-23895.map) 7f6b2d595d2c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [003] 184694.229150: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d0bbad0 Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype (/tmp/perf-23895.map) 7f6b2d0c8544 Lorg/mozilla/javascript/NativeFunction;.initScriptFunction (/tmp/perf-23895.map) 7f6b2d1dd178 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;. (/tmp/perf-23895.map) 7f6b2d595d2c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [003] 184694.229153: cycles: ffffffff8104f45a native_write_msr_safe ([kernel.kallsyms]) ffffffff8102f8bc intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81029b14 x86_pmu_enable ([kernel.kallsyms]) ffffffff81142a77 perf_pmu_enable ([kernel.kallsyms]) ffffffff81027bfa x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff811434f0 group_sched_in ([kernel.kallsyms]) ffffffff811439b2 __perf_event_enable ([kernel.kallsyms]) ffffffff8113f620 remote_function ([kernel.kallsyms]) ffffffff810dc880 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81040ac7 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81732a5d call_function_single_interrupt ([kernel.kallsyms]) 7f6b2d0bbad0 Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype (/tmp/perf-23895.map) 7f6b2d0c8544 Lorg/mozilla/javascript/NativeFunction;.initScriptFunction (/tmp/perf-23895.map) 7f6b2d1dd178 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;. (/tmp/perf-23895.map) 7f6b2d595d2c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.229157: cycles: 7f6b2d0bad15 Lorg/mozilla/javascript/ScriptableObject;.createSlot (/tmp/perf-23895.map) 7f6b2d0904a8 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0bdc1c Lorg/mozilla/javascript/IdScriptableObject;.put (/tmp/perf-23895.map) 7f6b2d0ca488 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d5831dc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d41cac0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d41d15c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d41c9c4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) perf 23929 [002] 184694.229184: cycles: ffffffff81729600 page_fault ([kernel.kallsyms]) 415c96 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 4081a5 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 407a40 [unknown] (/usr/lib/linux-tools-3.13.0-44/perf) 7f2ccb956ec5 __libc_start_main (/lib/x86_64-linux-gnu/libc-2.19.so) java 23923 [003] 184694.229188: cycles: 7f6b2d0902c7 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0ca4f4 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d5614a8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47;.call (/tmp/perf-23895.map) 7f6b2d21679c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2 (/tmp/perf-23895.map) 7f6b2d595ee4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [000] 184694.243059: cycles: 7f6b2d416e87 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.getParamCount (/tmp/perf-23895.map) 7f6b2d5946dc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.246484: cycles: 7f6b2d3d11b0 Lio/netty/handler/codec/http/HttpMethod;.valueOf (/tmp/perf-23895.map) 7f6b2d3ffe24 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode (/tmp/perf-23895.map) 7f6b2d417fd0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [003] 184694.246867: cycles: 7f6b2d0bad52 Lorg/mozilla/javascript/ScriptableObject;.createSlot (/tmp/perf-23895.map) 7f6b2d0904a8 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0bdc1c Lorg/mozilla/javascript/IdScriptableObject;.put (/tmp/perf-23895.map) 7f6b2d0ca488 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d5b3fdc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d493078 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d49363c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d492f7c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [002] 184694.255900: cycles: 7f6b2d54ff29 Lsun/nio/ch/SocketChannelImpl;.read (/tmp/perf-23895.map) 7f6b2d519374 Lio/netty/buffer/AbstractByteBuf;.writeBytes (/tmp/perf-23895.map) 7f6b2d55840c Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23920 [000] 184694.356511: cycles: 7f6b2d329439 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [003] 184694.363320: cycles: 7f6b2d0d5c53 Ljava/lang/Thread;.blockedOn (/tmp/perf-23895.map) 7f6b2d550194 Lsun/nio/ch/SocketChannelImpl;.read (/tmp/perf-23895.map) 7f6b2d519374 Lio/netty/buffer/AbstractByteBuf;.writeBytes (/tmp/perf-23895.map) 7f6b2d55840c Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [001] 184694.365722: cycles: 7f6b2d1f22c2 Lorg/mozilla/javascript/ScriptRuntime;.getPropFunctionAndThis (/tmp/perf-23895.map) 7f6b2d5838ec Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d41cac0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d41d15c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d41c9c4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23920 [002] 184694.366480: cycles: 7f6b2d0a4908 Lorg/mozilla/javascript/IdScriptableObject;.has (/tmp/perf-23895.map) 7f6b2d0ca4f4 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d536bb4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31;.call (/tmp/perf-23895.map) 7f6b2d21679c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2 (/tmp/perf-23895.map) 7f6b2d5a7658 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;._c_anonymous_21 (/tmp/perf-23895.map) 7f6b2d3d4158 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d59d6a0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d3d4080 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d3d472c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;.call (/tmp/perf-23895.map) 7f6b2d3d3f84 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [000] 184694.378688: cycles: 7f6b2d0a4bcc Lorg/mozilla/javascript/IdScriptableObject;.has (/tmp/perf-23895.map) 7f6b2d0ca4f4 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d5b469c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d493078 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d49363c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d492f7c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) ab 23927 [003] 184694.382687: cycles: ffffffff81616449 __kfree_skb ([kernel.kallsyms]) ffffffff81672c6a tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff816739e8 tcp_ack ([kernel.kallsyms]) ffffffff816741b2 tcp_rcv_established ([kernel.kallsyms]) ffffffff8167e105 tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81680510 tcp_v4_rcv ([kernel.kallsyms]) ffffffff8165b268 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff8165b568 ip_local_deliver ([kernel.kallsyms]) ffffffff8165aeed ip_rcv_finish ([kernel.kallsyms]) ffffffff8165b838 ip_rcv ([kernel.kallsyms]) ffffffff81625056 __netif_receive_skb_core ([kernel.kallsyms]) ffffffff81625248 __netif_receive_skb ([kernel.kallsyms]) ffffffff81625dde process_backlog ([kernel.kallsyms]) ffffffff81625632 net_rx_action ([kernel.kallsyms]) ffffffff8106cc1c __do_softirq ([kernel.kallsyms]) ffffffff8173329c do_softirq_own_stack ([kernel.kallsyms]) ffffffff8106ce95 do_softirq ([kernel.kallsyms]) ffffffff8106cf24 local_bh_enable ([kernel.kallsyms]) ffffffff8165f8c8 ip_finish_output ([kernel.kallsyms]) ffffffff81660e28 ip_output ([kernel.kallsyms]) ffffffff81660585 ip_local_out ([kernel.kallsyms]) ffffffff816608ea ip_queue_xmit ([kernel.kallsyms]) ffffffff816776a9 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81677c50 tcp_write_xmit ([kernel.kallsyms]) ffffffff8167888e __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81669ec8 tcp_sendmsg ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cabd51d0 [unknown] ([unknown]) java 23921 [002] 184694.383958: cycles: 7f6b2d0904b8 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0c48ac Lorg/mozilla/javascript/IdScriptableObject;.get (/tmp/perf-23895.map) 7f6b2d0cd4fc Lorg/mozilla/javascript/ScriptRuntime;.nameOrFunction (/tmp/perf-23895.map) 7f6b2d583528 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d41cac0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d41d15c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d41c9c4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [001] 184694.384113: cycles: 7f6b2d4bc341 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [000] 184694.394803: cycles: ffffffff8167edee __tcp_v4_send_check ([kernel.kallsyms]) ffffffff8167ee3c tcp_v4_send_check ([kernel.kallsyms]) ffffffff816775b5 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81677c50 tcp_write_xmit ([kernel.kallsyms]) ffffffff8167888e __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81669ec8 tcp_sendmsg ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f6b42bfc35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f6b2d2eb14b Lsun/nio/ch/FileDispatcherImpl;.write0 (/tmp/perf-23895.map) 7f6b2d3dee80 Lsun/nio/ch/SocketChannelImpl;.write (/tmp/perf-23895.map) 7f6b2d3d1e74 Lio/netty/buffer/PooledUnsafeDirectByteBuf;.getBytes (/tmp/perf-23895.map) 7f6b2d4d1e0c Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite (/tmp/perf-23895.map) 7f6b2d3cac1c Lio/netty/channel/DefaultChannelPipeline$HeadHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3d0224 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c40e4 Lio/netty/channel/ChannelDuplexHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c8ba8 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d3ebe58 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d5584c4 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) ab 23927 [003] 184694.397164: cycles: ffffffff8161517e __kmalloc_reserve.isra.26 ([kernel.kallsyms]) ffffffff81615b1e __alloc_skb ([kernel.kallsyms]) ffffffff81669609 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff8166a57b tcp_sendmsg ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cabe2590 [unknown] ([unknown]) java 23921 [002] 184694.398792: cycles: 7f6b2d2fd3e4 Ljava/lang/reflect/Method;.invoke (/tmp/perf-23895.map) 7f6b2d3094bc Lorg/mozilla/javascript/MemberBox;.invoke (/tmp/perf-23895.map) 7f6b2d4078bc Lorg/mozilla/javascript/NativeJavaMethod;.call (/tmp/perf-23895.map) 7f6b2d41cecc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d57d43c Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4;._c_anonymous_1 (/tmp/perf-23895.map) 7f6b2d56e75c Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4;.call (/tmp/perf-23895.map) 7f6b2d41d234 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d41c9c4 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [001] 184694.399637: cycles: 7f6b42bf6900 pthread_self (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f6b2d3deddc Lsun/nio/ch/SocketChannelImpl;.write (/tmp/perf-23895.map) 7f6b2d3d1e74 Lio/netty/buffer/PooledUnsafeDirectByteBuf;.getBytes (/tmp/perf-23895.map) 7f6b2d4d1e0c Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite (/tmp/perf-23895.map) 7f6b2d3cac1c Lio/netty/channel/DefaultChannelPipeline$HeadHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3d0224 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c40e4 Lio/netty/channel/ChannelDuplexHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c8ba8 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d3ebe58 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d5584c4 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [000] 184694.408782: cycles: 7f6b2d20a8d3 Lio/netty/handler/codec/http/DefaultHttpHeaders;.add0 (/tmp/perf-23895.map) 7f6b2d2fdccc Ljava/lang/reflect/Method;.invoke (/tmp/perf-23895.map) 7f6b2d3094bc Lorg/mozilla/javascript/MemberBox;.invoke (/tmp/perf-23895.map) 7f6b2d4078bc Lorg/mozilla/javascript/NativeJavaMethod;.call (/tmp/perf-23895.map) 7f6b2d4933ac Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d57f17c Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2;.call (/tmp/perf-23895.map) 7f6b2d493714 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d492f7c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [002] 184694.412007: cycles: ffffffff81728c21 _raw_spin_unlock_irqrestore ([kernel.kallsyms]) ffffffff8109a88a try_to_wake_up ([kernel.kallsyms]) ffffffff8109a9c2 default_wake_function ([kernel.kallsyms]) ffffffff810aa9c8 __wake_up_common ([kernel.kallsyms]) ffffffff810aaa13 __wake_up_locked ([kernel.kallsyms]) ffffffff812064b8 ep_poll_callback ([kernel.kallsyms]) ffffffff810aa9c8 __wake_up_common ([kernel.kallsyms]) ffffffff810aaf75 __wake_up_sync_key ([kernel.kallsyms]) ffffffff8160efca sock_def_readable ([kernel.kallsyms]) ffffffff81671217 tcp_data_queue ([kernel.kallsyms]) ffffffff816741f4 tcp_rcv_established ([kernel.kallsyms]) ffffffff8167e105 tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81680510 tcp_v4_rcv ([kernel.kallsyms]) ffffffff8165b268 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff8165b568 ip_local_deliver ([kernel.kallsyms]) ffffffff8165aeed ip_rcv_finish ([kernel.kallsyms]) ffffffff8165b838 ip_rcv ([kernel.kallsyms]) ffffffff81625056 __netif_receive_skb_core ([kernel.kallsyms]) ffffffff81625248 __netif_receive_skb ([kernel.kallsyms]) ffffffff81625dde process_backlog ([kernel.kallsyms]) ffffffff81625632 net_rx_action ([kernel.kallsyms]) ffffffff8106cc1c __do_softirq ([kernel.kallsyms]) ffffffff8173329c do_softirq_own_stack ([kernel.kallsyms]) ffffffff8106ce95 do_softirq ([kernel.kallsyms]) ffffffff8106cf24 local_bh_enable ([kernel.kallsyms]) ffffffff8165f8c8 ip_finish_output ([kernel.kallsyms]) ffffffff81660e28 ip_output ([kernel.kallsyms]) ffffffff81660585 ip_local_out ([kernel.kallsyms]) ffffffff816608ea ip_queue_xmit ([kernel.kallsyms]) ffffffff816776a9 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81677c50 tcp_write_xmit ([kernel.kallsyms]) ffffffff8167888e __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81669ec8 tcp_sendmsg ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f6b42bfc35d [unknown] (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f6b2d2eb14b Lsun/nio/ch/FileDispatcherImpl;.write0 (/tmp/perf-23895.map) 7f6b2d3dee80 Lsun/nio/ch/SocketChannelImpl;.write (/tmp/perf-23895.map) 7f6b2d3d1e74 Lio/netty/buffer/PooledUnsafeDirectByteBuf;.getBytes (/tmp/perf-23895.map) 7f6b2d4d1e0c Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite (/tmp/perf-23895.map) 7f6b2d3cac1c Lio/netty/channel/DefaultChannelPipeline$HeadHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3d0224 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c40e4 Lio/netty/channel/ChannelDuplexHandler;.flush (/tmp/perf-23895.map) 7f6b2d1b2534 Lio/netty/channel/DefaultChannelHandlerContext;.flush (/tmp/perf-23895.map) 7f6b2d3c8ba8 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d3ebe58 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete (/tmp/perf-23895.map) 7f6b2d25fb34 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelReadComplete (/tmp/perf-23895.map) 7f6b2d5584c4 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [001] 184694.413293: cycles: 7f6b2d090407 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0a4908 Lorg/mozilla/javascript/IdScriptableObject;.has (/tmp/perf-23895.map) 7f6b2d0ca4f4 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d5952dc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) ab 23927 [003] 184694.413444: cycles: ffffffff8167b9f0 tcp_v4_md5_lookup ([kernel.kallsyms]) ffffffff81676d54 tcp_current_mss ([kernel.kallsyms]) ffffffff816680ac tcp_send_mss ([kernel.kallsyms]) ffffffff81669f09 tcp_sendmsg ([kernel.kallsyms]) ffffffff816937b4 inet_sendmsg ([kernel.kallsyms]) ffffffff8160b55e sock_aio_write ([kernel.kallsyms]) ffffffff811bd4aa do_sync_write ([kernel.kallsyms]) ffffffff811bdd2d vfs_write ([kernel.kallsyms]) ffffffff811be669 sys_write ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc479340 __write_nocancel (/lib/x86_64-linux-gnu/libpthread-2.19.so) 7f26cabf0e30 [unknown] ([unknown]) java 23922 [000] 184694.420880: cycles: 7f6b2d0902c0 Lorg/mozilla/javascript/ScriptableObject;.getSlot (/tmp/perf-23895.map) 7f6b2d0ca428 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp (/tmp/perf-23895.map) 7f6b2d552aac Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49;.call (/tmp/perf-23895.map) 7f6b2d21679c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2 (/tmp/perf-23895.map) 7f6b2d55305c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49;.call (/tmp/perf-23895.map) 7f6b2d21679c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2 (/tmp/perf-23895.map) 7f6b2d5ab698 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;._c_anonymous_21 (/tmp/perf-23895.map) 7f6b2d493150 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d5b4be0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d493078 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d49363c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d492f7c Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23921 [002] 184694.423471: cycles: 7f6b42515d08 __libc_enable_asynccancel (/lib/x86_64-linux-gnu/libc-2.19.so) 7f6b2d3de7f2 Lsun/nio/ch/EPollArrayWrapper;.epollWait (/tmp/perf-23895.map) 7f6b2d591320 Lsun/nio/ch/EPollArrayWrapper;.poll (/tmp/perf-23895.map) 7f6b2d5a4120 Lsun/nio/ch/EPollSelectorImpl;.doSelect (/tmp/perf-23895.map) 7f6b2d58a348 Lsun/nio/ch/SelectorImpl;.lockAndDoSelect (/tmp/perf-23895.map) 7f6b2d5c1420 Lio/netty/channel/nio/NioEventLoop;.select (/tmp/perf-23895.map) 7f6b2d5c2b44 Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23922 [001] 184694.425117: cycles: 7f6b2d25e374 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [003] 184694.427558: cycles: 7f6b2d13647c Lio/netty/handler/codec/http/HttpObjectDecoder;.findWhitespace (/tmp/perf-23895.map) 7f6b2d3ffb20 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode (/tmp/perf-23895.map) 7f6b2d417fd0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) java 23923 [000] 184694.432846: cycles: 7f6b2d40f900 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.getParamAndVarCount (/tmp/perf-23895.map) 7f6b2d5af318 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_21 (/tmp/perf-23895.map) 7f6b2d4bbfd0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d595ca0 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;._c_anonymous_3 (/tmp/perf-23895.map) 7f6b2d4bbef8 Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d2f4068 Lorg/mozilla/javascript/BaseFunction;.construct (/tmp/perf-23895.map) 7f6b2d4bc4bc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d4bbdfc Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93;.call (/tmp/perf-23895.map) 7f6b2d329434 Lorg/vertx/java/core/http/impl/ServerConnection;.handleMessage (/tmp/perf-23895.map) 7f6b2d350a70 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived (/tmp/perf-23895.map) 7f6b2d325fac Lorg/vertx/java/core/http/impl/VertxHttpHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d341798 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d41812c Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead (/tmp/perf-23895.map) 7f6b2d25e364 Lio/netty/channel/DefaultChannelHandlerContext;.fireChannelRead (/tmp/perf-23895.map) 7f6b2d558468 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read (/tmp/perf-23895.map) 7f6b2d55a664 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey (/tmp/perf-23895.map) 7f6b2d58f7f0 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized (/tmp/perf-23895.map) 7f6b2d5c324c Lio/netty/channel/nio/NioEventLoop;.run (/tmp/perf-23895.map) 7f6b2cbe0c4d Interpreter (/tmp/perf-23895.map) 7f6b2cbe0c92 Interpreter (/tmp/perf-23895.map) 7f6b2cbd97a7 call_stub (/tmp/perf-23895.map) 7f6b41abe926 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abee31 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41abf2d7 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41b56010 thread_entry(JavaThread*, Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9bdbf JavaThread::thread_main_inner() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41e9beec JavaThread::run() (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b41d4fb08 java_start(Thread*) (/usr/lib/jvm/jdk1.8.0_60_b19/jre/lib/amd64/server/libjvm.so) 7f6b42bf5182 start_thread (/lib/x86_64-linux-gnu/libpthread-2.19.so) ab 23927 [002] 184694.435091: cycles: ffffffff81724b08 __schedule ([kernel.kallsyms]) ffffffff817251a9 schedule ([kernel.kallsyms]) ffffffff817247ec schedule_hrtimeout_range_clock ([kernel.kallsyms]) ffffffff81724843 schedule_hrtimeout_range ([kernel.kallsyms]) ffffffff81206332 ep_poll ([kernel.kallsyms]) ffffffff81207575 sys_epoll_wait ([kernel.kallsyms]) ffffffff8173186d system_call_fastpath ([kernel.kallsyms]) 7f26dc19f683 __epoll_wait_nocancel (/lib/x86_64-linux-gnu/libc-2.19.so) 7fffa95fe250 [unknown] ([vdso]) 1000100000001 [unknown] ([unknown]) ================================================ FILE: test/perf-java-stacks-02.txt ================================================ java 19983 cycles: ffffffff8103d0ca native_write_msr_safe ([kernel.kallsyms]) ffffffff810275f1 intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81028021 intel_pmu_nhm_enable_all ([kernel.kallsyms]) ffffffff81024282 x86_pmu_enable ([kernel.kallsyms]) ffffffff8110ea8b perf_pmu_enable ([kernel.kallsyms]) ffffffff81022966 x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff8110fb2a group_sched_in ([kernel.kallsyms]) ffffffff811105ea __perf_event_enable ([kernel.kallsyms]) ffffffff8110b928 remote_function ([kernel.kallsyms]) ffffffff810a20e6 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81030a57 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff816647de call_function_single_interrupt ([kernel.kallsyms]) 7f7241fbe6d8 arrayOopDesc::base(BasicType) const (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f7241239aec writeBytes (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/libjava.so) 7f724123176f Java_java_io_FileOutputStream_writeBytes (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/libjava.so) 7f722d119786 Ljava/io/FileOutputStream;::writeBytes (/tmp/perf-19982.map) 7f722d142778 Ljava/io/PrintStream;::print (/tmp/perf-19982.map) 7f722d12e1d4 LBusy;::main (/tmp/perf-19982.map) 7f722d0004e7 call_stub (/tmp/perf-19982.map) 7f72421d2d76 JavaCalls::call_helper(JavaValue, methodHandle, JavaCallArguments, Thread) (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f72421ed566 jni_invoke_static(JNIEnv_, JavaValue, _jobject, JNICallType, _jmethodID, JNI_ArgumentPusher, Thread) (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f72421f987a jni_CallStaticVoidMethod (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f724309ebdf JavaMain (/home/xguan/opt/jdk1.8.0_112/lib/amd64/jli/libjli.so) 7f72432b4e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 19983 cycles: ffffffff8103d0ca native_write_msr_safe ([kernel.kallsyms]) ffffffff810275f1 intel_pmu_enable_all ([kernel.kallsyms]) ffffffff81028021 intel_pmu_nhm_enable_all ([kernel.kallsyms]) ffffffff81024282 x86_pmu_enable ([kernel.kallsyms]) ffffffff8110ea8b perf_pmu_enable ([kernel.kallsyms]) ffffffff81022966 x86_pmu_commit_txn ([kernel.kallsyms]) ffffffff8110fb2a group_sched_in ([kernel.kallsyms]) ffffffff811105ea __perf_event_enable ([kernel.kallsyms]) ffffffff8110b928 remote_function ([kernel.kallsyms]) ffffffff810a20e6 generic_smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff81030a57 smp_call_function_single_interrupt ([kernel.kallsyms]) ffffffff816647de call_function_single_interrupt ([kernel.kallsyms]) 7f7241fbe6d8 arrayOopDesc::base(BasicType) const (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f7241239aec writeBytes (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/libjava.so) 7f724123176f Java_java_io_FileOutputStream_writeBytes (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/libjava.so) 7f722d119786 Ljava/io/FileOutputStream;::writeBytes (/tmp/perf-19982.map) 7f722d142778 Ljava/io/PrintStream;::print (/tmp/perf-19982.map) 7f722d12e1d4 LBusy;::main (/tmp/perf-19982.map) 7f722d0004e7 call_stub (/tmp/perf-19982.map) 7f72421d2d76 JavaCalls::call_helper(JavaValue, methodHandle, JavaCallArguments, Thread) (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f72421ed566 jni_invoke_static(JNIEnv_, JavaValue, _jobject, JNICallType, _jmethodID, JNI_ArgumentPusher, Thread) (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f72421f987a jni_CallStaticVoidMethod (/home/xguan/opt/jdk1.8.0_112/jre/lib/amd64/server/libjvm.so) 7f724309ebdf JavaMain (/home/xguan/opt/jdk1.8.0_112/lib/amd64/jli/libjli.so) 7f72432b4e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) ================================================ FILE: test/perf-js-stacks-01.txt ================================================ node-v011 31912 cpu-clock: 13a80b608e0a RegExp:[&<>\"\'] (/tmp/perf-7539.map) c6d7895aac9 LazyCompile:~body_0 evalmachine.:1 (/tmp/perf-31912.map) dd777 v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool) (/tmp/node-v011) c6d788f8125 LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39 (/tmp/perf-31912.map) c6d78490728 LazyCompile:_tickDomainCallback node.js:387 (/tmp/perf-31912.map) c6d78146ea0 Builtin:A builtin from the snapshot (/tmp/perf-31912.map) c6d78125f71 Stub:JSEntryStub (/tmp/perf-31912.map) 7dbd0b v8::internal::Invoke(bool, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*) (/tmp/node-v011) 7dd777 v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool) (/tmp/node-v011) 74d468 v8::Function::Call(v8::Handle, int, v8::Handle*) (/tmp/node-v011) af2fa1 node::After(uv_fs_s*) (/tmp/node-v011) b53aad uv__work_done (/tmp/node-v011) b551ed uv__async_event (/tmp/node-v011) b55383 uv__async_io (/tmp/node-v011) b63b72 uv__io_poll (/tmp/node-v011) b55d17 uv_run (/tmp/node-v011) ae5f31 node::Start(int, char**) (/tmp/node-v011) 7f9c33ac176d __libc_start_main (/lib/x86_64-linux-gnu/libc-2.15.so) node-v011 31912 cpu-clock: c6d78255e68 RegExp:\bFoo ?Bar(?:/[\d.]+|[ \w.]*) (/tmp/perf-31912.map) c6d788f8125 LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39 (/tmp/perf-31912.map) c6d78490728 LazyCompile:_tickDomainCallback node.js:387 (/tmp/perf-31912.map) c6d78146ea0 Builtin:A builtin from the snapshot (/tmp/perf-31912.map) c6d78125f71 Stub:JSEntryStub (/tmp/perf-31912.map) 7dbd0b v8::internal::Invoke(bool, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*) (/tmp/node-v011) 7dd777 v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, bool) (/tmp/node-v011) 74d468 v8::Function::Call(v8::Handle, int, v8::Handle*) (/tmp/node-v011) af2fa1 node::After(uv_fs_s*) (/tmp/node-v011) b53aad uv__work_done (/tmp/node-v011) b551ed uv__async_event (/tmp/node-v011) b55383 uv__async_io (/tmp/node-v011) b63b72 uv__io_poll (/tmp/node-v011) b55d17 uv_run (/tmp/node-v011) ae5f31 node::Start(int, char**) (/tmp/node-v011) 7f9c33ac176d __libc_start_main (/lib/x86_64-linux-gnu/libc-2.15.so) ================================================ FILE: test/perf-mirageos-stacks-01.txt ================================================ # ======== # captured on: Wed Jan 27 00:56:27 2016 # hostname : lgud-bgregg # os release : 3.13.0-44-generic # perf version : 3.13.11-ckt12 # arch : x86_64 # nrcpus online : 4 # nrcpus avail : 4 # cpudesc : Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz # cpuid : GenuineIntel,6,42,7 # total memory : 3130540 kB # cmdline : /usr/lib/linux-tools-3.13.0-44/perf record -F 99 -a --call-graph=dwarf -- sleep 10 # event : name = cpu-clock, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0 # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: software = 1, tracepoint = 2, breakpoint = 5 # ======== # mir-console 23166 [000] 1333.768765: cpu-clock: 44bee3 camlLwt__return_1285 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4093d0 camlMain__fun_1418 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [001] 1333.768770: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.768806: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.768847: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.778865: cpu-clock: 44b1d0 camlLwt__repr_rec_1132 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 7f57a760d920 [unknown] ([unknown]) swapper 0 [001] 1333.778869: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.778907: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.778947: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.788966: cpu-clock: 44c8f9 camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [001] 1333.788979: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.789008: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.789054: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.799067: cpu-clock: 44c8fe camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [001] 1333.799077: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.799113: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.799155: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [001] 1333.809178: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.809182: cpu-clock: 40955c camlUnikernel__fun_1396 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [002] 1333.809217: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.809257: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.819269: cpu-clock: 44c92f camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 6eaf28 [unknown] ([unknown]) swapper 0 [001] 1333.819279: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.819315: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.819357: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.829370: cpu-clock: 409598 camlUnikernel____pa_lwt_loop_1382 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4093d0 camlMain__fun_1418 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [001] 1333.829381: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.829417: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.829458: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.839471: cpu-clock: 44c918 camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4095de camlUnikernel____pa_lwt_loop_1382 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 409533 camlMain__entry (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4059c9 caml_program (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4b43ca caml_start_program (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 7fff978f8dd0 [unknown] ([unknown]) swapper 0 [001] 1333.839481: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.839517: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.839559: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.849572: cpu-clock: 44bef5 camlLwt__return_1285 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4093d0 camlMain__fun_1418 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) swapper 0 [001] 1333.849583: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.849619: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.849661: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.859673: cpu-clock: 44c918 camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4095de camlUnikernel____pa_lwt_loop_1382 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 409533 camlMain__entry (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4059c9 caml_program (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4b43ca caml_start_program (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 7fff978f8dd0 [unknown] ([unknown]) swapper 0 [001] 1333.859683: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.859722: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.859761: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.869775: cpu-clock: 44b1d0 camlLwt__repr_rec_1132 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 7f57a7549e40 [unknown] ([unknown]) swapper 0 [001] 1333.869785: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.869823: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.869863: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.879875: cpu-clock: 44bef9 camlLwt__return_1285 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 6eaf28 [unknown] ([unknown]) swapper 0 [001] 1333.879885: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.879924: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.879965: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.889977: cpu-clock: 44c92f camlLwt__bind_1394 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 6eaf28 [unknown] ([unknown]) swapper 0 [001] 1333.889987: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [002] 1333.890023: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) swapper 0 [003] 1333.890065: cpu-clock: ffffffff810013aa xen_hypercall_sched_op ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810bef35 cpu_startup_entry ([kernel.kallsyms]) ffffffff810101b8 cpu_bringup_and_idle ([kernel.kallsyms]) mir-console 23166 [000] 1333.900077: cpu-clock: 44bee3 camlLwt__return_1285 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) 4093d0 camlMain__fun_1418 (/mnt/mirage/mirage-skeleton/console.unix2/_build/main.native) ================================================ FILE: test/perf-numa-stacks-01.txt ================================================ # ======== # captured on: Thu Nov 19 01:36:57 2015 # hostname : xxxxxclusters-r38xl-i-xxxxxxxx # os release : 3.13.0-49-generic # perf version : 3.13.11-ckt17 # arch : x86_64 # nrcpus online : 32 # nrcpus avail : 32 # cpudesc : Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz # cpuid : GenuineIntel,6,62,4 # total memory : 251902420 kB # cmdline : /usr/lib/linux-tools-3.13.0-49/perf record -F 99 -a -g -- sleep 20 # event : name = cpu-clock, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, excl_host = 0, excl_guest = 1, precise_ip = 0, attr_mmap2 = 0, attr_mmap = 1, attr_mmap_data = 0 # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # pmu mappings: software = 1, tracepoint = 2, breakpoint = 5 # ======== # java 11008 [001] 30143.481555: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 11007 [000] 30143.481565: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [002] 30143.481591: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11011 [003] 30143.481612: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [004] 30143.481637: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10998 [005] 30143.481649: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11020 [006] 30143.481655: cpu-clock: 7f08b5817256 [unknown] (/tmp/perf-10939.map) java 11017 [007] 30143.481683: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) swapper 0 [008] 30143.481709: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10993 [009] 30143.481720: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523da [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 10996 [010] 30143.481748: cpu-clock: 7f08b57feb68 [unknown] (/tmp/perf-10939.map) java 11013 [011] 30143.481769: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578437b [unknown] (/tmp/perf-10939.map) java 11000 [012] 30143.481774: cpu-clock: 7f08b57feb75 [unknown] (/tmp/perf-10939.map) java 11001 [013] 30143.481795: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) swapper 0 [014] 30143.481808: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11015 [015] 30143.481835: cpu-clock: ffffffff81376e5d find_next_bit ([kernel.kallsyms]) ffffffff813649c0 cpumask_next_and ([kernel.kallsyms]) ffffffff8100fe0f __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) swapper 0 [016] 30143.481883: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11002 [017] 30143.481895: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523da [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 10992 [019] 30143.481952: cpu-clock: 7f08b50523ce [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11018 [018] 30143.481960: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11009 [020] 30143.482001: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) java 11012 [021] 30143.482014: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [022] 30143.482053: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [023] 30143.482082: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11003 [024] 30143.482172: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) swapper 0 [025] 30143.482217: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10999 [026] 30143.482242: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) swapper 0 [027] 30143.482289: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.482319: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11021 [029] 30143.482328: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523ce [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [030] 30143.482367: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.482412: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11007 [000] 30143.491646: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523b6 [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [001] 30143.491660: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [002] 30143.491692: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [004] 30143.491731: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11011 [003] 30143.491743: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 10998 [005] 30143.491750: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11020 [006] 30143.491756: cpu-clock: 7f08b5817256 [unknown] (/tmp/perf-10939.map) java 11017 [007] 30143.491767: cpu-clock: 7f08b5783bfc [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) swapper 0 [008] 30143.491808: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10993 [009] 30143.491819: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784130 [unknown] (/tmp/perf-10939.map) java 10996 [010] 30143.491849: cpu-clock: 7f08b57feb75 [unknown] (/tmp/perf-10939.map) java 11013 [011] 30143.491865: cpu-clock: ffffffff81433511 notify_remote_via_irq ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) java 11000 [012] 30143.491875: cpu-clock: 7f08b57feb3e [unknown] (/tmp/perf-10939.map) swapper 0 [014] 30143.491905: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11001 [013] 30143.491909: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11015 [015] 30143.491961: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) java 11008 [016] 30143.491990: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11002 [017] 30143.492004: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 11018 [018] 30143.492031: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 10992 [019] 30143.492052: cpu-clock: 7f08b5784383 [unknown] (/tmp/perf-10939.map) java 11009 [020] 30143.492056: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 11012 [021] 30143.492074: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [022] 30143.492146: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [023] 30143.492182: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11003 [024] 30143.492267: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) swapper 0 [025] 30143.492321: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10999 [026] 30143.492343: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [027] 30143.492383: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.492417: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [029] 30143.492433: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [030] 30143.492473: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.492508: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [000] 30143.501751: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff81710037 rest_init ([kernel.kallsyms]) ffffffff81d35f70 start_kernel ([kernel.kallsyms]) ffffffff81d355ee x86_64_start_reservations ([kernel.kallsyms]) ffffffff81d35733 x86_64_start_kernel ([kernel.kallsyms]) swapper 0 [001] 30143.501756: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [002] 30143.501795: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11011 [003] 30143.501800: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784377 [unknown] (/tmp/perf-10939.map) swapper 0 [005] 30143.501855: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11020 [006] 30143.501858: cpu-clock: 7f08b581723e [unknown] (/tmp/perf-10939.map) java 10998 [004] 30143.501867: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [007] 30143.501884: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11021 [008] 30143.501898: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523c2 [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 10993 [009] 30143.501903: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 10996 [010] 30143.501949: cpu-clock: 7f08b57feb3e [unknown] (/tmp/perf-10939.map) java 11013 [011] 30143.501970: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11000 [012] 30143.501975: cpu-clock: 7f08b57feb8f [unknown] (/tmp/perf-10939.map) java 11001 [013] 30143.501997: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 10999 [014] 30143.501999: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11015 [015] 30143.502059: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) java 11008 [016] 30143.502107: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11002 [017] 30143.502108: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784130 [unknown] (/tmp/perf-10939.map) java 11018 [018] 30143.502132: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11017 [019] 30143.502158: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11009 [020] 30143.502205: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11012 [021] 30143.502213: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 10992 [022] 30143.502235: cpu-clock: 7f08b57842cb [unknown] (/tmp/perf-10939.map) java 11007 [023] 30143.502290: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 11003 [024] 30143.502367: cpu-clock: ffffffff81376e63 find_next_bit ([kernel.kallsyms]) ffffffff8101056e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [025] 30143.502420: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [026] 30143.502456: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [027] 30143.502482: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.502523: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [029] 30143.502549: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [030] 30143.502574: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.502610: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [000] 30143.511847: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff81710037 rest_init ([kernel.kallsyms]) ffffffff81d35f70 start_kernel ([kernel.kallsyms]) ffffffff81d355ee x86_64_start_reservations ([kernel.kallsyms]) ffffffff81d35733 x86_64_start_kernel ([kernel.kallsyms]) java 10992 [001] 30143.511849: cpu-clock: 7f08b5783e40 [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11017 [002] 30143.511884: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11011 [003] 30143.511901: cpu-clock: ffffffff811824ec change_protection_range ([kernel.kallsyms]) ffffffff81182705 change_protection ([kernel.kallsyms]) ffffffff811988bb change_prot_numa ([kernel.kallsyms]) ffffffff8109f082 task_numa_work ([kernel.kallsyms]) ffffffff81088337 task_work_run ([kernel.kallsyms]) ffffffff81013ee7 do_notify_resume ([kernel.kallsyms]) ffffffff8172a1a2 retint_signal ([kernel.kallsyms]) 7f08b5784261 [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11020 [006] 30143.511921: cpu-clock: 7f08b581723e [unknown] (/tmp/perf-10939.map) java 10998 [004] 30143.511930: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523ce [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [005] 30143.511960: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [007] 30143.511982: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11021 [008] 30143.512011: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578412c [unknown] (/tmp/perf-10939.map) java 10993 [009] 30143.512025: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 10996 [010] 30143.512049: cpu-clock: 7f08b57feb9c [unknown] (/tmp/perf-10939.map) java 11000 [012] 30143.512058: cpu-clock: 7f08b57feb5b [unknown] (/tmp/perf-10939.map) java 10999 [014] 30143.512058: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11001 [013] 30143.512060: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11013 [011] 30143.512061: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11018 [018] 30143.512201: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11008 [016] 30143.512214: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11002 [017] 30143.512219: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) java 11015 [015] 30143.512226: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) swapper 0 [019] 30143.512266: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11009 [020] 30143.512299: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11012 [021] 30143.512324: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578437b [unknown] (/tmp/perf-10939.map) swapper 0 [022] 30143.512347: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11007 [023] 30143.512420: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 11003 [024] 30143.512471: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [025] 30143.512523: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [026] 30143.512554: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [027] 30143.512586: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.512622: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [029] 30143.512647: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [030] 30143.512674: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.512712: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10992 [000] 30143.521940: cpu-clock: 7f08b578432f [unknown] (/tmp/perf-10939.map) swapper 0 [001] 30143.521964: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11017 [002] 30143.521991: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11011 [003] 30143.522003: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 10998 [004] 30143.522032: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4e [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [005] 30143.522057: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11020 [006] 30143.522059: cpu-clock: 7f08b5817256 [unknown] (/tmp/perf-10939.map) swapper 0 [007] 30143.522086: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11021 [008] 30143.522101: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 10993 [009] 30143.522131: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 10996 [010] 30143.522150: cpu-clock: 7f08b57feb3e [unknown] (/tmp/perf-10939.map) java 11013 [011] 30143.522173: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11000 [012] 30143.522178: cpu-clock: 7f08b57feb8f [unknown] (/tmp/perf-10939.map) java 10999 [014] 30143.522206: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523c2 [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11001 [013] 30143.522214: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) java 11015 [015] 30143.522264: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) java 11008 [016] 30143.522284: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11002 [017] 30143.522306: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11018 [018] 30143.522339: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578411f [unknown] (/tmp/perf-10939.map) swapper 0 [019] 30143.522367: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11009 [020] 30143.522413: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11012 [021] 30143.522415: cpu-clock: ffffffff810dc426 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57b5a5c [unknown] (/tmp/perf-10939.map) swapper 0 [022] 30143.522448: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11007 [023] 30143.522472: cpu-clock: ffffffff817299bb _raw_spin_unlock_irqrestore ([kernel.kallsyms]) ffffffff810dc462 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) java 11003 [024] 30143.522573: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578412c [unknown] (/tmp/perf-10939.map) swapper 0 [025] 30143.522620: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [026] 30143.522655: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [027] 30143.522684: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.522716: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [029] 30143.522742: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [030] 30143.522775: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.522811: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10992 [000] 30143.532040: cpu-clock: ffffffff8172dbd7 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) swapper 0 [001] 30143.532061: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11017 [002] 30143.532062: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e4a [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 11011 [003] 30143.532066: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) swapper 0 [004] 30143.532134: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [007] 30143.532183: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11020 [006] 30143.532213: cpu-clock: 7f08b5817256 [unknown] (/tmp/perf-10939.map) java 11008 [005] 30143.532214: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11021 [008] 30143.532219: cpu-clock: ffffffff81369654 radix_tree_lookup_element ([kernel.kallsyms]) ffffffff810bf187 irq_to_desc ([kernel.kallsyms]) ffffffff810c26ae irq_get_irq_data ([kernel.kallsyms]) ffffffff814326a6 evtchn_from_irq ([kernel.kallsyms]) ffffffff814334f2 notify_remote_via_irq ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b57ae255 [unknown] (/tmp/perf-10939.map) java 10993 [009] 30143.532227: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783e3d [unknown] (/tmp/perf-10939.map) 7f08c8a52338 [unknown] ([unknown]) java 10996 [010] 30143.532251: cpu-clock: 7f08b57feb75 [unknown] (/tmp/perf-10939.map) java 11000 [012] 30143.532280: cpu-clock: 7f08b57feb4b [unknown] (/tmp/perf-10939.map) java 11013 [011] 30143.532281: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784130 [unknown] (/tmp/perf-10939.map) java 11001 [013] 30143.532304: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783bfc [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 10999 [014] 30143.532315: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784130 [unknown] (/tmp/perf-10939.map) java 11015 [015] 30143.532340: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08cc8f533e TypeArrayKlass::allocate_common(int, bool, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc8f5673 TypeArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc76d5aa ObjArrayKlass::multi_allocate(int, int*, Thread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08cc824642 OptoRuntime::multianewarray2_C(Klass*, int, int, JavaThread*) (/usr/lib/jvm/java-8-oracle-1.8.0.45/jre/lib/amd64/server/libjvm.so) 7f08b5331209 [unknown] (/tmp/perf-10939.map) swapper 0 [016] 30143.532386: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11002 [017] 30143.532404: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11018 [018] 30143.532442: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b578412c [unknown] (/tmp/perf-10939.map) java 10998 [019] 30143.532472: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523ce [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11009 [020] 30143.532507: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b50523ce [unknown] (/tmp/perf-10939.map) 7f08b579f7e7 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11012 [021] 30143.532516: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) swapper 0 [022] 30143.532548: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 11007 [023] 30143.532571: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 11003 [024] 30143.532684: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5784377 [unknown] (/tmp/perf-10939.map) swapper 0 [025] 30143.532725: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [026] 30143.532761: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [027] 30143.532787: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [028] 30143.532819: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [029] 30143.532838: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [030] 30143.532875: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) swapper 0 [031] 30143.532915: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10992 [000] 30143.542141: cpu-clock: 7f08b57ae3b4 [unknown] (/tmp/perf-10939.map) java 11017 [001] 30143.542157: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) java 11011 [003] 30143.542163: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b579f8a4 [unknown] (/tmp/perf-10939.map) 7f08c88c60a8 [unknown] ([unknown]) swapper 0 [002] 30143.542196: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) java 10999 [005] 30143.542223: cpu-clock: ffffffff8172dbd7 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b5783b58 [unknown] (/tmp/perf-10939.map) 7ecef8f2f480 [unknown] ([unknown]) java 11012 [004] 30143.542231: cpu-clock: ffffffff81001408 xen_hypercall_event_channel_op ([kernel.kallsyms]) ffffffff81434750 xen_send_IPI_one ([kernel.kallsyms]) ffffffff8100fe02 __xen_send_IPI_mask ([kernel.kallsyms]) ffffffff8101054e xen_smp_send_call_function_ipi ([kernel.kallsyms]) ffffffff810dc471 smp_call_function_many ([kernel.kallsyms]) ffffffff8105c8f7 native_flush_tlb_others ([kernel.kallsyms]) ffffffff8105cbf6 flush_tlb_page ([kernel.kallsyms]) ffffffff8118a5f8 ptep_clear_flush ([kernel.kallsyms]) ffffffff81184c0f try_to_unmap_one ([kernel.kallsyms]) ffffffff81185d87 try_to_unmap_anon ([kernel.kallsyms]) ffffffff81185e4d try_to_unmap ([kernel.kallsyms]) ffffffff811a893e migrate_pages ([kernel.kallsyms]) ffffffff811a96b4 migrate_misplaced_page ([kernel.kallsyms]) ffffffff81178eee do_numa_page ([kernel.kallsyms]) ffffffff8117a0bf handle_mm_fault ([kernel.kallsyms]) ffffffff8172db74 __do_page_fault ([kernel.kallsyms]) ffffffff8172df7a do_page_fault ([kernel.kallsyms]) ffffffff8172a3a8 page_fault ([kernel.kallsyms]) 7f08b56bffa1 [unknown] (/tmp/perf-10939.map) 7f08c880b5c8 [unknown] ([unknown]) java 11020 [006] 30143.542261: cpu-clock: 7f08b5817290 [unknown] (/tmp/perf-10939.map) swapper 0 [007] 30143.542288: cpu-clock: ffffffff8104f596 native_safe_halt ([kernel.kallsyms]) ffffffff8101caaf default_idle ([kernel.kallsyms]) ffffffff8101d376 arch_cpu_idle ([kernel.kallsyms]) ffffffff810befa5 cpu_startup_entry ([kernel.kallsyms]) ffffffff8104150d start_secondary ([kernel.kallsyms]) ================================================ FILE: test/perf-rust-Yamakaky-dcpu.txt ================================================ emulator 4152 75695.008865: 1 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008879: 1 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008886: 3 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008892: 16 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008898: 98 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008904: 597 cycles:u: d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008912: 3646 cycles:u: 7d9750 page_fault+0xfe200000 ([kernel.kallsyms]) d70 _start+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.008945: 17736 cycles:u: 4f4f _dl_start+0xffff018fd5dce3df (/usr/lib/ld-2.24.so) d78 _dl_start_user+0xffff018fd5dce000 (/usr/lib/ld-2.24.so) emulator 4152 75695.009016: 32156 cycles:u: 7f31 _dl_init_paths+0xffff018fd5dce001 (/usr/lib/ld-2.24.so) 174ef _dl_sysdep_start+0xffff018fd5dce3df (/usr/lib/ld-2.24.so) 40 [unknown] ([unknown]) emulator 4152 75695.009206: 42339 cycles:u: 1654f _dl_load_cache_lookup+0xffff018fd5dce29f (/usr/lib/ld-2.24.so) 88c0 _dl_map_object+0xffff018fd5dce550 (/usr/lib/ld-2.24.so) emulator 4152 75695.009539: 44000 cycles:u: 16387 _dl_load_cache_lookup+0xffff018fd5dce0d7 (/usr/lib/ld-2.24.so) 88c0 _dl_map_object+0xffff018fd5dce550 (/usr/lib/ld-2.24.so) emulator 4152 75695.009667: 42632 cycles:u: 105ae _dl_name_match_p+0xffff018fd5dce01e (/usr/lib/ld-2.24.so) 2e747262696c0036 [unknown] ([unknown]) emulator 4152 75695.009762: 47729 cycles:u: b96d _dl_relocate_object+0xffff018fd5dce40d (/usr/lib/ld-2.24.so) 39b1 dl_main+0xffff018fd5dd0081 (/usr/lib/ld-2.24.so) 174ef _dl_sysdep_start+0xffff018fd5dce3df (/usr/lib/ld-2.24.so) 40 [unknown] ([unknown]) emulator 4152 75695.009874: 52068 cycles:u: 844d7 __strcasecmp+0xffff018fd717a007 (/usr/lib/libc-2.24.so) 39b1 dl_main+0xffff018fd5dd0081 (/usr/lib/ld-2.24.so) 174ef _dl_sysdep_start+0xffff018fd5dce3df (/usr/lib/ld-2.24.so) 40 [unknown] ([unknown]) emulator 4152 75695.010021: 60144 cycles:u: 196b7 strcmp+0xffff018fd5dce077 (/usr/lib/ld-2.24.so) 63636762696c0036 [unknown] ([unknown]) emulator 4152 75695.010239: 65345 cycles:u: b8f2 _dl_relocate_object+0xffff018fd5dce392 (/usr/lib/ld-2.24.so) 39b1 dl_main+0xffff018fd5dd0081 (/usr/lib/ld-2.24.so) 174ef _dl_sysdep_start+0xffff018fd5dce3df (/usr/lib/ld-2.24.so) 40 [unknown] ([unknown]) emulator 4152 75695.010508: 66557 cycles:u: dcc45 __GI___readlink+0xffff018fd717a005 (/usr/lib/libc-2.24.so) emulator 4152 75695.010666: 65964 cycles:u: 6681e7 je_tcache_boot+0xffff53cc2fce4227 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.010880: 70745 cycles:u: 7d9750 page_fault+0xfe200000 ([kernel.kallsyms]) 64c156 je_arena_tcache_fill_small+0xffff53cc2fce40b6 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.011165: 72243 cycles:u: 37315 __GI_____strtoull_l_internal+0xffff018fd717a0f5 (/usr/lib/libc-2.24.so) emulator 4152 75695.011360: 71141 cycles:u: 7d9750 page_fault+0xfe200000 ([kernel.kallsyms]) 375990 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4000 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.011556: 73671 cycles:u: 62e25d std::path::PathBuf::_push::h766d676eb9b04254+0xffff53cc2fce401d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b2eb0 term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76+0xffff53cc2fce4820 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ab2 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4042 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.011685: 76227 cycles:u: 38e1c0 _$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf+0xffff53cc2fce4010 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3849e4 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41a4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.011788: 85066 cycles:u: 38e1c9 _$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf+0xffff53cc2fce4019 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3849e4 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41a4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.011900: 100227 cycles:u: 390da8 core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c+0xffff53cc2fce4038 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 394a27 core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce4037 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012032: 115539 cycles:u: 393fec core::ptr::write::haabbb39ab969e5ac+0xffff53cc2fce401c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384a01 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41c1 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012182: 128577 cycles:u: 390870 _$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb+0xffff53cc2fce4000 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012352: 139193 cycles:u: 393fe9 core::ptr::write::haabbb39ab969e5ac+0xffff53cc2fce4019 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384a01 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41c1 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012533: 147440 cycles:u: 390d93 core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c+0xffff53cc2fce4023 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 394a27 core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce4037 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012723: 154471 cycles:u: 38e1cc _$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf+0xffff53cc2fce401c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3849e4 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41a4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.012923: 160490 cycles:u: 3858c0 _$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906+0xffff53cc2fce4000 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.013177: 161094 cycles:u: 39448e core::str::next_code_point::hc208947b28200a26+0xffff53cc2fce402e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3abf9d _$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea+0xffff53cc2fce401d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ae5f3 _$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b+0xffff53cc2fce4043 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37aaff _$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e+0xffff53cc2fce404f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39471c core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37997c _$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39aeb4 _$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d+0xffff53cc2fce4074 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3af16c _$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad6ac _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384155 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b+0xffff53cc2fce4065 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b00e7 _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8+0xffff53cc2fce43a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395d3d core::iter::iterator::Iterator::collect::h185e3c12af3fc754+0xffff53cc2fce40ad (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b4d84 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5254 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.013402: 160789 cycles:u: 390d9a core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c+0xffff53cc2fce402a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 394a27 core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce4037 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a762f _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3aeeb8 _$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50+0xffff53cc2fce4078 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37f201 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9+0xffff53cc2fce4051 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a74bf _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37b9e4 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa+0xffff53cc2fce4074 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d93e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c35f _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e+0xffff53cc2fce414f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395c62 core::iter::iterator::Iterator::collect::h08724396296cdea6+0xffff53cc2fce4062 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b534b term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce581b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.013613: 163021 cycles:u: 39f09a _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383da1 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce4181 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.013829: 166807 cycles:u: 396798 core::slice::from_raw_parts::hf2d070766f9033b0+0xffff53cc2fce4038 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 396c58 core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225+0xffff53cc2fce40e8 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 396ce8 core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a+0xffff53cc2fce4068 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39a093 _$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37a36c collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027+0xffff53cc2fce404c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38bb4a std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39fec8 _$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903+0xffff53cc2fce4238 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b3682 term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4+0xffff53cc2fce4112 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c28e2 term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e+0xffff53cc2fce4032 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3935ff core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a+0xffff53cc2fce403f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 380880 _$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e+0xffff53cc2fce4100 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad654 _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4+0xffff53cc2fce4044 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37fd40 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d+0xffff53cc2fce4040 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a7560 _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a+0xffff53cc2fce4020 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383c54 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce4034 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.014045: 170071 cycles:u: 3996a8 _$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb+0xffff53cc2fce4018 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379f7d collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e+0xffff53cc2fce403d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383dc8 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce41a8 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.014265: 173377 cycles:u: 64db3d je_arena_ralloc_no_move+0xffff53cc2fce40ed (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.014492: 176362 cycles:u: 393920 core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9+0xffff53cc2fce4010 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39f13a _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71+0xffff53cc2fce402a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 385a6d _$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38a406 std::io::read_to_end::heeed5f53db31e2d5+0xffff53cc2fce4336 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38abdc std::io::Read::read_to_end::hf3e43392e443d646+0xffff53cc2fce403c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b57bd term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5c8d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.014727: 178602 cycles:u: 37d420 _$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f+0xffff53cc2fce4000 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3860b5 std::collections::hash::map::robin_hood::h47885a7d58732a87+0xffff53cc2fce4625 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ac4da _$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8+0xffff53cc2fce41ca (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a0ce2 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d+0xffff53cc2fce43d2 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a293c _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce417c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.014972: 180014 cycles:u: 83d96 __memmove_sse2_unaligned_erms+0xffff018fd717a096 (/usr/lib/libc-2.24.so) 3a3cc0 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf+0xffff53cc2fce4700 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a4a70 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7+0xffff53cc2fce40f0 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a28c3 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce4103 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.015205: 180495 cycles:u: 38837d std::collections::hash::map::search_hashed::hae33740b510f48a0+0xffff53cc2fce416d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a0a4b _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d+0xffff53cc2fce413b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a293c _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce417c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.015439: 182088 cycles:u: 3960c1 core::iter::iterator::Iterator::position::h71611bea69605be3+0xffff53cc2fce4131 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2c35 term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e+0xffff53cc2fce42c5 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39375f core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5+0xffff53cc2fce404f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 381abb _$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125+0xffff53cc2fce414b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad7a4 _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3+0xffff53cc2fce4044 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37f5a4 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a75af _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bc17 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce4077 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.015682: 183668 cycles:u: 3a19ba _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35+0xffff53cc2fce407a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a3c2e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf+0xffff53cc2fce466e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a4a70 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7+0xffff53cc2fce40f0 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a28c3 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce4103 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.015920: 184354 cycles:u: 393c78 core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf+0xffff53cc2fce4028 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3af497 _$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132+0xffff53cc2fce40c7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a7480 _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837+0xffff53cc2fce4020 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3abf38 _$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a+0xffff53cc2fce4028 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 396032 core::iter::iterator::Iterator::position::h71611bea69605be3+0xffff53cc2fce40a2 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2c35 term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e+0xffff53cc2fce42c5 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39375f core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5+0xffff53cc2fce404f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 381abb _$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125+0xffff53cc2fce414b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad7a4 _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3+0xffff53cc2fce4044 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37f5a4 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a75af _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bc17 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce4077 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.016158: 185542 cycles:u: 39b78f _$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48+0xffff53cc2fce401f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379734 _$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3+0xffff53cc2fce4024 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a8424 _$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b+0xffff53cc2fce4074 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 385cb7 std::collections::hash::map::robin_hood::h47885a7d58732a87+0xffff53cc2fce4227 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ac4da _$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8+0xffff53cc2fce41ca (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a0ce2 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d+0xffff53cc2fce43d2 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a293c _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce417c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.016398: 186650 cycles:u: 3814d0 _$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4+0xffff53cc2fce4140 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3abee0 _$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc+0xffff53cc2fce4060 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a771f _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ae389 _$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4+0xffff53cc2fce4069 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad78c _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37f5a4 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a75af _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f+0xffff53cc2fce402f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bc17 _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce4077 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c003a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0f93 term::stderr::h99e770fdfcb59b6c+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375a34 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4064 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.016703: 187543 cycles:u: 394a2d core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce403d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.016947: 183381 cycles:u: 38e1cc _$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf+0xffff53cc2fce401c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3849e4 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce41a4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.017182: 183868 cycles:u: 3922ce core::mem::swap::hcb834a1162e5ad6c+0xffff53cc2fce404e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 394a77 core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce4087 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.017418: 185267 cycles:u: 394a2a core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce403a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.017651: 186625 cycles:u: 394a2d core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce403d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.017847: 188406 cycles:u: 390da3 core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c+0xffff53cc2fce4033 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 394a27 core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40+0xffff53cc2fce4037 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384985 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce4145 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 379bd0 collections::vec::from_elem::h0cb09490c5e14fb9+0xffff53cc2fce4080 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e54d _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694+0xffff53cc2fce405d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38e637 _$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5+0xffff53cc2fce4057 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1dd3 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4263 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.018094: 194816 cycles:u: 39330f core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 389868 std::collections::hash::table::calculate_offsets::hfe569e8904133a1b+0xffff53cc2fce4068 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39c714 _$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059+0xffff53cc2fce40f4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a6bd5 _$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea+0xffff53cc2fce40c5 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a50cf _$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46+0xffff53cc2fce408f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 388a7b std::collections::hash::map::search_hashed::hb56562c80a350a98+0xffff53cc2fce415b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a10ba _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9+0xffff53cc2fce410a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a2c3c _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e+0xffff53cc2fce411c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37b86e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7+0xffff53cc2fce413e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d76e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bf6f _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46+0xffff53cc2fce414f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395f62 core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e+0xffff53cc2fce4062 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b4fa7 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5477 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.018353: 195165 cycles:u: 3966b8 core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f+0xffff53cc2fce4058 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b364a term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4+0xffff53cc2fce40da (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c28e2 term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e+0xffff53cc2fce4032 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3935ff core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a+0xffff53cc2fce403f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 380880 _$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e+0xffff53cc2fce4100 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ad654 _$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4+0xffff53cc2fce4044 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37fd40 _$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d+0xffff53cc2fce4040 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a7560 _$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a+0xffff53cc2fce4020 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383c54 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce4034 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.018605: 194314 cycles:u: 385888 _$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1+0xffff53cc2fce4028 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383dfa _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce41da (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.018855: 194076 cycles:u: 39f075 _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec+0xffff53cc2fce4025 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 383da1 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f+0xffff53cc2fce4181 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3afc1e _$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725+0xffff53cc2fce429e (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37c744 _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a+0xffff53cc2fce4144 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395eca core::iter::iterator::Iterator::collect::h53b7863e73fadbfc+0xffff53cc2fce405a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b55c6 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5a96 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.019105: 194077 cycles:u: 3938bc core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff+0xffff53cc2fce402c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 384914 _$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a+0xffff53cc2fce40d4 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38575a _$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90+0xffff53cc2fce408a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38a1ae std::io::read_to_end::heeed5f53db31e2d5+0xffff53cc2fce40de (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 38abdc std::io::Read::read_to_end::hf3e43392e443d646+0xffff53cc2fce403c (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b57bd term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5c8d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) emulator 4152 75695.019356: 194103 cycles:u: 392f34 core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791+0xffff53cc2fce4034 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39e93a _$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13+0xffff53cc2fce434a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39fc6e _$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c+0xffff53cc2fce40ae (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 39dd3d _$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3+0xffff53cc2fce401d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3ac04d _$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7+0xffff53cc2fce401d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 389a32 std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78+0xffff53cc2fce4072 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a4d4d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7+0xffff53cc2fce402d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3a285f _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7+0xffff53cc2fce409f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37bd1d _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11+0xffff53cc2fce417d (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37d59e _$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33+0xffff53cc2fce40fe (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37cb8b _$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8+0xffff53cc2fce41bb (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 395e27 core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490+0xffff53cc2fce40a7 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b59e9 term::terminfo::parser::compiled::parse::h0bfa24a8d6483291+0xffff53cc2fce5eb9 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1e07 term::terminfo::TermInfo::_from_path::h51064971a80093cd+0xffff53cc2fce4297 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1b54 term::terminfo::TermInfo::from_path::hc007f27f9c5301db+0xffff53cc2fce4054 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c2837 term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0+0xffff53cc2fce4047 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3906d1 _$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b+0xffff53cc2fce4161 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b1ae3 term::terminfo::TermInfo::from_name::h721edfed0d4e6840+0xffff53cc2fce4073 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3b17e6 term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d+0xffff53cc2fce4186 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3bff3a _$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3c0ee3 term::stdout::hc71a921b9549a869+0xffff53cc2fce4053 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 375b58 simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f+0xffff53cc2fce4188 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3788ea simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f+0xffff53cc2fce404a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37883b log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727+0xffff53cc2fce402b (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 37209a log::set_logger_raw::h2040ab7e0793ea3f+0xffff53cc2fce409a (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 371fc0 log::set_logger::hfce3bfc5d262a203+0xffff53cc2fce4030 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 3759b9 simplelog::termlog::TermLogger::init::ha7463b1622ff979e+0xffff53cc2fce4029 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 61223 emulator::main_ret::hc4b7fa9090639ebe+0xffff53cc2fce40c3 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 6351f emulator::main::hc2aaa9b4591a10c7+0xffff53cc2fce400f (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) 63c477 __rust_maybe_catch_panic+0xffff53cc2fce4017 (/home/yamakaky/dev/rust/dcpu/target/debug/emulator) ================================================ FILE: test/perf-vertx-stacks-01.txt ================================================ # ======== # captured on: Thu Dec 4 18:23:53 2014 # hostname : bgregg-test # os release : 3.2.0-54-virtual # perf version : 3.2.50 # arch : x86_64 # nrcpus online : 16 # nrcpus avail : 16 # cpudesc : Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz # cpuid : GenuineIntel,6,62,4 # total memory : 30759060 kB # cmdline : /usr/bin/perf_3.2.0-54 record -F 99 -p 3236 -g # event : name = cycles, type = 1, config = 0x0, config1 = 0x0, config2 = 0x0, excl_usr = 0, excl_kern = 0, id = { 15078, 15079, 15080, 15081, 15082, 15083, 15084, 15085, 15086, 15087, 15088, 15089, 15090, 15091, 15092, 15093, 15094, 15095, 15096, 15097, 15098, 15099, 15100, 15101, 15102, 15103, 15104, 15105, 15106, 15107, 15108, 15109, 15110, 15111, 15112, 15113, 15114, 15115 } # HEADER_CPU_TOPOLOGY info available, use -I to display # HEADER_NUMA_TOPOLOGY info available, use -I to display # ======== # java 3244 cpu-clock: 7f1e214c24d9 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3245 cpu-clock: 7f1e216ccd20 ParallelTaskTerminator::offer_termination(TerminatorTerminator*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3245 cpu-clock: 7f1e214c24d2 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3246 cpu-clock: 7f1e216ccd20 ParallelTaskTerminator::offer_termination(TerminatorTerminator*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3247 cpu-clock: 7f1e2162aff4 PSScavengeKlassClosure::do_klass(Klass*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e211dbf0c ClassLoaderData::oops_do(OopClosure*, KlassClosure*, bool) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e211dd6c9 ClassLoaderDataGraph::oops_do(OopClosure*, KlassClosure*, bool) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162aad8 ScavengeRootsTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3248 cpu-clock: 7f1e214c24d0 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3249 cpu-clock: 7f1e214c24d2 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3250 cpu-clock: 7f1e2137bbed InstanceKlass::oop_push_contents(PSPromotionManager*, oopDesc*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21627a75 oopDesc* PSPromotionManager::copy_to_survivor_space(oopDesc*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21627328 PSPromotionManager::drain_stacks_depth(bool) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ac0e StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3251 cpu-clock: 7f1e214c24d0 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3252 cpu-clock: 7f1e214c24d2 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3253 cpu-clock: 7f1e216ccd20 ParallelTaskTerminator::offer_termination(TerminatorTerminator*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3254 cpu-clock: 7f1e216ccd20 ParallelTaskTerminator::offer_termination(TerminatorTerminator*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3255 cpu-clock: 7f1e214c24d9 SpinPause (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3256 cpu-clock: 7f1e216ccd23 ParallelTaskTerminator::offer_termination(TerminatorTerminator*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162ad6f StealTask::do_it(GCTaskManager*, unsigned int) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2130d999 GCTaskThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3257 cpu-clock: ffffffff8109ea1a futex_wake_op ([kernel.kallsyms]) ffffffff810a012e do_futex ([kernel.kallsyms]) ffffffff810a02f2 sys_futex ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e21c46565 pthread_cond_signal@@GLIBC_2.3.2 (/lib/x86_64-linux-gnu/libpthread-2.15.so) 7f1e21629971 PSScavenge::invoke_no_policy() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21629fa3 PSScavenge::invoke() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215e56cd ParallelScavengeHeap::failed_mem_allocate(unsigned long) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174b610 VM_ParallelGCFailedAllocation::doit() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174fe12 VM_Operation::evaluate() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174e537 VMThread::evaluate_operation(VM_Operation*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174eb96 VMThread::loop() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174f002 VMThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3257 cpu-clock: 7f1e216c0611 StringTable::unlink_or_oops_do(BoolObjectClosure*, OopClosure*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162943a PSScavenge::invoke_no_policy() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21629fa3 PSScavenge::invoke() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215e56cd ParallelScavengeHeap::failed_mem_allocate(unsigned long) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174b610 VM_ParallelGCFailedAllocation::doit() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174fe12 VM_Operation::evaluate() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174e537 VMThread::evaluate_operation(VM_Operation*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174eb96 VMThread::loop() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174f002 VMThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3257 cpu-clock: 7f1e2162a2f7 PSIsAliveClosure::do_object_b(oopDesc*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162943a PSScavenge::invoke_no_policy() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21629fa3 PSScavenge::invoke() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215e56cd ParallelScavengeHeap::failed_mem_allocate(unsigned long) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174b610 VM_ParallelGCFailedAllocation::doit() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174fe12 VM_Operation::evaluate() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174e537 VMThread::evaluate_operation(VM_Operation*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174eb96 VMThread::loop() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174f002 VMThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3257 cpu-clock: 7f1e216c05e0 StringTable::unlink_or_oops_do(BoolObjectClosure*, OopClosure*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2162943a PSScavenge::invoke_no_policy() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21629fa3 PSScavenge::invoke() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215e56cd ParallelScavengeHeap::failed_mem_allocate(unsigned long) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174b610 VM_ParallelGCFailedAllocation::doit() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174fe12 VM_Operation::evaluate() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174e537 VMThread::evaluate_operation(VM_Operation*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174eb96 VMThread::loop() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2174f002 VMThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0feb7963 Lio/netty/handler/codec/http/HttpObjectDecoder;.splitHeader(Lio/netty/util/internal/AppendableCharS (/tmp/perf-3236.map) 7f1e0df12508 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda8edf Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e10405a2c Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd21ad0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81178f01 fget_light ([kernel.kallsyms]) ffffffff81177928 sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158a5f1 tcp_event_data_recv ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8153dae1 netif_skb_features ([kernel.kallsyms]) ffffffff8154310a dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f49f2 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd9742c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096c52 Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd96fd0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) java 3278 cpu-clock: ffffffff81540677 __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81177901 sys_write ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8157a421 ip_output ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10405b02 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0d792b3c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda9c4c Lorg/mozilla/javascript/NativeFunction;.initScriptFunction(Lorg/mozilla/javascript/Context;Lorg/moz (/tmp/perf-3236.map) 7f1e0d7931dc Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7efc0 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd225a4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8153c93b dev_queue_xmit_nit ([kernel.kallsyms]) ffffffff81542985 dev_hard_start_xmit ([kernel.kallsyms]) ffffffff8154310a dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81177871 sys_read ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7df1c Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype(Lorg/mozilla/javascript/Scriptable;Lorg/mozil (/tmp/perf-3236.map) 7f1e10405c8c Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e78a0ec Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd8964b Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97df0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81591eed tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff810df991 rcu_bh_qs ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda9680 Lorg/mozilla/javascript/ScriptableObject$Slot;.getValue(Lorg/mozilla/javascript/Scriptable;)Ljava/l (/tmp/perf-3236.map) 7f1e10087978 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e0cd981a4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd5f41f Lorg/mozilla/javascript/IdScriptableObject;.findInstanceIdInfo(Ljava/lang/String;)I (/tmp/perf-3236.map) 7f1e0cd97f94 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8157d901 __inet_lookup_established ([kernel.kallsyms]) ffffffff81598e45 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd898d9 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405a18 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd21ad0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d78edd1 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e104058d9 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e9b312c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cccba7e vtable chunks (/tmp/perf-3236.map) 7f1e10087978 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e109c56bc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0feb78c0 Lio/netty/handler/codec/http/HttpObjectDecoder;.splitHeader(Lio/netty/util/internal/AppendableCharS (/tmp/perf-3236.map) 7f1e0df12508 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e101d8d87 Ljava/util/ArrayList;.ensureExplicitCapacity(I)V (/tmp/perf-3236.map) 7f1e0ea9fce8 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158fb61 tcp_established_options ([kernel.kallsyms]) ffffffff815917f4 tcp_current_mss ([kernel.kallsyms]) ffffffff8158174b tcp_send_mss ([kernel.kallsyms]) ffffffff81583334 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d8c1c9e Lorg/mozilla/javascript/WrapFactory;.wrap(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0cf48530 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e0cd97f08 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8157d8c0 __inet_lookup_established ([kernel.kallsyms]) ffffffff81598e45 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8115f051 get_slab ([kernel.kallsyms]) ffffffff81533118 __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4887 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2241c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8117728d rw_verify_area ([kernel.kallsyms]) ffffffff81177775 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8109487b getnstimeofday ([kernel.kallsyms]) ffffffff81094956 ktime_get_real ([kernel.kallsyms]) ffffffff8158b15a tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d7935b1 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0e212b87 Lorg/mozilla/javascript/ScriptableObject;.getParentScope()Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cea3b54 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ff1f220 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd899c6 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd978e0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd899db Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2214c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd8979a Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405fac Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81164da9 __kmalloc_node_track_caller ([kernel.kallsyms]) ffffffff81533118 __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) java 3278 cpu-clock: 7f1e11308583 Lio/netty/handler/codec/http/DefaultHttpHeaders;.set(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio (/tmp/perf-3236.map) 7f1e0ce33c38 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cccbc3e vtable chunks (/tmp/perf-3236.map) 7f1e0cdaa07c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2253c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e2215d058 (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd625a8 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda8edf Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e10405ee8 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e78a0ec Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81471f79 loopback_xmit ([kernel.kallsyms]) ffffffff81542b76 dev_hard_start_xmit ([kernel.kallsyms]) ffffffff8154310a dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cdac8de Lio/netty/buffer/AbstractByteBuf;.forEachByteAsc0(IILio/netty/buffer/ByteBufProcessor;)I (/tmp/perf-3236.map) 7f1e0df125a4 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d180f0a Lsun/nio/ch/SocketChannelImpl;.writerCleanup()V (/tmp/perf-3236.map) 7f1e0cffe748 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096f31 Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd978e0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd22001 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10310707 Lio/netty/handler/codec/http/DefaultHttpHeaders;.add0(IILjava/lang/CharSequence;Ljava/lang/CharSequ (/tmp/perf-3236.map) 7f1e0ce33c38 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) java 3278 cpu-clock: 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81659ce1 _raw_spin_lock_bh ([kernel.kallsyms]) ffffffff815850a2 tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce334a7 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158ac56 tcp_rtt_estimator ([kernel.kallsyms]) ffffffff8158ae16 tcp_valid_rtt_meas ([kernel.kallsyms]) ffffffff8158b30f tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4a84 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd97050 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0e212b92 Lorg/mozilla/javascript/ScriptableObject;.getParentScope()Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0e2bcf0c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0f6bf4b8 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cd97680 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89a78 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405fac Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd21ad0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815330c8 __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f49f2 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa07c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97d60 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff811b582b fsnotify ([kernel.kallsyms]) ffffffff81177680 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815990b6 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7deac Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype(Lorg/mozilla/javascript/Scriptable;Lorg/mozil (/tmp/perf-3236.map) 7f1e0cd0f30c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0f6bf568 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cd97cb0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10086d87 Lorg/mozilla/javascript/ScriptRuntime;.getPropFunctionAndThis(Ljava/lang/Object;Ljava/lang/String;L (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81590410 tcp_set_skb_tso_segs ([kernel.kallsyms]) ffffffff815927bf tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce427b0 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81094941 ktime_get_real ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89e3d Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd21f9c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81591941 __tcp_select_window ([kernel.kallsyms]) ffffffff8158482b tcp_cleanup_rbuf ([kernel.kallsyms]) ffffffff815853d5 tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4980c7 Lorg/mozilla/javascript/Context;.getWrapFactory()Lorg/mozilla/javascript/WrapFactory; (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce0ede8 Lio/netty/handler/codec/http/HttpHeaders;.isTransferEncodingChunked(Lio/netty/handler/codec/http/Ht (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff811611e1 ksize ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81580bd5 tcp_xmit_size_goal ([kernel.kallsyms]) ffffffff81581760 tcp_send_mss ([kernel.kallsyms]) ffffffff81583334 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4a0e Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd978e0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81529ca0 sock_aio_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f664ec0 Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot;.getValue(Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e10087978 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e109c56bc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d48a3cc Ljava/nio/channels/spi/AbstractInterruptibleChannel;.end(Z)V (/tmp/perf-3236.map) 7f1e0ea9cc9c Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d8c10a9 Lio/netty/util/Recycler;.recycle(Ljava/lang/Object;Lio/netty/util/Recycler$Handle;)Z (/tmp/perf-3236.map) 7f1e0d6d53c0 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d615ee7 Lorg/mozilla/javascript/ScriptRuntime;.indexFromString(Ljava/lang/String;)J (/tmp/perf-3236.map) 7f1e0e2b90f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100a7a4 xen_clocksource_read ([kernel.kallsyms]) ffffffff8100a8a9 xen_clocksource_get_cycles ([kernel.kallsyms]) ffffffff810948b7 getnstimeofday ([kernel.kallsyms]) ffffffff81094956 ktime_get_real ([kernel.kallsyms]) ffffffff8158b15a tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda8edf Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e10405a2c Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd21ad0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4894 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0d7938ec Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f48b9 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa07c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd978e0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158de90 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce33da9 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81533ac2 skb_release_data ([kernel.kallsyms]) ffffffff81533afe __kfree_skb ([kernel.kallsyms]) ffffffff81585abf tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096c0b Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97730 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dc267f8 Ljava/util/concurrent/ConcurrentHashMap;.get(Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0ce42540 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7efc0 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd225a4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd896e0 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b336c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ea99d47 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e109c6371 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4a84 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7efec Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10087978 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e0cd22588 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8103dd44 pvclock_clocksource_read ([kernel.kallsyms]) ffffffff8100a7c0 xen_clocksource_read ([kernel.kallsyms]) ffffffff8100a8a9 xen_clocksource_get_cycles ([kernel.kallsyms]) ffffffff810948b7 getnstimeofday ([kernel.kallsyms]) ffffffff81094956 ktime_get_real ([kernel.kallsyms]) ffffffff81591f03 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e2215d058 (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ea90b23 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89a78 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405fac Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7d001 Lio/netty/util/internal/AppendableCharSequence;.append(C)Lio/netty/util/internal/AppendableCharSequ (/tmp/perf-3236.map) 7f1e0cdac9d4 Lio/netty/buffer/AbstractByteBuf;.forEachByteAsc0(IILio/netty/buffer/ByteBufProcessor;)I (/tmp/perf-3236.map) 7f1e106aa2d8 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8156ea84 ipv4_mtu ([kernel.kallsyms]) ffffffff815917cd tcp_current_mss ([kernel.kallsyms]) ffffffff8158174b tcp_send_mss ([kernel.kallsyms]) ffffffff81583334 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0fa560e0 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e11987815 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0feb7663 Lio/netty/handler/codec/http/HttpObjectDecoder;.splitHeader(Lio/netty/util/internal/AppendableCharS (/tmp/perf-3236.map) 7f1e0df12508 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f09701a Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97580 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce3d7c0 Lio/netty/buffer/AbstractByteBufAllocator;.directBuffer(II)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0cff7380 Lio/netty/handler/codec/http/HttpObjectEncoder;.encode(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e11300860 Lorg/mozilla/javascript/NativeJavaObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cd97ec4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7efa0 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0facf358 Lorg/mozilla/javascript/ScriptRuntime;.name(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript (/tmp/perf-3236.map) 7f1e109c56a0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81574e48 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff812d6971 apparmor_file_permission ([kernel.kallsyms]) ffffffff811772c1 rw_verify_area ([kernel.kallsyms]) ffffffff811775f8 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81044b41 __phys_addr ([kernel.kallsyms]) ffffffff8153312c __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d0ce6e7 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cd97f08 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0e212ba1 Lorg/mozilla/javascript/ScriptableObject;.getParentScope()Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0e9b33e4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d8bad76 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e10405908 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89771 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2214c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e11309ba7 Lio/netty/handler/codec/http/HttpObjectDecoder;.findWhitespace(Ljava/lang/CharSequence;I)I (/tmp/perf-3236.map) 7f1e106aa358 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f49f2 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd97244 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8117787c sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100a8a0 xen_clocksource_get_cycles ([kernel.kallsyms]) ffffffff81094956 ktime_get_real ([kernel.kallsyms]) ffffffff81591f03 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0facf728 Lio/netty/buffer/AbstractByteBuf;.writeBytes([B)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f664ee9 Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot;.getValue(Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cd7f008 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0f99a268 Lorg/mozilla/javascript/ScriptRuntime;.nameOrFunction(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e0facf358 Lorg/mozilla/javascript/ScriptRuntime;.name(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript (/tmp/perf-3236.map) 7f1e109c61e0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dc9c403 Lio/netty/buffer/PooledByteBuf;.internalNioBuffer()Ljava/nio/ByteBuffer; (/tmp/perf-3236.map) 7f1e0d6db2e0 Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0e78b88b Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e109c5bc0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4980c7 Lorg/mozilla/javascript/Context;.getWrapFactory()Lorg/mozilla/javascript/WrapFactory; (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158ac50 tcp_rtt_estimator ([kernel.kallsyms]) ffffffff8158b30f tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8108f76c __srcu_read_lock ([kernel.kallsyms]) ffffffff811b5954 fsnotify ([kernel.kallsyms]) ffffffff81177680 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81580bc1 tcp_xmit_size_goal ([kernel.kallsyms]) ffffffff81583334 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100ac8f xen_restore_fl_direct_end ([kernel.kallsyms]) ffffffff81541fb5 netif_rx.part.82 ([kernel.kallsyms]) ffffffff815420d0 netif_rx ([kernel.kallsyms]) ffffffff81471fa5 loopback_xmit ([kernel.kallsyms]) ffffffff81542b76 dev_hard_start_xmit ([kernel.kallsyms]) ffffffff8154310a dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cccb960 vtable chunks (/tmp/perf-3236.map) 7f1e0ea9febc Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096d7e Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b3404 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158478b tcp_cleanup_rbuf ([kernel.kallsyms]) ffffffff815853d5 tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81583cbe tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dc1788e Ljava/util/HashMap;.get(Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0d8c1f88 Lorg/mozilla/javascript/WrapFactory;.wrap(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0cea3b54 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cea27bb Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ea90a67 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7de60 Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype(Lorg/mozilla/javascript/Scriptable;Lorg/mozil (/tmp/perf-3236.map) 7f1e10405c8c Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e78a0ec Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81548e3c dst_release ([kernel.kallsyms]) ffffffff81533d79 skb_release_head_state ([kernel.kallsyms]) ffffffff81533af6 __kfree_skb ([kernel.kallsyms]) ffffffff81585abf tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89b04 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97730 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cdac922 Lio/netty/buffer/AbstractByteBuf;.forEachByteAsc0(IILio/netty/buffer/ByteBufProcessor;)I (/tmp/perf-3236.map) 7f1e0df12338 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cea447a Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff811626fa kmem_cache_alloc_node ([kernel.kallsyms]) ffffffff815330eb __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff813a2f29 dma_issue_pending_all ([kernel.kallsyms]) ffffffff81541dd2 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8106d43c local_bh_disable ([kernel.kallsyms]) ffffffff81659cf6 _raw_spin_lock_bh ([kernel.kallsyms]) ffffffff8152df44 lock_sock_nested ([kernel.kallsyms]) ffffffff815832a9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81574c80 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e113084c7 Lio/netty/handler/codec/http/DefaultHttpHeaders;.set(Ljava/lang/CharSequence;Ljava/lang/Object;)Lio (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ca1bf80 jbyte_disjoint_arraycopy (/tmp/perf-3236.map) 7f1e0e9ac695 Lsun/nio/cs/UTF_8$Encoder;.(Ljava/nio/charset/Charset;Lsun/nio/cs/UTF_8$1;)V (/tmp/perf-3236.map) 7f1e0ce3356c Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158b620 tcp_rcv_space_adjust ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cccba73 vtable chunks (/tmp/perf-3236.map) 7f1e0f99a2e4 Lorg/mozilla/javascript/ScriptRuntime;.nameOrFunction(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e0facf358 Lorg/mozilla/javascript/ScriptRuntime;.name(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascript (/tmp/perf-3236.map) 7f1e0d79332c Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dcff928 Lio/netty/buffer/AbstractReferenceCountedByteBuf;.release()Z (/tmp/perf-3236.map) 7f1e0d6d53c0 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81542920 dev_hard_start_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ff2068d Lio/netty/util/concurrent/FastThreadLocal;.get()Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0ce3d5a0 Lio/netty/buffer/AbstractByteBufAllocator;.directBuffer(II)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0cff7380 Lio/netty/handler/codec/http/HttpObjectEncoder;.encode(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096bd0 Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97cd0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) java 3278 cpu-clock: ffffffff8158af10 tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81534f71 skb_clone ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89a78 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b32d4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8157a421 ip_output ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0feb78fb Lio/netty/handler/codec/http/HttpObjectDecoder;.splitHeader(Lio/netty/util/internal/AppendableCharS (/tmp/perf-3236.map) 7f1e0df12508 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cf48335 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e0cd97f08 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff811772ab rw_verify_area ([kernel.kallsyms]) ffffffff811775f8 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f4aab Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7efec Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405df8 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd8962c Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b3404 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d3fc2e7 Lorg/mozilla/javascript/NativeJavaMethod;.findFunction(Lorg/mozilla/javascript/Context;[Lorg/mozill (/tmp/perf-3236.map) 7f1e0cd97f08 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ff1ce1f Lsun/nio/ch/NativeThread;.current()J (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d615efd Lorg/mozilla/javascript/ScriptRuntime;.indexFromString(Ljava/lang/String;)J (/tmp/perf-3236.map) 7f1e0e2bc514 Lorg/mozilla/javascript/ScriptRuntime;.setObjectElem(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang (/tmp/perf-3236.map) 7f1e0e2b90f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce336e2 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89707 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97df0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e11300ec8 Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e104057f2 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd21ad0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89752 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e78a1fc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ea99d47 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f096ba0 Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cd222fc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81176d61 do_sync_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e106a7dab Ljava/util/Arrays;.fill([Ljava/lang/Object;Ljava/lang/Object;)V (/tmp/perf-3236.map) 7f1e0df123d4 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e11300860 Lorg/mozilla/javascript/NativeJavaObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cd97ec4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e001d9d9d Java_sun_nio_ch_FileDispatcherImpl_write0 (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/libnio.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8157d8a3 __inet_lookup_established ([kernel.kallsyms]) ffffffff81598e45 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0df124f9 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8115f051 get_slab ([kernel.kallsyms]) ffffffff81533118 __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10087933 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e109c56bc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e109c2ca7 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815be638 bictcp_acked ([kernel.kallsyms]) ffffffff8158b198 tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f666be7 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd5f400 Lorg/mozilla/javascript/IdScriptableObject;.findInstanceIdInfo(Ljava/lang/String;)I (/tmp/perf-3236.map) 7f1e0cdaa07c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2214c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7c042 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd980c8 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f49f2 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97610 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89b2e Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b32d4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d615f3c Lorg/mozilla/javascript/ScriptRuntime;.indexFromString(Ljava/lang/String;)J (/tmp/perf-3236.map) 7f1e0e2bc514 Lorg/mozilla/javascript/ScriptRuntime;.setObjectElem(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang (/tmp/perf-3236.map) 7f1e0e2b90f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81316724 copy_user_enhanced_fast_string ([kernel.kallsyms]) ffffffff81537937 skb_copy_datagram_iovec ([kernel.kallsyms]) ffffffff81585a45 tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda8e07 Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81591be1 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815836dc tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89650 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97d60 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81533ae1 __kfree_skb ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d0ce763 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89b2e Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b32d4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cc84a24 Lorg/mozilla/javascript/ScriptableObject;.getPrototype()Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dc1779d Ljava/util/HashMap;.get(Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0d788bb4 Lorg/mozilla/javascript/WrapFactory;.wrapAsJavaObject(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e0cea3b94 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d788a64 Lorg/mozilla/javascript/WrapFactory;.wrapAsJavaObject(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e0cea3b94 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e109c5b81 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7de4b Lorg/mozilla/javascript/TopLevel;.getBuiltinPrototype(Lorg/mozilla/javascript/Scriptable;Lorg/mozil (/tmp/perf-3236.map) 7f1e0cea124c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0f6bf538 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cd97b00 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ff20648 Lio/netty/util/concurrent/FastThreadLocal;.get()Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e11302970 Lio/netty/util/internal/RecyclableArrayList;.newInstance()Lio/netty/util/internal/RecyclableArrayLi (/tmp/perf-3236.map) 7f1e0ea9fce8 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8153bbd1 dev_pick_tx ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7bf94 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd2226c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce3d93d Lio/netty/buffer/AbstractByteBufAllocator;.directBuffer(II)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0cff7380 Lio/netty/handler/codec/http/HttpObjectEncoder;.encode(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff812d67a4 common_file_perm ([kernel.kallsyms]) ffffffff812d6988 apparmor_file_permission ([kernel.kallsyms]) ffffffff8129c17c security_file_permission ([kernel.kallsyms]) ffffffff811772c1 rw_verify_area ([kernel.kallsyms]) ffffffff811775f8 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f48b4 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa07c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97bb0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ce3d960 Lio/netty/buffer/AbstractByteBufAllocator;.directBuffer(II)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0d39ae18 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8103dcb1 pvclock_clocksource_read ([kernel.kallsyms]) ffffffff8100a8a9 xen_clocksource_get_cycles ([kernel.kallsyms]) ffffffff810948b7 getnstimeofday ([kernel.kallsyms]) ffffffff81094956 ktime_get_real ([kernel.kallsyms]) ffffffff81591f03 tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81592bb1 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158df0b tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda9680 Lorg/mozilla/javascript/ScriptableObject$Slot;.getValue(Lorg/mozilla/javascript/Scriptable;)Ljava/l (/tmp/perf-3236.map) 7f1e0f99a268 Lorg/mozilla/javascript/ScriptRuntime;.nameOrFunction(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e109c58b8 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f664ed8 Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot;.getValue(Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e0cd7f008 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0f99a2e4 Lorg/mozilla/javascript/ScriptRuntime;.nameOrFunction(Lorg/mozilla/javascript/Context;Lorg/mozilla/ (/tmp/perf-3236.map) 7f1e0cd2256c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dcffaa4 Lio/netty/buffer/AbstractReferenceCountedByteBuf;.release()Z (/tmp/perf-3236.map) 7f1e0e78b800 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff81548de1 skb_dst_set_noref ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89752 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97d60 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8158e090 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd89707 Lorg/mozilla/javascript/ScriptableObject;.createSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/S (/tmp/perf-3236.map) 7f1e0d4f4a70 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0cd7bff4 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b32d4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0feb77f3 Lio/netty/handler/codec/http/HttpObjectDecoder;.splitHeader(Lio/netty/util/internal/AppendableCharS (/tmp/perf-3236.map) 7f1e0df12508 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10405a59 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e78a0ec Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0facf809 Lio/netty/buffer/AbstractByteBuf;.writeBytes([B)Lio/netty/buffer/ByteBuf; (/tmp/perf-3236.map) 7f1e0cff73e4 Lio/netty/handler/codec/http/HttpObjectEncoder;.encode(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4f49c8 Lorg/mozilla/javascript/ScriptableObject;.getSlot(Ljava/lang/String;II)Lorg/mozilla/javascript/Scri (/tmp/perf-3236.map) 7f1e0f096c6c Lorg/mozilla/javascript/IdScriptableObject;.has(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa10c Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0cd97cd0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ea9fc54 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0f99bbfb Lio/netty/handler/codec/http/HttpHeaders;.hash(Ljava/lang/CharSequence;)I (/tmp/perf-3236.map) 7f1e0df124b4 Lio/netty/handler/codec/http/HttpObjectDecoder;.readHeaders(Lio/netty/buffer/ByteBuf;)Lio/netty/han (/tmp/perf-3236.map) 7f1e106aaac0 Lio/netty/handler/codec/http/HttpObjectDecoder;.decode(Lio/netty/channel/ChannelHandlerContext;Lio/ (/tmp/perf-3236.map) 7f1e0e78b758 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7efd4 Lorg/mozilla/javascript/IdScriptableObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e10405da4 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e9b312c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cd7bf94 Lorg/mozilla/javascript/IdScriptableObject;.put(Ljava/lang/String;Lorg/mozilla/javascript/Scriptabl (/tmp/perf-3236.map) 7f1e0cdaa0e0 Lorg/mozilla/javascript/ScriptRuntime;.setObjectProp(Ljava/lang/Object;Ljava/lang/String;Ljava/lang (/tmp/perf-3236.map) 7f1e0e9b336c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d7924e8 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda909c Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e10405fc0 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0cd96c90 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0dc1779d Ljava/util/HashMap;.get(Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e113008b8 Lorg/mozilla/javascript/NativeJavaObject;.get(Ljava/lang/String;Lorg/mozilla/javascript/Scriptable; (/tmp/perf-3236.map) 7f1e10086df8 Lorg/mozilla/javascript/ScriptRuntime;.getPropFunctionAndThis(Ljava/lang/Object;Ljava/lang/String;L (/tmp/perf-3236.map) 7f1e0cd97ec4 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d6d585c Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cea3aa0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0ca1c281 jint_disjoint_arraycopy (/tmp/perf-3236.map) 7f1e0cd22658 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2f50 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0dd024bc Lorg/mozilla/javascript/ScriptRuntime;.newObject(Ljava/lang/Object;Lorg/mozilla/javascript/Context; (/tmp/perf-3236.map) 7f1e0cd980ac Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d180ec7 Lsun/nio/ch/SocketChannelImpl;.writerCleanup()V (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8115e5d1 arch_local_irq_save ([kernel.kallsyms]) ffffffff81164dd4 __kmalloc_node_track_caller ([kernel.kallsyms]) ffffffff81533118 __alloc_skb ([kernel.kallsyms]) ffffffff815831a4 sk_stream_alloc_skb ([kernel.kallsyms]) ffffffff81583678 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d6d5688 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100122a hypercall_page ([kernel.kallsyms]) ffffffff8100aca2 check_events ([kernel.kallsyms]) ffffffff8104dffe __wake_up_sync_key ([kernel.kallsyms]) ffffffff8152f86e sock_def_readable ([kernel.kallsyms]) ffffffff8158f4c8 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0cda909c Lorg/mozilla/javascript/IdScriptableObject;.setAttributes(Ljava/lang/String;I)V (/tmp/perf-3236.map) 7f1e10405ee8 Lorg/mozilla/javascript/ScriptRuntime;.createFunctionActivation(Lorg/mozilla/javascript/NativeFunct (/tmp/perf-3236.map) 7f1e0e78a0ec Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0d792284 Lorg/mozilla/javascript/optimizer/OptRuntime;.call2(Lorg/mozilla/javascript/Callable;Lorg/mozilla/j (/tmp/perf-3236.map) 7f1e0cd98230 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2e30 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c5810 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d4577a3 Ljava/util/ArrayList;.add(Ljava/lang/Object;)Z (/tmp/perf-3236.map) 7f1e0cff76e8 Lio/netty/handler/codec/http/HttpObjectEncoder;.encode(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0ea9fd28 Lio/netty/handler/codec/MessageToMessageEncoder;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ea90be8 Lorg/vertx/java/core/http/impl/VertxHttpHandler;.write(Lio/netty/channel/ChannelHandlerContext;Ljav (/tmp/perf-3236.map) 7f1e0d78ee34 Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;ZLio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d78cb7c Lio/netty/channel/AbstractChannelHandlerContext;.write(Ljava/lang/Object;Lio/netty/channel/ChannelP (/tmp/perf-3236.map) 7f1e0ce34264 Lsun/reflect/DelegatingMethodAccessorImpl;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/ (/tmp/perf-3236.map) 7f1e0d0ce780 Lorg/mozilla/javascript/MemberBox;.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object; (/tmp/perf-3236.map) 7f1e0cf48460 Lorg/mozilla/javascript/NativeJavaMethod;.call(Lorg/mozilla/javascript/Context;Lorg/mozilla/javascr (/tmp/perf-3236.map) 7f1e109c62cc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0e2b91f0 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1;.call(Lorg/mozilla/javascript/Co (/tmp/perf-3236.map) 7f1e109c5920 Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8108f741 __srcu_read_lock ([kernel.kallsyms]) ffffffff81177680 vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff8100ac88 xen_restore_fl_direct ([kernel.kallsyms]) ffffffff81541fb5 netif_rx.part.82 ([kernel.kallsyms]) ffffffff815420d0 netif_rx ([kernel.kallsyms]) ffffffff81471fa5 loopback_xmit ([kernel.kallsyms]) ffffffff81542b76 dev_hard_start_xmit ([kernel.kallsyms]) ffffffff8154310a dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e0d39b01b Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815378ac skb_copy_datagram_iovec ([kernel.kallsyms]) ffffffff81585a45 tcp_recvmsg ([kernel.kallsyms]) ffffffff815a94cb inet_recvmsg ([kernel.kallsyms]) ffffffff81529e0c do_sock_read.isra.12 ([kernel.kallsyms]) ffffffff81529e77 sock_aio_read.part.13 ([kernel.kallsyms]) ffffffff81529ecd sock_aio_read ([kernel.kallsyms]) ffffffff81176e3a do_sync_read ([kernel.kallsyms]) ffffffff81177855 vfs_read ([kernel.kallsyms]) ffffffff811778ba sys_read ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f1d read (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e0d8c180b Lsun/nio/ch/FileDispatcherImpl;.read0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0ea9cb88 Lsun/nio/ch/SocketChannelImpl;.read(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0cd626d4 Lio/netty/channel/socket/nio/NioSocketChannel;.doReadBytes(Lio/netty/buffer/ByteBuf;)I (/tmp/perf-3236.map) 7f1e0d39ae58 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e10087933 Lorg/mozilla/javascript/ScriptRuntime;.getObjectProp(Ljava/lang/Object;Ljava/lang/String;Lorg/mozil (/tmp/perf-3236.map) 7f1e109c56bc Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e109c2d8c Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 (/tmp/perf-3236.map) 7f1e0cea3bb0 Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler;.doMessageReceived(Lorg/vertx/java/c (/tmp/perf-3236.map) 7f1e0ce42740 Lorg/vertx/java/core/net/impl/VertxHandler;.channelRead(Lio/netty/channel/ChannelHandlerContext;Lja (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0e78b8b0 Lio/netty/handler/codec/ByteToMessageDecoder;.channelRead(Lio/netty/channel/ChannelHandlerContext;L (/tmp/perf-3236.map) 7f1e0d8bccb4 Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelRead(Ljava/lang/Object;)Lio/netty/chann (/tmp/perf-3236.map) 7f1e0d39aefc Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: 7f1e2215d0c0 (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) java 3278 cpu-clock: ffffffff815339b6 skb_release_data.part.45 ([kernel.kallsyms]) ffffffff81533ad5 skb_release_data ([kernel.kallsyms]) ffffffff81533afe __kfree_skb ([kernel.kallsyms]) ffffffff8158afe3 tcp_clean_rtx_queue ([kernel.kallsyms]) ffffffff8158e0a1 tcp_ack ([kernel.kallsyms]) ffffffff8158f426 tcp_rcv_established ([kernel.kallsyms]) ffffffff815978df tcp_v4_do_rcv ([kernel.kallsyms]) ffffffff81599231 tcp_v4_rcv ([kernel.kallsyms]) ffffffff81574d65 ip_local_deliver_finish ([kernel.kallsyms]) ffffffff815750c8 ip_local_deliver ([kernel.kallsyms]) ffffffff81574a1d ip_rcv_finish ([kernel.kallsyms]) ffffffff81575305 ip_rcv ([kernel.kallsyms]) ffffffff8154080e __netif_receive_skb ([kernel.kallsyms]) ffffffff81540ad1 process_backlog ([kernel.kallsyms]) ffffffff81541df4 net_rx_action ([kernel.kallsyms]) ffffffff8106e428 __do_softirq ([kernel.kallsyms]) ffffffff816643ac call_softirq ([kernel.kallsyms]) ffffffff81016295 do_softirq ([kernel.kallsyms]) ffffffff8106da94 local_bh_enable ([kernel.kallsyms]) ffffffff81542fd9 dev_queue_xmit ([kernel.kallsyms]) ffffffff8157996b ip_finish_output ([kernel.kallsyms]) ffffffff8157a4b8 ip_output ([kernel.kallsyms]) ffffffff81579bc9 ip_local_out ([kernel.kallsyms]) ffffffff81579d21 ip_queue_xmit ([kernel.kallsyms]) ffffffff81591e0d tcp_transmit_skb ([kernel.kallsyms]) ffffffff81592927 tcp_write_xmit ([kernel.kallsyms]) ffffffff81592bd6 __tcp_push_pending_frames ([kernel.kallsyms]) ffffffff81583ae9 tcp_sendmsg ([kernel.kallsyms]) ffffffff815a9544 inet_sendmsg ([kernel.kallsyms]) ffffffff81529c84 do_sock_write.isra.10 ([kernel.kallsyms]) ffffffff81529d03 sock_aio_write ([kernel.kallsyms]) ffffffff81176d1a do_sync_write ([kernel.kallsyms]) ffffffff811776dd vfs_write ([kernel.kallsyms]) ffffffff8117794a sys_write ([kernel.kallsyms]) ffffffff81662142 system_call_fastpath ([kernel.kallsyms]) 7f1e22141f7d write (/lib/x86_64-linux-gnu/libc-2.15.so) 7f1e11300e8b Lsun/nio/ch/FileDispatcherImpl;.write0(Ljava/io/FileDescriptor;JI)I (/tmp/perf-3236.map) 7f1e0cffe6c8 Lsun/nio/ch/SocketChannelImpl;.write(Ljava/nio/ByteBuffer;)I (/tmp/perf-3236.map) 7f1e0d6db35c Lio/netty/buffer/PooledUnsafeDirectByteBuf;.readBytes(Ljava/nio/channels/GatheringByteChannel;I)I (/tmp/perf-3236.map) 7f1e0d6d5630 Lio/netty/channel/nio/AbstractNioByteChannel;.doWrite(Lio/netty/channel/ChannelOutboundBuffer;)V (/tmp/perf-3236.map) 7f1e0cd133fc Lio/netty/channel/AbstractChannel$AbstractUnsafe;.flush0()V (/tmp/perf-3236.map) 7f1e0da8fd28 Lio/netty/channel/DefaultChannelPipeline$HeadContext;.flush(Lio/netty/channel/ChannelHandlerContext (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0da8f3e4 Lio/netty/channel/ChannelOutboundHandlerAdapter;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0ea99d64 Lio/netty/channel/ChannelDuplexHandler;.flush(Lio/netty/channel/ChannelHandlerContext;)V (/tmp/perf-3236.map) 7f1e0d77cdd4 Lio/netty/channel/AbstractChannelHandlerContext;.flush()Lio/netty/channel/ChannelHandlerContext; (/tmp/perf-3236.map) 7f1e0fa56204 Lorg/vertx/java/core/net/impl/VertxHandler;.channelReadComplete(Lio/netty/channel/ChannelHandlerCon (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0ff1f264 Lio/netty/handler/codec/ByteToMessageDecoder;.channelReadComplete(Lio/netty/channel/ChannelHandlerC (/tmp/perf-3236.map) 7f1e0f08fd0c Lio/netty/channel/AbstractChannelHandlerContext;.fireChannelReadComplete()Lio/netty/channel/Channel (/tmp/perf-3236.map) 7f1e0d39af78 Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe;.read()V (/tmp/perf-3236.map) 7f1e102a43a8 Lio/netty/channel/nio/NioEventLoop;.processSelectedKey(Ljava/nio/channels/SelectionKey;Lio/netty/ch (/tmp/perf-3236.map) 7f1e0f666c14 Lio/netty/channel/nio/NioEventLoop;.processSelectedKeysOptimized([Ljava/nio/channels/SelectionKey;) (/tmp/perf-3236.map) 7f1e0d49c9fc Lio/netty/channel/nio/NioEventLoop;.processSelectedKeys()V (/tmp/perf-3236.map) 7f1e119a6974 Lio/netty/channel/nio/NioEventLoop;.run()V (/tmp/perf-3236.map) 7f1e0c9d12e0 Interpreter (/tmp/perf-3236.map) 7f1e0c9d1325 Interpreter (/tmp/perf-3236.map) 7f1e0c9ca4e7 call_stub (/tmp/perf-3236.map) 7f1e213b270e JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3a3f JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213b3edf JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e213ed668 thread_entry(JavaThread*, Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e217015c8 JavaThread::thread_main_inner() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e2170181c JavaThread::run() (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e215c2ba2 java_start(Thread*) (/mnt/openjdk8/build/linux-x86_64-normal-server-release/jdk/lib/amd64/server/libjvm.so) 7f1e21c41e9a start_thread (/lib/x86_64-linux-gnu/libpthread-2.15.so) ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-addrs.txt ================================================ cksum;_start;__libc_start_main;main;cksum 31 cksum;cksum 6 cksum;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath;sys_read;vfs_read;__vfs_read;ext4_file_read_iter 1 cksum;main;cksum 19 noploop;[unknown <552f0000552f>] 1 noploop;[unknown <774db3aa23>] 1 noploop;main 274 ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-all.txt ================================================ cksum;_start;__libc_start_main;main;cksum 31 cksum;cksum 6 cksum;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath_[k];sys_read_[k];vfs_read_[k];__vfs_read_[k];ext4_file_read_iter_[k] 1 cksum;main;cksum 19 noploop;[unknown] 2 noploop;main 274 ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-jit.txt ================================================ cksum;_start;__libc_start_main;main;cksum 31 cksum;cksum 6 cksum;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath;sys_read;vfs_read;__vfs_read;ext4_file_read_iter 1 cksum;main;cksum 19 noploop;[unknown] 2 noploop;main 274 ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-kernel.txt ================================================ cksum;_start;__libc_start_main;main;cksum 31 cksum;cksum 6 cksum;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath_[k];sys_read_[k];vfs_read_[k];__vfs_read_[k];ext4_file_read_iter_[k] 1 cksum;main;cksum 19 noploop;[unknown] 2 noploop;main 274 ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-pid.txt ================================================ cksum-?;_start;__libc_start_main;main;cksum 31 cksum-?;cksum 6 cksum-?;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath;sys_read;vfs_read;__vfs_read;ext4_file_read_iter 1 cksum-?;main;cksum 19 noploop-?;[unknown] 2 noploop-?;main 274 ================================================ FILE: test/results/perf-cycles-instructions-01-collapsed-tid.txt ================================================ cksum-?/21804;cksum 5 cksum-?/21804;cksum;__GI___fread_unlocked;_IO_file_xsgetn;_IO_file_read;entry_SYSCALL_64_fastpath;sys_read;vfs_read;__vfs_read;ext4_file_read_iter 1 cksum-?/21807;_start;__libc_start_main;main;cksum 31 cksum-?/21807;cksum 1 cksum-?/21807;main;cksum 19 noploop-?/21796;[unknown] 1 noploop-?/21796;main 136 noploop-?/21797;[unknown] 1 noploop-?/21797;main 138 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-addrs.txt ================================================ dd;[unknown <0>];read 10101010 dd;[unknown <0>];read;system_call;__fdget_pos 10101010 dd;[unknown <0>];read;system_call;sys_read;vfs_read;fsnotify 10101010 dd;[unknown <0>];write;system_call;sys_write 10101010 dd;[unknown <0>];write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 20202020 dd;[unknown <0>];write;system_call;sys_write;vfs_write;rw_verify_area 10101010 dd;[unknown <7f2eb2b31c2c>];[dd <31ef>] 10101010 dd;write;system_call;sys_write;__fdget_pos;__fdget;__fget_light 10101010 dd;write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 10101010 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-all.txt ================================================ dd;[unknown];[dd] 10101010 dd;[unknown];read 10101010 dd;[unknown];read;system_call_[k];__fdget_pos_[k] 10101010 dd;[unknown];read;system_call_[k];sys_read_[k];vfs_read_[k];fsnotify_[k] 10101010 dd;[unknown];write;system_call_[k];sys_write_[k] 10101010 dd;[unknown];write;system_call_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_unlock_[k] 20202020 dd;[unknown];write;system_call_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k] 10101010 dd;write;system_call_[k];sys_write_[k];__fdget_pos_[k];__fdget_[k];__fget_light_[k] 10101010 dd;write;system_call_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_unlock_[k] 10101010 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-jit.txt ================================================ dd;[unknown];[dd] 10101010 dd;[unknown];read 10101010 dd;[unknown];read;system_call;__fdget_pos 10101010 dd;[unknown];read;system_call;sys_read;vfs_read;fsnotify 10101010 dd;[unknown];write;system_call;sys_write 10101010 dd;[unknown];write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 20202020 dd;[unknown];write;system_call;sys_write;vfs_write;rw_verify_area 10101010 dd;write;system_call;sys_write;__fdget_pos;__fdget;__fget_light 10101010 dd;write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 10101010 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-kernel.txt ================================================ dd;[unknown];[dd] 10101010 dd;[unknown];read 10101010 dd;[unknown];read;system_call_[k];__fdget_pos_[k] 10101010 dd;[unknown];read;system_call_[k];sys_read_[k];vfs_read_[k];fsnotify_[k] 10101010 dd;[unknown];write;system_call_[k];sys_write_[k] 10101010 dd;[unknown];write;system_call_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_unlock_[k] 20202020 dd;[unknown];write;system_call_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k] 10101010 dd;write;system_call_[k];sys_write_[k];__fdget_pos_[k];__fdget_[k];__fget_light_[k] 10101010 dd;write;system_call_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_unlock_[k] 10101010 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-pid.txt ================================================ dd-?;[unknown];[dd] 10101010 dd-?;[unknown];read 10101010 dd-?;[unknown];read;system_call;__fdget_pos 10101010 dd-?;[unknown];read;system_call;sys_read;vfs_read;fsnotify 10101010 dd-?;[unknown];write;system_call;sys_write 10101010 dd-?;[unknown];write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 20202020 dd-?;[unknown];write;system_call;sys_write;vfs_write;rw_verify_area 10101010 dd-?;write;system_call;sys_write;__fdget_pos;__fdget;__fget_light 10101010 dd-?;write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 10101010 ================================================ FILE: test/results/perf-dd-stacks-01-collapsed-tid.txt ================================================ dd-?/29776;[unknown];[dd] 10101010 dd-?/29776;[unknown];read 10101010 dd-?/29776;[unknown];read;system_call;__fdget_pos 10101010 dd-?/29776;[unknown];read;system_call;sys_read;vfs_read;fsnotify 10101010 dd-?/29776;[unknown];write;system_call;sys_write 10101010 dd-?/29776;[unknown];write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 20202020 dd-?/29776;[unknown];write;system_call;sys_write;vfs_write;rw_verify_area 10101010 dd-?/29776;write;system_call;sys_write;__fdget_pos;__fdget;__fget_light 10101010 dd-?/29776;write;system_call;sys_write;vfs_write;fsnotify;__srcu_read_unlock 10101010 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-addrs.txt ================================================ func_ab;__libc_start_main;main;func_a 81 func_ab;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-all.txt ================================================ func_ab;__libc_start_main;main;func_a 81 func_ab;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-jit.txt ================================================ func_ab;__libc_start_main;main;func_a 81 func_ab;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-kernel.txt ================================================ func_ab;__libc_start_main;main;func_a 81 func_ab;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-pid.txt ================================================ func_ab-?;__libc_start_main;main;func_a 81 func_ab-?;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-cmd-01-collapsed-tid.txt ================================================ func_ab-?/15285;__libc_start_main;main;func_a 81 func_ab-?/15285;__libc_start_main;main;func_b 88 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-addrs.txt ================================================ func_ab;__libc_start_main;main;func_a 112 func_ab;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-all.txt ================================================ func_ab;__libc_start_main;main;func_a 112 func_ab;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-jit.txt ================================================ func_ab;__libc_start_main;main;func_a 112 func_ab;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-kernel.txt ================================================ func_ab;__libc_start_main;main;func_a 112 func_ab;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-pid.txt ================================================ func_ab-?;__libc_start_main;main;func_a 112 func_ab-?;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-funcab-pid-01-collapsed-tid.txt ================================================ func_ab-?/15294;__libc_start_main;main;func_a 112 func_ab-?/15294;__libc_start_main;main;func_b 116 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-addrs.txt ================================================ iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg 1 iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_event_data_recv 1 iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 2 iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_space_adjust 1 iperf;[unknown <0>];[unknown <7f258c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;tcp_recvmsg 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 2 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_rearm_rto;sk_reset_timer;mod_timer;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;ipv4_dst_check 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;netif_rx 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skb_partial;skb_release_head_state 1 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 2 iperf;[unknown <0>];[unknown <7f25900008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 7 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;__kfree_skb;skb_release_all;skb_release_data;put_page;put_compound_page;__put_compound_page;free_compound_page;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 2 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;sock_def_readable 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__memmove 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__kmalloc_reserve.isra.32 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skbmem 1 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 3 iperf;[unknown <0>];[unknown <7f25980008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_grow_window.isra.27 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 4 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;sock_put 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__alloc_skb;__kmalloc_reserve.isra.32;kmalloc_slab 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx_internal 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_event_data_recv 1 iperf;[unknown <0>];[unknown <7f259c0008f0>];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 1 iperf;[unknown <20000>];[iperf <2c5f>];__vdso_gettimeofday 1 iperf;[unknown <20000>];[iperf <2d13>] 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;__fdget_pos 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;copy_from_iter 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;release_sock 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_push 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__alloc_skb 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__raw_callee_save___pv_queued_spin_unlock 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 24 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;__alloc_pages_nodemask;get_page_from_freelist;__zone_watermark_ok 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;policy_zonelist 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node;_cond_resched;preempt_schedule_common;__schedule;check_events;xen_hypercall_xen_version 3 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;finish_wait;_raw_spin_lock_irqsave 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 18 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;sk_reset_timer 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv 2 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 8 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;_raw_spin_lock_irqsave 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;raw_local_deliver 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;net_rx_action 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;tcp_wfree 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;do_softirq 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_v4_send_check 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;ip_queue_xmit 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_schedule_loss_probe;sk_reset_timer;mod_timer;_raw_spin_lock_irqsave 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__ip_local_out_sk 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__sk_dst_check;ipv4_dst_check 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;check_events;xen_hypercall_xen_version 2 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;dst_release 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 2 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;loopback_xmit 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;validate_xmit_skb.isra.102.part.103 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone;__copy_skb_header 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;tcp_v4_md5_lookup 1 iperf;[unknown <20000>];[libpthread-2.19.so ];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options;tcp_md5_do_lookup 1 iperf;[unknown <20000>];[libpthread-2.19.so ];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 3 iperf;__libc_recv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;finish_wait 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 5 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__inet_lookup_established 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;__alloc_skb 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 12 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_release_cb 1 iperf;__pthread_disable_asynccancel 1 iperf;check_events;xen_hypercall_xen_version 3 iperf;xen_irq_enable_direct_end;check_events;xen_hypercall_xen_version 1 multilog;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault;do_page_fault;check_events;xen_hypercall_xen_version 1 run;[unknown <752f3a646e616d6d>];__GI___strncmp_ssse3;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;filemap_map_pages;do_set_pte;xen_hypercall_mmu_update 1 run;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_script;search_binary_handler;load_elf_binary;setup_arg_pages;shift_arg_pages;tlb_finish_mmu;tlb_flush_mmu_free;free_pages_and_swap_cache;release_pages;free_hot_cold_page_list 1 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-all.txt ================================================ iperf;[unknown];[iperf] 1 iperf;[unknown];[iperf];__vdso_gettimeofday_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];__fdget_pos_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];copy_from_iter_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];release_sock_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_push_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__alloc_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__raw_callee_save___pv_queued_spin_unlock_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];copy_user_enhanced_fast_string_[k] 24 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k];__alloc_pages_nodemask_[k];get_page_from_freelist_[k];__zone_watermark_ok_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k];policy_zonelist_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];kmem_cache_alloc_node_[k];_cond_resched_[k];preempt_schedule_common_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_wait_memory_[k];finish_wait_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_wait_memory_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 18 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];sk_reset_timer_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];__wake_up_sync_key_[k];check_events_[k];xen_hypercall_xen_version_[k] 8 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];raw_local_deliver_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];net_rx_action_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];ktime_get_with_offset_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];sk_free_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];tcp_wfree_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];do_softirq_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_v4_send_check_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];ip_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_schedule_loss_probe_[k];sk_reset_timer_[k];mod_timer_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];__ip_local_out_sk_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];__sk_dst_check_[k];ipv4_dst_check_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];check_events_[k];xen_hypercall_xen_version_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];__inet_lookup_established_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];dst_release_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];__wake_up_sync_key_[k];check_events_[k];xen_hypercall_xen_version_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];sk_free_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];loopback_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];validate_xmit_skb.isra.102.part.103_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_clone_[k];__skb_clone_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_clone_[k];__skb_clone_[k];__copy_skb_header_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];tcp_v4_md5_lookup_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_established_options_[k];tcp_md5_do_lookup_[k] 1 iperf;[unknown];[libpthread-2.19.so];int_ret_from_sys_call_[k];syscall_return_slowpath_[k];prepare_exit_to_usermode_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];_raw_spin_lock_bh_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 14 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];__kfree_skb_[k];skb_release_all_[k];skb_release_data_[k];put_page_[k];put_compound_page_[k];__put_compound_page_[k];free_compound_page_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_rearm_rto_[k];sk_reset_timer_[k];mod_timer_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_check_space_[k];sk_stream_write_space_[k];__wake_up_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];ipv4_dst_check_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];sock_def_readable_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_event_data_recv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];__memmove_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];sock_put_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_check_space_[k];sk_stream_write_space_[k];__wake_up_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];__alloc_skb_[k];__kmalloc_reserve.isra.32_[k];kmalloc_slab_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];__kmalloc_reserve.isra.32_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];ktime_get_with_offset_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx_internal_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];netif_rx_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];kfree_skb_partial_[k];skb_release_head_state_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];kfree_skbmem_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k];copy_user_enhanced_fast_string_[k] 8 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_event_data_recv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_grow_window.isra.27_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_space_adjust_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];tcp_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sockfd_lookup_light_[k];__fget_light_[k] 2 iperf;__libc_recv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];finish_wait_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 5 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];__inet_lookup_established_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];__alloc_skb_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k];copy_user_enhanced_fast_string_[k] 12 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_release_cb_[k] 1 iperf;__pthread_disable_asynccancel 1 iperf;check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;xen_irq_enable_direct_end_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 multilog;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault_[k];do_page_fault_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 run;[unknown];__GI___strncmp_ssse3;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];filemap_map_pages_[k];do_set_pte_[k];xen_hypercall_mmu_update_[k] 1 run;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];load_script_[k];search_binary_handler_[k];load_elf_binary_[k];setup_arg_pages_[k];shift_arg_pages_[k];tlb_finish_mmu_[k];tlb_flush_mmu_free_[k];free_pages_and_swap_cache_[k];release_pages_[k];free_hot_cold_page_list_[k] 1 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-jit.txt ================================================ iperf;[unknown];[iperf] 1 iperf;[unknown];[iperf];__vdso_gettimeofday 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;__fdget_pos 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;copy_from_iter 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;release_sock 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_push 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__alloc_skb 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__raw_callee_save___pv_queued_spin_unlock 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 24 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;__alloc_pages_nodemask;get_page_from_freelist;__zone_watermark_ok 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;policy_zonelist 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node;_cond_resched;preempt_schedule_common;__schedule;check_events;xen_hypercall_xen_version 3 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;finish_wait;_raw_spin_lock_irqsave 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 18 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;sk_reset_timer 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 8 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;_raw_spin_lock_irqsave 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;raw_local_deliver 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;net_rx_action 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;tcp_wfree 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;do_softirq 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_v4_send_check 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;ip_queue_xmit 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_schedule_loss_probe;sk_reset_timer;mod_timer;_raw_spin_lock_irqsave 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__ip_local_out_sk 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__sk_dst_check;ipv4_dst_check 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;check_events;xen_hypercall_xen_version 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;dst_release 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;loopback_xmit 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;validate_xmit_skb.isra.102.part.103 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone;__copy_skb_header 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;tcp_v4_md5_lookup 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options;tcp_md5_do_lookup 1 iperf;[unknown];[libpthread-2.19.so];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 14 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;__kfree_skb;skb_release_all;skb_release_data;put_page;put_compound_page;__put_compound_page;free_compound_page;check_events;xen_hypercall_xen_version 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_rearm_rto;sk_reset_timer;mod_timer;check_events;xen_hypercall_xen_version 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;ipv4_dst_check 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;sock_def_readable 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_event_data_recv 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;check_events;xen_hypercall_xen_version 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__memmove 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;sock_put 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__alloc_skb;__kmalloc_reserve.isra.32;kmalloc_slab 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__kmalloc_reserve.isra.32 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx_internal 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;netif_rx 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skb_partial;skb_release_head_state 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skbmem 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 8 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_event_data_recv 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_grow_window.isra.27 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_space_adjust 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;tcp_recvmsg 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 2 iperf;__libc_recv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;finish_wait 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 5 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__inet_lookup_established 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;__alloc_skb 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 12 iperf;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_release_cb 1 iperf;__pthread_disable_asynccancel 1 iperf;check_events;xen_hypercall_xen_version 3 iperf;xen_irq_enable_direct_end;check_events;xen_hypercall_xen_version 1 multilog;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault;do_page_fault;check_events;xen_hypercall_xen_version 1 run;[unknown];__GI___strncmp_ssse3;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;filemap_map_pages;do_set_pte;xen_hypercall_mmu_update 1 run;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_script;search_binary_handler;load_elf_binary;setup_arg_pages;shift_arg_pages;tlb_finish_mmu;tlb_flush_mmu_free;free_pages_and_swap_cache;release_pages;free_hot_cold_page_list 1 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-kernel.txt ================================================ iperf;[unknown];[iperf] 1 iperf;[unknown];[iperf];__vdso_gettimeofday_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];__fdget_pos_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];copy_from_iter_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];release_sock_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_push_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__alloc_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__raw_callee_save___pv_queued_spin_unlock_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];copy_user_enhanced_fast_string_[k] 24 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k];__alloc_pages_nodemask_[k];get_page_from_freelist_[k];__zone_watermark_ok_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_page_frag_refill_[k];skb_page_frag_refill_[k];alloc_pages_current_[k];policy_zonelist_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];kmem_cache_alloc_node_[k];_cond_resched_[k];preempt_schedule_common_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_wait_memory_[k];finish_wait_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_wait_memory_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 18 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];sk_reset_timer_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];__wake_up_sync_key_[k];check_events_[k];xen_hypercall_xen_version_[k] 8 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];raw_local_deliver_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];net_rx_action_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];ktime_get_with_offset_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];sk_free_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];tcp_wfree_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];do_softirq_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_v4_send_check_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];ip_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_schedule_loss_probe_[k];sk_reset_timer_[k];mod_timer_[k];_raw_spin_lock_irqsave_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];__ip_local_out_sk_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];__sk_dst_check_[k];ipv4_dst_check_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];check_events_[k];xen_hypercall_xen_version_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];__inet_lookup_established_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];dst_release_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_prequeue_[k];__wake_up_sync_key_[k];check_events_[k];xen_hypercall_xen_version_[k] 2 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];sk_free_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];loopback_xmit_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];validate_xmit_skb.isra.102.part.103_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_clone_[k];__skb_clone_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_clone_[k];__skb_clone_[k];__copy_skb_header_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_push_one_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];tcp_v4_md5_lookup_[k] 1 iperf;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath_[k];sys_write_[k];vfs_write_[k];__vfs_write_[k];sock_write_iter_[k];sock_sendmsg_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_established_options_[k];tcp_md5_do_lookup_[k] 1 iperf;[unknown];[libpthread-2.19.so];int_ret_from_sys_call_[k];syscall_return_slowpath_[k];prepare_exit_to_usermode_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];_raw_spin_lock_bh_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 14 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];__kfree_skb_[k];skb_release_all_[k];skb_release_data_[k];put_page_[k];put_compound_page_[k];__put_compound_page_[k];free_compound_page_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_rearm_rto_[k];sk_reset_timer_[k];mod_timer_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_check_space_[k];sk_stream_write_space_[k];__wake_up_[k];check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];ipv4_dst_check_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];sock_def_readable_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_event_data_recv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];__memmove_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];sock_put_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_check_space_[k];sk_stream_write_space_[k];__wake_up_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];__alloc_skb_[k];__kmalloc_reserve.isra.32_[k];kmalloc_slab_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];__kmalloc_reserve.isra.32_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];ktime_get_with_offset_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx_internal_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k];netif_rx_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];kfree_skb_partial_[k];skb_release_head_state_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];kfree_skbmem_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k];copy_user_enhanced_fast_string_[k] 8 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_event_data_recv_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_grow_window.isra.27_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_space_adjust_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];tcp_recvmsg_[k] 1 iperf;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sockfd_lookup_light_[k];__fget_light_[k] 2 iperf;__libc_recv 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];finish_wait_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];sk_wait_data_[k];schedule_timeout_[k];schedule_[k];__schedule_[k];check_events_[k];xen_hypercall_xen_version_[k] 5 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];__inet_lookup_established_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];__local_bh_enable_ip_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];__alloc_skb_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];__tcp_ack_snd_check_[k];tcp_send_ack_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_sk_[k];ip_output_[k];ip_finish_output_[k];ip_finish_output2_[k];dev_queue_xmit_sk_[k];__dev_queue_xmit_[k];dev_hard_start_xmit_[k] 1 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_prequeue_process_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];skb_copy_datagram_iter_[k];copy_user_enhanced_fast_string_[k] 12 iperf;__libc_recv;entry_SYSCALL_64_fastpath_[k];sys_recvfrom_[k];SYSC_recvfrom_[k];sock_recvmsg_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_release_cb_[k] 1 iperf;__pthread_disable_asynccancel 1 iperf;check_events_[k];xen_hypercall_xen_version_[k] 3 iperf;xen_irq_enable_direct_end_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 multilog;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault_[k];do_page_fault_[k];check_events_[k];xen_hypercall_xen_version_[k] 1 run;[unknown];__GI___strncmp_ssse3;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];filemap_map_pages_[k];do_set_pte_[k];xen_hypercall_mmu_update_[k] 1 run;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];load_script_[k];search_binary_handler_[k];load_elf_binary_[k];setup_arg_pages_[k];shift_arg_pages_[k];tlb_finish_mmu_[k];tlb_flush_mmu_free_[k];free_pages_and_swap_cache_[k];release_pages_[k];free_hot_cold_page_list_[k] 1 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-pid.txt ================================================ iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 14 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;__kfree_skb;skb_release_all;skb_release_data;put_page;put_compound_page;__put_compound_page;free_compound_page;check_events;xen_hypercall_xen_version 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_rearm_rto;sk_reset_timer;mod_timer;check_events;xen_hypercall_xen_version 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 3 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;ipv4_dst_check 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;sock_def_readable 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_event_data_recv 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;check_events;xen_hypercall_xen_version 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__memmove 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;sock_put 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__alloc_skb;__kmalloc_reserve.isra.32;kmalloc_slab 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__kmalloc_reserve.isra.32 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx_internal 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;netif_rx 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skb_partial;skb_release_head_state 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skbmem 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 8 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_event_data_recv 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_grow_window.isra.27 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_space_adjust 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;tcp_recvmsg 1 iperf-27409;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 2 iperf-27409;__libc_recv 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;finish_wait 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 5 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__inet_lookup_established 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;__alloc_skb 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit 1 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 12 iperf-27409;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_release_cb 1 iperf-27409;__pthread_disable_asynccancel 1 iperf-27409;check_events;xen_hypercall_xen_version 3 iperf-28735;[unknown];[iperf] 1 iperf-28735;[unknown];[iperf];__vdso_gettimeofday 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;__fdget_pos 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;copy_from_iter 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;release_sock 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_push 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__alloc_skb 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__raw_callee_save___pv_queued_spin_unlock 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 24 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;__alloc_pages_nodemask;get_page_from_freelist;__zone_watermark_ok 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;policy_zonelist 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node;_cond_resched;preempt_schedule_common;__schedule;check_events;xen_hypercall_xen_version 3 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;finish_wait;_raw_spin_lock_irqsave 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 18 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;sk_reset_timer 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv 2 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 8 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;_raw_spin_lock_irqsave 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;raw_local_deliver 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;net_rx_action 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;tcp_wfree 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;do_softirq 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_v4_send_check 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;ip_queue_xmit 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_schedule_loss_probe;sk_reset_timer;mod_timer;_raw_spin_lock_irqsave 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__ip_local_out_sk 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__sk_dst_check;ipv4_dst_check 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;check_events;xen_hypercall_xen_version 2 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;dst_release 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 2 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;loopback_xmit 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;validate_xmit_skb.isra.102.part.103 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone;__copy_skb_header 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;tcp_v4_md5_lookup 1 iperf-28735;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options;tcp_md5_do_lookup 1 iperf-28735;[unknown];[libpthread-2.19.so];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 3 iperf-28735;xen_irq_enable_direct_end;check_events;xen_hypercall_xen_version 1 multilog-28797;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault;do_page_fault;check_events;xen_hypercall_xen_version 1 run-28796;[unknown];__GI___strncmp_ssse3;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;filemap_map_pages;do_set_pte;xen_hypercall_mmu_update 1 run-28797;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_script;search_binary_handler;load_elf_binary;setup_arg_pages;shift_arg_pages;tlb_finish_mmu;tlb_flush_mmu_free;free_pages_and_swap_cache;release_pages;free_hot_cold_page_list 1 ================================================ FILE: test/results/perf-iperf-stacks-pidtid-01-collapsed-tid.txt ================================================ iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 7 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;__kfree_skb;skb_release_all;skb_release_data;put_page;put_compound_page;__put_compound_page;free_compound_page;check_events;xen_hypercall_xen_version 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 2 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;sock_def_readable 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__memmove 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__kmalloc_reserve.isra.32 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skbmem 1 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 3 iperf-27409/28741;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_grow_window.isra.27 1 iperf-27409/28741;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-27409/28741;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf-27409/28741;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;__alloc_skb 1 iperf-27409/28741;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 3 iperf-27409/28741;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_release_cb 1 iperf-27409/28741;check_events;xen_hypercall_xen_version 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 2 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_rearm_rto;sk_reset_timer;mod_timer;check_events;xen_hypercall_xen_version 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;ipv4_dst_check 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;check_events;xen_hypercall_xen_version 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;netif_rx 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;kfree_skb_partial;skb_release_head_state 1 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 2 iperf-27409/28742;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 1 iperf-27409/28742;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;finish_wait 1 iperf-27409/28742;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-27409/28742;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;__inet_lookup_established 1 iperf-27409/28742;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb 1 iperf-27409/28742;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 1 iperf-27409/28742;check_events;xen_hypercall_xen_version 1 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg 1 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_event_data_recv 1 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 2 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_space_adjust 1 iperf-27409/28743;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;tcp_recvmsg 1 iperf-27409/28743;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-27409/28743;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf-27409/28743;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit 1 iperf-27409/28743;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 6 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 4 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;sock_put 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_check_space;sk_stream_write_space;__wake_up;check_events;xen_hypercall_xen_version 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;__alloc_skb;__kmalloc_reserve.isra.32;kmalloc_slab 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;__tcp_ack_snd_check;tcp_send_ack;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx_internal 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;tcp_event_data_recv 1 iperf-27409/28744;[unknown];[unknown];__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sockfd_lookup_light;__fget_light 1 iperf-27409/28744;__libc_recv 1 iperf-27409/28744;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data 1 iperf-27409/28744;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;sk_wait_data;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 2 iperf-27409/28744;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish 1 iperf-27409/28744;__libc_recv;entry_SYSCALL_64_fastpath;sys_recvfrom;SYSC_recvfrom;sock_recvmsg;inet_recvmsg;tcp_recvmsg;tcp_prequeue_process;tcp_v4_do_rcv;tcp_rcv_established;skb_copy_datagram_iter;copy_user_enhanced_fast_string 2 iperf-27409/28744;__pthread_disable_asynccancel 1 iperf-27409/28744;check_events;xen_hypercall_xen_version 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;__fdget_pos 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;copy_from_iter 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 8 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 4 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;_raw_spin_lock_irqsave 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;tcp_wfree 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;do_softirq 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;check_events;xen_hypercall_xen_version 2 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;skb_clone;__skb_clone;__copy_skb_header 1 iperf-28735/28736;[unknown];[libpthread-2.19.so];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;release_sock 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_push 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 7 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;policy_zonelist 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node;_cond_resched;preempt_schedule_common;__schedule;check_events;xen_hypercall_xen_version 2 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;finish_wait;_raw_spin_lock_irqsave 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 4 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;sk_reset_timer 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 3 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;ip_queue_xmit 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__ip_local_out_sk 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;__sk_dst_check;ipv4_dst_check 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;dst_release 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 2 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options;tcp_md5_do_lookup 1 iperf-28735/28737;[unknown];[libpthread-2.19.so];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 1 iperf-28735/28737;xen_irq_enable_direct_end;check_events;xen_hypercall_xen_version 1 iperf-28735/28738;[unknown];[iperf] 1 iperf-28735/28738;[unknown];[iperf];__vdso_gettimeofday 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__alloc_skb 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;__raw_callee_save___pv_queued_spin_unlock 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 3 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node;_cond_resched;preempt_schedule_common;__schedule;check_events;xen_hypercall_xen_version 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 6 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;net_rx_action 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;ktime_get_with_offset 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;sk_free 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;loopback_xmit 1 iperf-28735/28738;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;dev_queue_xmit_sk;__dev_queue_xmit;validate_xmit_skb.isra.102.part.103 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;copy_user_enhanced_fast_string 6 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_page_frag_refill;skb_page_frag_refill;alloc_pages_current;__alloc_pages_nodemask;get_page_from_freelist;__zone_watermark_ok 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;sk_stream_wait_memory;schedule_timeout;schedule;__schedule;check_events;xen_hypercall_xen_version 4 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_prequeue;__wake_up_sync_key;check_events;xen_hypercall_xen_version 4 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2;__local_bh_enable_ip;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;raw_local_deliver 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push;__tcp_push_pending_frames;tcp_write_xmit;tcp_v4_send_check 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_schedule_loss_probe;sk_reset_timer;mod_timer;_raw_spin_lock_irqsave 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out_sk;ip_output;ip_finish_output;ip_finish_output2 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];entry_SYSCALL_64_fastpath;sys_write;vfs_write;__vfs_write;sock_write_iter;sock_sendmsg;inet_sendmsg;tcp_sendmsg;tcp_push_one;tcp_write_xmit;tcp_transmit_skb;tcp_v4_md5_lookup 1 iperf-28735/28739;[unknown];[libpthread-2.19.so];int_ret_from_sys_call;syscall_return_slowpath;prepare_exit_to_usermode;schedule;__schedule;check_events;xen_hypercall_xen_version 1 multilog-28797/28797;_dl_sysdep_start;dl_main;_dl_relocate_object;page_fault;do_page_fault;check_events;xen_hypercall_xen_version 1 run-28796/28796;[unknown];__GI___strncmp_ssse3;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;filemap_map_pages;do_set_pte;xen_hypercall_mmu_update 1 run-28797/28797;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_script;search_binary_handler;load_elf_binary;setup_arg_pages;shift_arg_pages;tlb_finish_mmu;tlb_flush_mmu_free;free_pages_and_swap_cache;release_pages;free_hot_cold_page_list 1 ================================================ FILE: test/results/perf-java-faults-01-collapsed-addrs.txt ================================================ java;_int_malloc 2 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;java/lang/Thread:::run;Interpreter;java/util/concurrent/ThreadPoolExecutor$Worker:::run;java/util/concurrent/ThreadPoolExecutor:::runWorker;org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run;org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun;org/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process;org/apache/coyote/http11/AbstractHttp11Processor:::process;org/apache/catalina/connector/CoyoteAdapter:::service;org/apache/coyote/http11/AbstractHttp11Processor:::action;org/apache/tomcat/jni/Socket:::sendbb 1 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;net/spy/memcached/EVCacheConnection:::run;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleReads;net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;net/spy/memcached/transcoders/TranscodeService$1:::call;XXX::XXX;java/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;net/spy/memcached/EVCacheConnection:::run;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleReads;net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;net/spy/memcached/transcoders/TranscodeService$1:::call;com/XXX::XXX;java/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 perf;__libc_start_main;main;run_builtin;cmd_record 40 perf;do_lookup_x 27 sleep;[unknown <6873756c66660036>];memcmp 24 sleep;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;copy_user_enhanced_fast_string 1 sleep;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_elf_binary;padzero;clear_user;__clear_user 2 sleep;_dl_start_user;_dl_start 9 sleep;_start 3 sleep;handle_intel 72 ================================================ FILE: test/results/perf-java-faults-01-collapsed-all.txt ================================================ java;_int_malloc 2 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];java/lang/Thread:::run_[j];Interpreter_[j];java/util/concurrent/ThreadPoolExecutor$Worker:::run_[j];java/util/concurrent/ThreadPoolExecutor:::runWorker_[j];org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run_[j];org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun_[j];org/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process_[j];org/apache/coyote/http11/AbstractHttp11Processor:::process_[j];org/apache/catalina/connector/CoyoteAdapter:::service_[j];org/apache/coyote/http11/AbstractHttp11Processor:::action_[j];org/apache/tomcat/jni/Socket:::sendbb_[j] 1 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];net/spy/memcached/EVCacheConnection:::run_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleReads_[j];net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer_[j];net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload_[j];net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload_[j];net/spy/memcached/transcoders/TranscodeService$1:::call_[j];XXX::XXX_[j];java/util/zip/Inflater:::inflateBytes_[j];Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];net/spy/memcached/EVCacheConnection:::run_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleReads_[j];net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer_[j];net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload_[j];net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload_[j];net/spy/memcached/transcoders/TranscodeService$1:::call_[j];com/XXX::XXX_[j];java/util/zip/Inflater:::inflateBytes_[j];Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 perf;__libc_start_main;main;run_builtin;cmd_record 40 perf;do_lookup_x 27 sleep;[unknown];memcmp 24 sleep;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];copy_user_enhanced_fast_string_[k] 1 sleep;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];load_elf_binary_[k];padzero_[k];clear_user_[k];__clear_user_[k] 2 sleep;_dl_start_user;_dl_start 9 sleep;_start 3 sleep;handle_intel 72 ================================================ FILE: test/results/perf-java-faults-01-collapsed-jit.txt ================================================ java;_int_malloc 2 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];java/lang/Thread:::run_[j];Interpreter_[j];java/util/concurrent/ThreadPoolExecutor$Worker:::run_[j];java/util/concurrent/ThreadPoolExecutor:::runWorker_[j];org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run_[j];org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun_[j];org/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process_[j];org/apache/coyote/http11/AbstractHttp11Processor:::process_[j];org/apache/catalina/connector/CoyoteAdapter:::service_[j];org/apache/coyote/http11/AbstractHttp11Processor:::action_[j];org/apache/tomcat/jni/Socket:::sendbb_[j] 1 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];net/spy/memcached/EVCacheConnection:::run_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleReads_[j];net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer_[j];net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload_[j];net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload_[j];net/spy/memcached/transcoders/TranscodeService$1:::call_[j];XXX::XXX_[j];java/util/zip/Inflater:::inflateBytes_[j];Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub_[j];net/spy/memcached/EVCacheConnection:::run_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleIO_[j];net/spy/memcached/MemcachedConnection:::handleReads_[j];net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer_[j];net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload_[j];net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload_[j];net/spy/memcached/transcoders/TranscodeService$1:::call_[j];com/XXX::XXX_[j];java/util/zip/Inflater:::inflateBytes_[j];Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 perf;__libc_start_main;main;run_builtin;cmd_record 40 perf;do_lookup_x 27 sleep;[unknown];memcmp 24 sleep;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;copy_user_enhanced_fast_string 1 sleep;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_elf_binary;padzero;clear_user;__clear_user 2 sleep;_dl_start_user;_dl_start 9 sleep;_start 3 sleep;handle_intel 72 ================================================ FILE: test/results/perf-java-faults-01-collapsed-kernel.txt ================================================ java;_int_malloc 2 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;java/lang/Thread:::run;Interpreter;java/util/concurrent/ThreadPoolExecutor$Worker:::run;java/util/concurrent/ThreadPoolExecutor:::runWorker;org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run;org/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun;org/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process;org/apache/coyote/http11/AbstractHttp11Processor:::process;org/apache/catalina/connector/CoyoteAdapter:::service;org/apache/coyote/http11/AbstractHttp11Processor:::action;org/apache/tomcat/jni/Socket:::sendbb 1 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;net/spy/memcached/EVCacheConnection:::run;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleReads;net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;net/spy/memcached/transcoders/TranscodeService$1:::call;XXX::XXX;java/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 java;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;net/spy/memcached/EVCacheConnection:::run;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleIO;net/spy/memcached/MemcachedConnection:::handleReads;net/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;net/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;net/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;net/spy/memcached/transcoders/TranscodeService$1:::call;com/XXX::XXX;java/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 perf;__libc_start_main;main;run_builtin;cmd_record 40 perf;do_lookup_x 27 sleep;[unknown];memcmp 24 sleep;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];copy_user_enhanced_fast_string_[k] 1 sleep;__execve;return_from_execve_[k];sys_execve_[k];do_execveat_common.isra.31_[k];search_binary_handler_[k];load_elf_binary_[k];padzero_[k];clear_user_[k];__clear_user_[k] 2 sleep;_dl_start_user;_dl_start 9 sleep;_start 3 sleep;handle_intel 72 ================================================ FILE: test/results/perf-java-faults-01-collapsed-pid.txt ================================================ java-?;_int_malloc 2 java-?;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Ljava/lang/Thread:::run;Interpreter;Ljava/util/concurrent/ThreadPoolExecutor$Worker:::run;Ljava/util/concurrent/ThreadPoolExecutor:::runWorker;Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run;Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun;Lorg/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process;Lorg/apache/coyote/http11/AbstractHttp11Processor:::process;Lorg/apache/catalina/connector/CoyoteAdapter:::service;Lorg/apache/coyote/http11/AbstractHttp11Processor:::action;Lorg/apache/tomcat/jni/Socket:::sendbb 1 java-?;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Lnet/spy/memcached/EVCacheConnection:::run;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleReads;Lnet/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;Lnet/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;Lnet/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;Lnet/spy/memcached/transcoders/TranscodeService$1:::call;Lcom/XXX::XXX;Ljava/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 java-?;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Lnet/spy/memcached/EVCacheConnection:::run;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleReads;Lnet/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;Lnet/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;Lnet/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;Lnet/spy/memcached/transcoders/TranscodeService$1:::call;XXX::XXX;Ljava/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 perf-?;__libc_start_main;main;run_builtin;cmd_record 40 perf-?;do_lookup_x 27 sleep-?;[unknown];memcmp 24 sleep-?;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;copy_user_enhanced_fast_string 1 sleep-?;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_elf_binary;padzero;clear_user;__clear_user 2 sleep-?;_dl_start_user;_dl_start 9 sleep-?;_start 3 sleep-?;handle_intel 72 ================================================ FILE: test/results/perf-java-faults-01-collapsed-tid.txt ================================================ java-?/43869;_int_malloc 2 java-?/43869;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Lnet/spy/memcached/EVCacheConnection:::run;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleReads;Lnet/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;Lnet/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;Lnet/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;Lnet/spy/memcached/transcoders/TranscodeService$1:::call;Lcom/XXX::XXX;Ljava/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 1 java-?/43869;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Lnet/spy/memcached/EVCacheConnection:::run;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleIO;Lnet/spy/memcached/MemcachedConnection:::handleReads;Lnet/spy/memcached/protocol/binary/OperationImpl:::readFromBuffer;Lnet/spy/memcached/protocol/binary/OperationImpl:::finishedPayload;Lnet/spy/memcached/protocol/binary/GetOperationImpl:::decodePayload;Lnet/spy/memcached/transcoders/TranscodeService$1:::call;XXX::XXX;Ljava/util/zip/Inflater:::inflateBytes;Java_java_util_zip_Inflater_inflateBytes;inflate;__memmove_ssse3_back 18 java-?/44406;start_thread;_ZL10java_startP6Thread;_ZN10JavaThread3runEv;_ZN10JavaThread17thread_main_innerEv;_ZL12thread_entryP10JavaThreadP6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue6Handle11KlassHandleP6SymbolS5_P6Thread;_ZN9JavaCalls12call_virtualEP9JavaValue11KlassHandleP6SymbolS4_P17JavaCallArgumentsP6Thread;_ZN9JavaCalls11call_helperEP9JavaValueP12methodHandleP17JavaCallArgumentsP6Thread;call_stub;Ljava/lang/Thread:::run;Interpreter;Ljava/util/concurrent/ThreadPoolExecutor$Worker:::run;Ljava/util/concurrent/ThreadPoolExecutor:::runWorker;Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::run;Lorg/apache/tomcat/util/net/AprEndpoint$SocketProcessor:::doRun;Lorg/apache/coyote/AbstractProtocol$AbstractConnectionHandler:::process;Lorg/apache/coyote/http11/AbstractHttp11Processor:::process;Lorg/apache/catalina/connector/CoyoteAdapter:::service;Lorg/apache/coyote/http11/AbstractHttp11Processor:::action;Lorg/apache/tomcat/jni/Socket:::sendbb 1 perf-?/47118;__libc_start_main;main;run_builtin;cmd_record 40 perf-?/47119;do_lookup_x 27 sleep-?/47119;[unknown];memcmp 24 sleep-?/47119;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;copy_user_enhanced_fast_string 1 sleep-?/47119;__execve;return_from_execve;sys_execve;do_execveat_common.isra.31;search_binary_handler;load_elf_binary;padzero;clear_user;__clear_user 2 sleep-?/47119;_dl_start_user;_dl_start 9 sleep-?/47119;_start 3 sleep-?/47119;handle_intel 72 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-addrs.txt ================================================ ab;[unknown <7f26cab4c0b0>];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 ab;[unknown <7f26cabd51d0>];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;__kfree_skb 1 ab;[unknown <7f26cabe2590>];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_reserve.isra.26 1 ab;[unknown <7f26cabf0e30>];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_v4_md5_lookup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBuf:.writeBytes;sun/nio/ch/SocketChannelImpl:.read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBuf:.writeBytes;sun/nio/ch/SocketChannelImpl:.read;java/lang/Thread:.blockedOn 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/WrapFactory:.wrap;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;java/lang/reflect/Method:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;java/lang/reflect/Method:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.;org/mozilla/javascript/NativeFunction:.initScriptFunction;org/mozilla/javascript/TopLevel:.getBuiltinPrototype;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpMethod:.valueOf 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;pthread_self 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so <7f6b42bfc35d>];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_data_queue;sock_def_readable;__wake_up_sync_key;__wake_up_common;ep_poll_callback;__wake_up_locked;__wake_up_common;default_wake_function;try_to_wake_up;_raw_spin_unlock_irqrestore 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so <7f6b42bfc35d>];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;tcp_v4_send_check;__tcp_v4_send_check 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.select;sun/nio/ch/SelectorImpl:.lockAndDoSelect;sun/nio/ch/EPollSelectorImpl:.doSelect;sun/nio/ch/EPollArrayWrapper:.poll;sun/nio/ch/EPollArrayWrapper:.epollWait;__libc_enable_asynccancel 1 perf;__libc_start_main;[perf <407a40>];[perf <4081a5>];[perf <415ad5>];__GI___ioctl;system_call_fastpath;sys_ioctl;do_vfs_ioctl;perf_ioctl;perf_event_for_each_child;perf_event_enable;cpu_function_call;smp_call_function_single;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 perf;__libc_start_main;[perf <407a40>];[perf <4081a5>];[perf <415c96>];page_fault 1 swapper;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;rcu_idle_enter 1 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-all.txt ================================================ ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];local_bh_enable_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];__kfree_skb_[k] 1 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_reserve.isra.26_[k] 1 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_v4_md5_lookup_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];java/lang/Thread:.blockedOn_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];pthread_self 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];[libpthread-2.19.so];system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];local_bh_enable_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_data_queue_[k];sock_def_readable_[k];__wake_up_sync_key_[k];__wake_up_common_[k];ep_poll_callback_[k];__wake_up_locked_[k];__wake_up_common_[k];default_wake_function_[k];try_to_wake_up_[k];_raw_spin_unlock_irqrestore_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];[libpthread-2.19.so];system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];tcp_v4_send_check_[k];__tcp_v4_send_check_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/WrapFactory:.wrap_[j];call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];java/lang/reflect/Method:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];java/lang/reflect/Method:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.add0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._[j];org/mozilla/javascript/NativeFunction:.initScriptFunction_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j];call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpMethod:.valueOf_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.select_[j];sun/nio/ch/SelectorImpl:.lockAndDoSelect_[j];sun/nio/ch/EPollSelectorImpl:.doSelect_[j];sun/nio/ch/EPollArrayWrapper:.poll_[j];sun/nio/ch/EPollArrayWrapper:.epollWait_[j];__libc_enable_asynccancel 1 perf;__libc_start_main;[perf];[perf];[perf];__GI___ioctl;system_call_fastpath_[k];sys_ioctl_[k];do_vfs_ioctl_[k];perf_ioctl_[k];perf_event_for_each_child_[k];perf_event_enable_[k];cpu_function_call_[k];smp_call_function_single_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 perf;__libc_start_main;[perf];[perf];[perf];page_fault_[k] 1 swapper;x86_64_start_kernel_[k];x86_64_start_reservations_[k];start_kernel_[k];rest_init_[k];cpu_startup_entry_[k];rcu_idle_enter_[k] 1 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-jit.txt ================================================ ab;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 ab;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;__kfree_skb 1 ab;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_reserve.isra.26 1 ab;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_v4_md5_lookup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];java/lang/Thread:.blockedOn_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];pthread_self 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_data_queue;sock_def_readable;__wake_up_sync_key;__wake_up_common;ep_poll_callback;__wake_up_locked;__wake_up_common;default_wake_function;try_to_wake_up;_raw_spin_unlock_irqrestore 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/DefaultChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;tcp_v4_send_check;__tcp_v4_send_check 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/WrapFactory:.wrap_[j];call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];java/lang/reflect/Method:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];java/lang/reflect/Method:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.add0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._[j];org/mozilla/javascript/NativeFunction:.initScriptFunction_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j];call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/vertx/java/core/http/impl/ServerConnection:.handleMessage_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/BaseFunction:.construct_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpMethod:.valueOf_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.select_[j];sun/nio/ch/SelectorImpl:.lockAndDoSelect_[j];sun/nio/ch/EPollSelectorImpl:.doSelect_[j];sun/nio/ch/EPollArrayWrapper:.poll_[j];sun/nio/ch/EPollArrayWrapper:.epollWait_[j];__libc_enable_asynccancel 1 perf;__libc_start_main;[perf];[perf];[perf];__GI___ioctl;system_call_fastpath;sys_ioctl;do_vfs_ioctl;perf_ioctl;perf_event_for_each_child;perf_event_enable;cpu_function_call;smp_call_function_single;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 perf;__libc_start_main;[perf];[perf];[perf];page_fault 1 swapper;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;rcu_idle_enter 1 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-kernel.txt ================================================ ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];local_bh_enable_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];__kfree_skb_[k] 1 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_reserve.isra.26_[k] 1 ab;[unknown];__write_nocancel;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_v4_md5_lookup_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBuf:.writeBytes;sun/nio/ch/SocketChannelImpl:.read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBuf:.writeBytes;sun/nio/ch/SocketChannelImpl:.read;java/lang/Thread:.blockedOn 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/WrapFactory:.wrap;call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;java/lang/reflect/Method:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;java/lang/reflect/Method:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.;org/mozilla/javascript/NativeFunction:.initScriptFunction;org/mozilla/javascript/TopLevel:.getBuiltinPrototype;call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/vertx/java/core/http/impl/ServerConnection:.handleMessage;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/BaseFunction:.construct;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpMethod:.valueOf 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;pthread_self 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];local_bh_enable_[k];do_softirq_[k];do_softirq_own_stack_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];__netif_receive_skb_core_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_data_queue_[k];sock_def_readable_[k];__wake_up_sync_key_[k];__wake_up_common_[k];ep_poll_callback_[k];__wake_up_locked_[k];__wake_up_common_[k];default_wake_function_[k];try_to_wake_up_[k];_raw_spin_unlock_irqrestore_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/DefaultChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];tcp_v4_send_check_[k];__tcp_v4_send_check_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.select;sun/nio/ch/SelectorImpl:.lockAndDoSelect;sun/nio/ch/EPollSelectorImpl:.doSelect;sun/nio/ch/EPollArrayWrapper:.poll;sun/nio/ch/EPollArrayWrapper:.epollWait;__libc_enable_asynccancel 1 perf;__libc_start_main;[perf];[perf];[perf];__GI___ioctl;system_call_fastpath_[k];sys_ioctl_[k];do_vfs_ioctl_[k];perf_ioctl_[k];perf_event_for_each_child_[k];perf_event_enable_[k];cpu_function_call_[k];smp_call_function_single_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 4 perf;__libc_start_main;[perf];[perf];[perf];page_fault_[k] 1 swapper;x86_64_start_kernel_[k];x86_64_start_reservations_[k];start_kernel_[k];rest_init_[k];cpu_startup_entry_[k];rcu_idle_enter_[k] 1 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-pid.txt ================================================ ab-?;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 ab-?;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;__kfree_skb 1 ab-?;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_reserve.isra.26 1 ab-?;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_v4_md5_lookup 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBuf:.writeBytes;Lsun/nio/ch/SocketChannelImpl:.read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBuf:.writeBytes;Lsun/nio/ch/SocketChannelImpl:.read;Ljava/lang/Thread:.blockedOn 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/WrapFactory:.wrap;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Ljava/lang/reflect/Method:.invoke 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Ljava/lang/reflect/Method:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.;Lorg/mozilla/javascript/NativeFunction:.initScriptFunction;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpMethod:.valueOf 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_data_queue;sock_def_readable;__wake_up_sync_key;__wake_up_common;ep_poll_callback;__wake_up_locked;__wake_up_common;default_wake_function;try_to_wake_up;_raw_spin_unlock_irqrestore 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;tcp_v4_send_check;__tcp_v4_send_check 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;pthread_self 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.select;Lsun/nio/ch/SelectorImpl:.lockAndDoSelect;Lsun/nio/ch/EPollSelectorImpl:.doSelect;Lsun/nio/ch/EPollArrayWrapper:.poll;Lsun/nio/ch/EPollArrayWrapper:.epollWait;__libc_enable_asynccancel 1 perf-?;__libc_start_main;[perf];[perf];[perf];__GI___ioctl;system_call_fastpath;sys_ioctl;do_vfs_ioctl;perf_ioctl;perf_event_for_each_child;perf_event_enable;cpu_function_call;smp_call_function_single;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 perf-?;__libc_start_main;[perf];[perf];[perf];page_fault 1 swapper-?;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;rcu_idle_enter 1 ================================================ FILE: test/results/perf-java-stacks-01-collapsed-tid.txt ================================================ ab-?/23927;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 ab-?/23927;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;__kfree_skb 1 ab-?/23927;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_reserve.isra.26 1 ab-?/23927;[unknown];__write_nocancel;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_v4_md5_lookup 1 java-?/23920;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage 1 java-?/23920;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_80:._c_anonymous_21;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_31:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBuf:.writeBytes;Lsun/nio/ch/SocketChannelImpl:.read 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/WrapFactory:.wrap;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_4:._c_anonymous_1;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_90:.call;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Ljava/lang/reflect/Method:.invoke 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpMethod:.valueOf 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;local_bh_enable;do_softirq;do_softirq_own_stack;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;__netif_receive_skb_core;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_data_queue;sock_def_readable;__wake_up_sync_key;__wake_up_common;ep_poll_callback;__wake_up_locked;__wake_up_common;default_wake_function;try_to_wake_up;_raw_spin_unlock_irqrestore 1 java-?/23921;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.select;Lsun/nio/ch/SelectorImpl:.lockAndDoSelect;Lsun/nio/ch/EPollSelectorImpl:.doSelect;Lsun/nio/ch/EPollArrayWrapper:.poll;Lsun/nio/ch/EPollArrayWrapper:.epollWait;__libc_enable_asynccancel 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBuf:.writeBytes;Lsun/nio/ch/SocketChannelImpl:.read;Ljava/lang/Thread:.blockedOn 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_21;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_49:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_bench_Server_js_js_2:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_91:.call;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Ljava/lang/reflect/Method:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java-?/23922;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;[libpthread-2.19.so];system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;tcp_v4_send_check;__tcp_v4_send_check 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_21;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamAndVarCount 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.;Lorg/mozilla/javascript/NativeFunction:.initScriptFunction;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.getParamCount 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/vertx/java/core/http/impl/ServerConnection:.handleMessage;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/BaseFunction:.construct;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_http_js_93:._c_anonymous_3;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_vert_x_2_1_sys_mods_io_vertx_lang_js_1_1_0_vertx_streams_js_47:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java-?/23923;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/DefaultChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadHandler:.flush;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.getBytes;Lsun/nio/ch/SocketChannelImpl:.write;pthread_self 1 perf-?/23929;__libc_start_main;[perf];[perf];[perf];__GI___ioctl;system_call_fastpath;sys_ioctl;do_vfs_ioctl;perf_ioctl;perf_event_for_each_child;perf_event_enable;cpu_function_call;smp_call_function_single;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_enable_all;native_write_msr_safe 4 perf-?/23929;__libc_start_main;[perf];[perf];[perf];page_fault 1 swapper-?/0;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;rcu_idle_enter 1 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-addrs.txt ================================================ java;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub;LBusy:::main;java/io/PrintStream:::print;java/io/FileOutputStream:::writeBytes;Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_nhm_enable_all;intel_pmu_enable_all;native_write_msr_safe 2 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-all.txt ================================================ java;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub_[j];LBusy:::main_[j];java/io/PrintStream:::print_[j];java/io/FileOutputStream:::writeBytes_[j];Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_nhm_enable_all_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 2 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-jit.txt ================================================ java;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub_[j];LBusy:::main_[j];java/io/PrintStream:::print_[j];java/io/FileOutputStream:::writeBytes_[j];Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_nhm_enable_all;intel_pmu_enable_all;native_write_msr_safe 2 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-kernel.txt ================================================ java;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub;LBusy:::main;java/io/PrintStream:::print;java/io/FileOutputStream:::writeBytes;Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt_[k];smp_call_function_single_interrupt_[k];generic_smp_call_function_single_interrupt_[k];remote_function_[k];__perf_event_enable_[k];group_sched_in_[k];x86_pmu_commit_txn_[k];perf_pmu_enable_[k];x86_pmu_enable_[k];intel_pmu_nhm_enable_all_[k];intel_pmu_enable_all_[k];native_write_msr_safe_[k] 2 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-pid.txt ================================================ java-?;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub;LBusy:::main;Ljava/io/PrintStream:::print;Ljava/io/FileOutputStream:::writeBytes;Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_nhm_enable_all;intel_pmu_enable_all;native_write_msr_safe 2 ================================================ FILE: test/results/perf-java-stacks-02-collapsed-tid.txt ================================================ java-?/19983;start_thread;JavaMain;jni_CallStaticVoidMethod;jni_invoke_static;JavaCalls::call_helper;call_stub;LBusy:::main;Ljava/io/PrintStream:::print;Ljava/io/FileOutputStream:::writeBytes;Java_java_io_FileOutputStream_writeBytes;writeBytes;arrayOopDesc::base;call_function_single_interrupt;smp_call_function_single_interrupt;generic_smp_call_function_single_interrupt;remote_function;__perf_event_enable;group_sched_in;x86_pmu_commit_txn;perf_pmu_enable;x86_pmu_enable;intel_pmu_nhm_enable_all;intel_pmu_enable_all;native_write_msr_safe 2 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-addrs.txt ================================================ node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;RegExp:\bFoo ?Bar 1 node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1;RegExp:[&<>\\] 1 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-all.txt ================================================ node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub_[j];Builtin:A builtin from the snapshot_[j];LazyCompile:_tickDomainCallback node.js:387_[j];LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39_[j];RegExp:\bFoo ?Bar_[j] 1 node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub_[j];Builtin:A builtin from the snapshot_[j];LazyCompile:_tickDomainCallback node.js:387_[j];LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39_[j];v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1_[j];RegExp:[&<>\\]_[j] 1 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-jit.txt ================================================ node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub_[j];Builtin:A builtin from the snapshot_[j];LazyCompile:_tickDomainCallback node.js:387_[j];LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39_[j];RegExp:\bFoo ?Bar_[j] 1 node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub_[j];Builtin:A builtin from the snapshot_[j];LazyCompile:_tickDomainCallback node.js:387_[j];LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39_[j];v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1_[j];RegExp:[&<>\\]_[j] 1 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-kernel.txt ================================================ node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;RegExp:\bFoo ?Bar 1 node-v011;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1;RegExp:[&<>\\] 1 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-pid.txt ================================================ node-v011-?;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;RegExp:\bFoo ?Bar 1 node-v011-?;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1;RegExp:[&<>\\] 1 ================================================ FILE: test/results/perf-js-stacks-01-collapsed-tid.txt ================================================ node-v011-?/31912;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;RegExp:\bFoo ?Bar 1 node-v011-?/31912;__libc_start_main;node::Start;uv_run;uv__io_poll;uv__async_io;uv__async_event;uv__work_done;node::After;v8::Function::Call;v8::internal::Execution::Call;v8::internal::Invoke;Stub:JSEntryStub;Builtin:A builtin from the snapshot;LazyCompile:_tickDomainCallback node.js:387;LazyCompile:*Async$consumeFunctionBuffer /apps/node/webapp/node_modules/xxxxx/js/main/async.js:39;v8::internal::Execution::Call;LazyCompile:~body_0 evalmachine.:1;RegExp:[&<>\\] 1 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-addrs.txt ================================================ mir-console;[unknown <6eaf28>];camlLwt__bind_1394 2 mir-console;[unknown <6eaf28>];camlLwt__return_1285 1 mir-console;[unknown <7f57a7549e40>];camlLwt__repr_rec_1132 1 mir-console;[unknown <7f57a760d920>];camlLwt__repr_rec_1132 1 mir-console;[unknown <7fff978f8dd0>];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console;camlLwt__bind_1394 2 mir-console;camlMain__fun_1418;camlLwt__return_1285 2 mir-console;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console;camlUnikernel__fun_1396 1 swapper;cpu_bringup_and_idle;cpu_startup_entry;arch_cpu_idle;default_idle;xen_hypercall_sched_op 39 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-all.txt ================================================ mir-console;[unknown];camlLwt__bind_1394 2 mir-console;[unknown];camlLwt__repr_rec_1132 2 mir-console;[unknown];camlLwt__return_1285 1 mir-console;[unknown];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console;camlLwt__bind_1394 2 mir-console;camlMain__fun_1418;camlLwt__return_1285 2 mir-console;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console;camlUnikernel__fun_1396 1 swapper;cpu_bringup_and_idle_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];xen_hypercall_sched_op_[k] 39 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-jit.txt ================================================ mir-console;[unknown];camlLwt__bind_1394 2 mir-console;[unknown];camlLwt__repr_rec_1132 2 mir-console;[unknown];camlLwt__return_1285 1 mir-console;[unknown];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console;camlLwt__bind_1394 2 mir-console;camlMain__fun_1418;camlLwt__return_1285 2 mir-console;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console;camlUnikernel__fun_1396 1 swapper;cpu_bringup_and_idle;cpu_startup_entry;arch_cpu_idle;default_idle;xen_hypercall_sched_op 39 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-kernel.txt ================================================ mir-console;[unknown];camlLwt__bind_1394 2 mir-console;[unknown];camlLwt__repr_rec_1132 2 mir-console;[unknown];camlLwt__return_1285 1 mir-console;[unknown];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console;camlLwt__bind_1394 2 mir-console;camlMain__fun_1418;camlLwt__return_1285 2 mir-console;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console;camlUnikernel__fun_1396 1 swapper;cpu_bringup_and_idle_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];xen_hypercall_sched_op_[k] 39 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-pid.txt ================================================ mir-console-?;[unknown];camlLwt__bind_1394 2 mir-console-?;[unknown];camlLwt__repr_rec_1132 2 mir-console-?;[unknown];camlLwt__return_1285 1 mir-console-?;[unknown];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console-?;camlLwt__bind_1394 2 mir-console-?;camlMain__fun_1418;camlLwt__return_1285 2 mir-console-?;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console-?;camlUnikernel__fun_1396 1 swapper-?;cpu_bringup_and_idle;cpu_startup_entry;arch_cpu_idle;default_idle;xen_hypercall_sched_op 39 ================================================ FILE: test/results/perf-mirageos-stacks-01-collapsed-tid.txt ================================================ mir-console-?/23166;[unknown];camlLwt__bind_1394 2 mir-console-?/23166;[unknown];camlLwt__repr_rec_1132 2 mir-console-?/23166;[unknown];camlLwt__return_1285 1 mir-console-?/23166;[unknown];caml_start_program;caml_program;camlMain__entry;camlUnikernel____pa_lwt_loop_1382;camlLwt__bind_1394 2 mir-console-?/23166;camlLwt__bind_1394 2 mir-console-?/23166;camlMain__fun_1418;camlLwt__return_1285 2 mir-console-?/23166;camlMain__fun_1418;camlUnikernel____pa_lwt_loop_1382 1 mir-console-?/23166;camlUnikernel__fun_1396 1 swapper-?/0;cpu_bringup_and_idle;cpu_startup_entry;arch_cpu_idle;default_idle;xen_hypercall_sched_op 39 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-addrs.txt ================================================ java;[perf-10939.map <7f08b5331209>];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;cpumask_next_and;find_next_bit 1 java;[perf-10939.map <7f08b5331209>];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java;[perf-10939.map <7f08b578411f>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 7 java;[perf-10939.map <7f08b578412c>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 3 java;[perf-10939.map <7f08b5784130>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java;[perf-10939.map <7f08b57842cb>] 1 java;[perf-10939.map <7f08b578432f>] 1 java;[perf-10939.map <7f08b5784377>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java;[perf-10939.map <7f08b578437b>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java;[perf-10939.map <7f08b5784383>] 1 java;[perf-10939.map <7f08b57ae255>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;_raw_spin_unlock_irqrestore 1 java;[perf-10939.map <7f08b57ae255>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq 1 java;[perf-10939.map <7f08b57ae255>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq;evtchn_from_irq;irq_get_irq_data;irq_to_desc;radix_tree_lookup_element 1 java;[perf-10939.map <7f08b57ae255>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java;[perf-10939.map <7f08b57ae3b4>] 1 java;[perf-10939.map <7f08b57b5a5c>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many 1 java;[perf-10939.map <7f08b57feb3e>] 3 java;[perf-10939.map <7f08b57feb4b>] 1 java;[perf-10939.map <7f08b57feb5b>] 1 java;[perf-10939.map <7f08b57feb68>] 1 java;[perf-10939.map <7f08b57feb75>] 3 java;[perf-10939.map <7f08b57feb8f>] 2 java;[perf-10939.map <7f08b57feb9c>] 1 java;[perf-10939.map <7f08b581723e>] 2 java;[perf-10939.map <7f08b5817256>] 4 java;[perf-10939.map <7f08b5817290>] 1 java;[unknown <7ecef8f2f480>];[perf-10939.map <7f08b5783b58>];page_fault;do_page_fault;__do_page_fault 1 java;[unknown <7ecef8f2f480>];[perf-10939.map <7f08b5783b58>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 7 java;[unknown <7ecef8f2f480>];[perf-10939.map <7f08b5783bfc>] 1 java;[unknown <7ecef8f2f480>];[perf-10939.map <7f08b5783bfc>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java;[unknown <7f08c880b5c8>];[perf-10939.map <7f08b56bffa1>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 10 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f7e7>];[perf-10939.map <7f08b50523b6>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f7e7>];[perf-10939.map <7f08b50523c2>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f7e7>];[perf-10939.map <7f08b50523ce>] 1 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f7e7>];[perf-10939.map <7f08b50523ce>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f7e7>];[perf-10939.map <7f08b50523da>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java;[unknown <7f08c88c60a8>];[perf-10939.map <7f08b579f8a4>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 12 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e3d>];page_fault;do_page_fault;__do_page_fault 1 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e3d>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 7 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e40>] 1 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e4a>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 8 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e4e>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 8 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5783e4e>];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;find_next_bit 1 java;[unknown <7f08c8a52338>];[perf-10939.map <7f08b5784261>];retint_signal;do_notify_resume;task_work_run;task_numa_work;change_prot_numa;change_protection;change_protection_range 1 swapper;start_secondary;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 72 swapper;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 2 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-all.txt ================================================ java;[perf-10939.map]_[j] 23 java;[perf-10939.map]_[j];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];cpumask_next_and_[k];find_next_bit_[k] 1 java;[perf-10939.map]_[j];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 5 java;[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k] 1 java;[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];_raw_spin_unlock_irqrestore_[k] 1 java;[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];notify_remote_via_irq_[k] 1 java;[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];notify_remote_via_irq_[k];evtchn_from_irq_[k];irq_get_irq_data_[k];irq_to_desc_[k];radix_tree_lookup_element_[k] 1 java;[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 23 java;[unknown];[perf-10939.map]_[j] 2 java;[unknown];[perf-10939.map]_[j];[perf-10939.map]_[j] 1 java;[unknown];[perf-10939.map]_[j];[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 9 java;[unknown];[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k] 2 java;[unknown];[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 53 java;[unknown];[perf-10939.map]_[j];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];find_next_bit_[k] 1 java;[unknown];[perf-10939.map]_[j];retint_signal_[k];do_notify_resume_[k];task_work_run_[k];task_numa_work_[k];change_prot_numa_[k];change_protection_[k];change_protection_range_[k] 1 swapper;start_secondary_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];native_safe_halt_[k] 72 swapper;x86_64_start_kernel_[k];x86_64_start_reservations_[k];start_kernel_[k];rest_init_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];native_safe_halt_[k] 2 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-jit.txt ================================================ java;[perf-10939.map]_[j] 23 java;[perf-10939.map]_[j];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;cpumask_next_and;find_next_bit 1 java;[perf-10939.map]_[j];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java;[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many 1 java;[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;_raw_spin_unlock_irqrestore 1 java;[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq 1 java;[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq;evtchn_from_irq;irq_get_irq_data;irq_to_desc;radix_tree_lookup_element 1 java;[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 23 java;[unknown];[perf-10939.map]_[j] 2 java;[unknown];[perf-10939.map]_[j];[perf-10939.map]_[j] 1 java;[unknown];[perf-10939.map]_[j];[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 9 java;[unknown];[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault 2 java;[unknown];[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 53 java;[unknown];[perf-10939.map]_[j];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;find_next_bit 1 java;[unknown];[perf-10939.map]_[j];retint_signal;do_notify_resume;task_work_run;task_numa_work;change_prot_numa;change_protection;change_protection_range 1 swapper;start_secondary;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 72 swapper;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 2 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-kernel.txt ================================================ java;[perf-10939.map] 23 java;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];cpumask_next_and_[k];find_next_bit_[k] 1 java;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 5 java;[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k] 1 java;[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];_raw_spin_unlock_irqrestore_[k] 1 java;[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];notify_remote_via_irq_[k] 1 java;[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];notify_remote_via_irq_[k];evtchn_from_irq_[k];irq_get_irq_data_[k];irq_to_desc_[k];radix_tree_lookup_element_[k] 1 java;[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 23 java;[unknown];[perf-10939.map] 2 java;[unknown];[perf-10939.map];[perf-10939.map] 1 java;[unknown];[perf-10939.map];[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 9 java;[unknown];[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k] 2 java;[unknown];[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];__xen_send_IPI_mask_[k];xen_send_IPI_one_[k];xen_hypercall_event_channel_op_[k] 53 java;[unknown];[perf-10939.map];page_fault_[k];do_page_fault_[k];__do_page_fault_[k];handle_mm_fault_[k];do_numa_page_[k];migrate_misplaced_page_[k];migrate_pages_[k];try_to_unmap_[k];try_to_unmap_anon_[k];try_to_unmap_one_[k];ptep_clear_flush_[k];flush_tlb_page_[k];native_flush_tlb_others_[k];smp_call_function_many_[k];xen_smp_send_call_function_ipi_[k];find_next_bit_[k] 1 java;[unknown];[perf-10939.map];retint_signal_[k];do_notify_resume_[k];task_work_run_[k];task_numa_work_[k];change_prot_numa_[k];change_protection_[k];change_protection_range_[k] 1 swapper;start_secondary_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];native_safe_halt_[k] 72 swapper;x86_64_start_kernel_[k];x86_64_start_reservations_[k];start_kernel_[k];rest_init_[k];cpu_startup_entry_[k];arch_cpu_idle_[k];default_idle_[k];native_safe_halt_[k] 2 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-pid.txt ================================================ java-?;[perf-10939.map] 23 java-?;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;cpumask_next_and;find_next_bit 1 java-?;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java-?;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many 1 java-?;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;_raw_spin_unlock_irqrestore 1 java-?;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq 1 java-?;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq;evtchn_from_irq;irq_get_irq_data;irq_to_desc;radix_tree_lookup_element 1 java-?;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 23 java-?;[unknown];[perf-10939.map] 2 java-?;[unknown];[perf-10939.map];[perf-10939.map] 1 java-?;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 9 java-?;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault 2 java-?;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 53 java-?;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;find_next_bit 1 java-?;[unknown];[perf-10939.map];retint_signal;do_notify_resume;task_work_run;task_numa_work;change_prot_numa;change_protection;change_protection_range 1 swapper-?;start_secondary;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 72 swapper-?;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 2 ================================================ FILE: test/results/perf-numa-stacks-01-collapsed-tid.txt ================================================ java-?/10992;[perf-10939.map] 4 java-?/10992;[unknown];[perf-10939.map] 1 java-?/10992;[unknown];[perf-10939.map];[perf-10939.map] 1 java-?/10992;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault 1 java-?/10993;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/10993;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/10993;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 3 java-?/10996;[perf-10939.map] 6 java-?/10998;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/10998;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java-?/10999;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/10999;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/10999;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault 1 java-?/10999;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java-?/11000;[perf-10939.map] 6 java-?/11001;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11001;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java-?/11002;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 3 java-?/11002;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11002;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11003;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 3 java-?/11003;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11003;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;find_next_bit 1 java-?/11007;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;_raw_spin_unlock_irqrestore 1 java-?/11007;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11007;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11007;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11008;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 6 java-?/11009;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11009;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11009;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java-?/11011;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11011;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java-?/11011;[unknown];[perf-10939.map];retint_signal;do_notify_resume;task_work_run;task_numa_work;change_prot_numa;change_protection;change_protection_range 1 java-?/11012;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many 1 java-?/11012;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11012;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java-?/11013;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq 1 java-?/11013;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11013;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 3 java-?/11015;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;cpumask_next_and;find_next_bit 1 java-?/11015;[perf-10939.map];OptoRuntime::multianewarray2_C;ObjArrayKlass::multi_allocate;TypeArrayKlass::multi_allocate;TypeArrayKlass::allocate_common;page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java-?/11017;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 1 java-?/11017;[unknown];[perf-10939.map] 1 java-?/11017;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 5 java-?/11018;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11018;[unknown];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 4 java-?/11020;[perf-10939.map] 7 java-?/11021;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;notify_remote_via_irq;evtchn_from_irq;irq_get_irq_data;irq_to_desc;radix_tree_lookup_element 1 java-?/11021;[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 java-?/11021;[unknown];[perf-10939.map];[perf-10939.map];page_fault;do_page_fault;__do_page_fault;handle_mm_fault;do_numa_page;migrate_misplaced_page;migrate_pages;try_to_unmap;try_to_unmap_anon;try_to_unmap_one;ptep_clear_flush;flush_tlb_page;native_flush_tlb_others;smp_call_function_many;xen_smp_send_call_function_ipi;__xen_send_IPI_mask;xen_send_IPI_one;xen_hypercall_event_channel_op 2 swapper-?/0;start_secondary;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 72 swapper-?/0;x86_64_start_kernel;x86_64_start_reservations;start_kernel;rest_init;cpu_startup_entry;arch_cpu_idle;default_idle;native_safe_halt 2 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-addrs.txt ================================================ emulator;[unknown <2e747262696c0036>];_dl_name_match_p 42632 emulator;[unknown <40>];_dl_sysdep_start;_dl_init_paths 32156 emulator;[unknown <40>];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator;[unknown <40>];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator;[unknown <63636762696c0036>];strcmp 60144 emulator;__GI_____strtoull_l_internal 72243 emulator;__GI___readlink 66557 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault 71141 emulator;_dl_map_object;_dl_load_cache_lookup 86339 emulator;_dl_start_user;_dl_start 17736 emulator;_start 716 emulator;_start;page_fault 3646 emulator;je_arena_ralloc_no_move 173377 emulator;je_arena_tcache_fill_small;page_fault 70745 emulator;je_tcache_boot 65964 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-all.txt ================================================ emulator;[unknown];_dl_name_match_p 42632 emulator;[unknown];_dl_sysdep_start;_dl_init_paths 32156 emulator;[unknown];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator;[unknown];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator;[unknown];strcmp 60144 emulator;__GI_____strtoull_l_internal 72243 emulator;__GI___readlink 66557 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault_[k] 71141 emulator;_dl_map_object;_dl_load_cache_lookup 86339 emulator;_dl_start_user;_dl_start 17736 emulator;_start 716 emulator;_start;page_fault_[k] 3646 emulator;je_arena_ralloc_no_move 173377 emulator;je_arena_tcache_fill_small;page_fault_[k] 70745 emulator;je_tcache_boot 65964 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-jit.txt ================================================ emulator;[unknown];_dl_name_match_p 42632 emulator;[unknown];_dl_sysdep_start;_dl_init_paths 32156 emulator;[unknown];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator;[unknown];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator;[unknown];strcmp 60144 emulator;__GI_____strtoull_l_internal 72243 emulator;__GI___readlink 66557 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault 71141 emulator;_dl_map_object;_dl_load_cache_lookup 86339 emulator;_dl_start_user;_dl_start 17736 emulator;_start 716 emulator;_start;page_fault 3646 emulator;je_arena_ralloc_no_move 173377 emulator;je_arena_tcache_fill_small;page_fault 70745 emulator;je_tcache_boot 65964 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-kernel.txt ================================================ emulator;[unknown];_dl_name_match_p 42632 emulator;[unknown];_dl_sysdep_start;_dl_init_paths 32156 emulator;[unknown];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator;[unknown];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator;[unknown];strcmp 60144 emulator;__GI_____strtoull_l_internal 72243 emulator;__GI___readlink 66557 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault_[k] 71141 emulator;_dl_map_object;_dl_load_cache_lookup 86339 emulator;_dl_start_user;_dl_start 17736 emulator;_start 716 emulator;_start;page_fault_[k] 3646 emulator;je_arena_ralloc_no_move 173377 emulator;je_arena_tcache_fill_small;page_fault_[k] 70745 emulator;je_tcache_boot 65964 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-pid.txt ================================================ emulator-?;[unknown];_dl_name_match_p 42632 emulator-?;[unknown];_dl_sysdep_start;_dl_init_paths 32156 emulator-?;[unknown];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator-?;[unknown];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator-?;[unknown];strcmp 60144 emulator-?;__GI_____strtoull_l_internal 72243 emulator-?;__GI___readlink 66557 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator-?;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault 71141 emulator-?;_dl_map_object;_dl_load_cache_lookup 86339 emulator-?;_dl_start_user;_dl_start 17736 emulator-?;_start 716 emulator-?;_start;page_fault 3646 emulator-?;je_arena_ralloc_no_move 173377 emulator-?;je_arena_tcache_fill_small;page_fault 70745 emulator-?;je_tcache_boot 65964 ================================================ FILE: test/results/perf-rust-Yamakaky-dcpu-collapsed-tid.txt ================================================ emulator-?/4152;[unknown];_dl_name_match_p 42632 emulator-?/4152;[unknown];_dl_sysdep_start;_dl_init_paths 32156 emulator-?/4152;[unknown];_dl_sysdep_start;dl_main;__strcasecmp 52068 emulator-?/4152;[unknown];_dl_sysdep_start;dl_main;_dl_relocate_object 113074 emulator-?/4152;[unknown];strcmp 60144 emulator-?/4152;__GI_____strtoull_l_internal 72243 emulator-?/4152;__GI___readlink 66557 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 315764 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$usize$u20$as$u20$core..iter..range..Step$GT$::add_one::h0701a52b56dc0bbb 128577 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 247667 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::write::haabbb39ab969e5ac 254732 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::hfd64239413386906 160490 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h08724396296cdea6;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h72ebd1bc97b2075e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h9375446625dcf9e8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h42174e2928c223fa;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h1191ad8aa35e2822;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h2d4f8260955f00a9;_$LT$core..iter..FilterMap$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::he1189ac8e3187a50;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hb223ec6a8effeb5f;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 160789 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h185e3c12af3fc754;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::he13ccf618f424fa8;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::hf30fd19863432c7b;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h87371dcef7b54f45;_$LT$core..str..Split$LT$$u27$a$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h640ea8ab0b8e51ce;_$LT$core..str..SplitInternal$LT$$u27$a$C$$u20$P$GT$$GT$::next::h6ff90db1c517060d;_$LT$core..str..pattern..CharSearcher$LT$$u27$a$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next_match::ha7c6689628ca2406;core::str::pattern::Searcher::next_match::h3b4c786aa5e821fc;_$LT$core..str..pattern..CharEqSearcher$LT$$u27$a$C$$u20$C$GT$$u20$as$u20$core..str..pattern..Searcher$LT$$u27$a$GT$$GT$::next::hbefb8ac4a49c1d1e;_$LT$core..str..CharIndices$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6d3c2b6db3f8302b;_$LT$core..str..Chars$LT$$u27$a$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h3192360e451206ea;core::str::next_code_point::hc208947b28200a26 161094 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..iter..Filter$LT$I$C$$u20$P$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc46470b5838977c4;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hf6d2c4c5538b1320;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h503f07e91a8c70cc;_$LT$core..option..Option$LT$T$GT$$GT$::map::h4d3efd64a17eb7e4 186650 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3 182088 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h7e7c4b3a79f55d8f;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5c98bd2640d176d7;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc8817fc039bbb0b3;_$LT$core..option..Option$LT$T$GT$$GT$::map::hbf38c6908f07f125;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::ha8cdcc06344fe1b5;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::hf95a5d0239e6304e;core::iter::iterator::Iterator::position::h71611bea69605be3;_$LT$core..iter..Enumerate$LT$I$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h6382d5064d2f104a;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h01cfe524df2e1837;_$LT$core..slice..Iter$LT$$u27$a$C$$u20$T$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::ha5ae786e76ac1132;core::ptr::_$LT$impl$u20$$BP$const$u20$T$GT$::offset::hffec494e9fc99daf 184354 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::displacement::h23649dceee14681b;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$core..ops..Deref$GT$::deref::hf5640e419faf6aa3;_$LT$$RF$$u27$a$u20$mut$u20$T$u20$as$u20$core..ops..Deref$GT$::deref::h9629b61700da8d48 185542 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;_$LT$std..collections..hash..map..VacantEntry$LT$$u27$a$C$$u20$K$C$$u20$V$GT$$GT$::insert::h9082baf2d93a92c8;std::collections::hash::map::robin_hood::h47885a7d58732a87;_$LT$std..collections..hash..table..FullBucket$LT$K$C$$u20$V$C$$u20$M$GT$$u20$as$u20$std..collections..hash..table..Put$LT$K$C$$u20$V$GT$$GT$::borrow_table_mut::h7b43ee0d3891fd5f 178602 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h980e74df27f75c7d;std::collections::hash::map::search_hashed::hae33740b510f48a0 180495 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_ordered::h7b9d42bf7a5f0d35 183668 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::reserve::h5970cef3fb225dd7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::resize::h995383f95c6d03bf;__memmove_sse2_unaligned_erms 180014 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;_$LT$std..io..buffered..BufReader$LT$R$GT$$u20$as$u20$std..io..Read$GT$::read::h0092352920edf903;std::io::impls::_$LT$impl$u20$std..io..Read$u20$for$u20$$RF$$u27$a$u20$$u5b$u8$u5d$$GT$::read::he880dac0905a777b;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::split_at::h9377899ac1bb5027;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::split_at::h80c52dadb70c5280;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..RangeTo$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h9c7a1847e7ff452a;core::slice::_$LT$impl$u20$core..ops..Index$LT$core..ops..Range$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index::h4d1325c39b2e2225;core::slice::from_raw_parts::hf2d070766f9033b0 166807 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 163021 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;collections::slice::_$LT$impl$u20$$u5b$T$u5d$$GT$::get_unchecked_mut::hecb03b761e9b7d9e;_$LT$$u5b$T$u5d$$u20$as$u20$core..slice..SliceExt$GT$::get_unchecked_mut::h49fa6b2e956b2ceb 170071 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::truncate::h2f857c8801e6ea48;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::hb94ba71a1dd47d71;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::is_null::h0535f15cf1003af9 176362 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stderr::h99e770fdfcb59b6c;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::hcd1c44cd143417f6;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;term::terminfo::searcher::get_dbpath_for_term::hffa8fd0e9637bc76;std::path::PathBuf::_push::h766d676eb9b04254 73671 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;_$LT$u8$u20$as$u20$core..clone..Clone$GT$::clone::h7bfab8630dda96cf 183381 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40 559435 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::cmp::impls::_$LT$impl$u20$core..cmp..PartialOrd$u20$for$u20$usize$GT$::lt::hf4d08bdc2d45569c 188406 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::new::h893d205748cacdd5;_$LT$std..io..buffered..BufReader$LT$R$GT$$GT$::with_capacity::h149b1cb009d20694;collections::vec::from_elem::h0cb09490c5e14fb9;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::iter::range::_$LT$impl$u20$core..iter..iterator..Iterator$u20$for$u20$core..ops..Range$LT$A$GT$$GT$::next::hd0b7b2668add6c40;core::mem::swap::hcb834a1162e5ad6c 183868 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h3b339c4ccaa2a490;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::hfcc04b97f5e4cef8;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h3e3cdf90b15b4d33;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::hdf73438726a85d11;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::h111f2759872ecfc7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::make_hash::h992d9241b64fceb7;std::collections::hash::table::make_hash::h9f03ce4a8d5d1b78;_$LT$std..collections..hash..map..DefaultHasher$u20$as$u20$core..hash..Hasher$GT$::finish::h2c804330acc776d7;_$LT$core..hash..sip..SipHasher13$u20$as$u20$core..hash..Hasher$GT$::finish::h73025af53645a0f3;_$LT$core..hash..sip..Hasher$LT$S$GT$$u20$as$u20$core..hash..Hasher$GT$::finish::ha781266cba0e4a7c;_$LT$core..hash..sip..Sip13Rounds$u20$as$u20$core..hash..sip..Sip$GT$::d_rounds::hae93b8d08d9c9a13;core::num::_$LT$impl$u20$u64$GT$::wrapping_add::h021932e4ee83e791 194103 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$$RF$$u27$a$u20$mut$u20$I$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h507e8ba941b3616a;_$LT$$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$..from_iter..Adapter$LT$Iter$C$$u20$E$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::hc915775adb42698d;_$LT$core..iter..Map$LT$I$C$$u20$F$GT$$u20$as$u20$core..iter..iterator..Iterator$GT$::next::h5837a103f73c01d4;_$LT$core..option..Option$LT$T$GT$$GT$::map::h0de7409612e0b28e;core::ops::impls::_$LT$impl$u20$core..ops..FnOnce$LT$A$GT$$u20$for$u20$$RF$$u27$a$u20$mut$u20$F$GT$::call_once::h493b1835d917190a;term::terminfo::parser::compiled::parse::_$u7b$$u7b$closure$u7d$$u7d$::h503fb3ffeae6899e;term::terminfo::parser::compiled::read_le_u16::hd7bae50659ca04c4;core::slice::_$LT$impl$u20$core..ops..IndexMut$LT$core..ops..RangeFrom$LT$usize$GT$$GT$$u20$for$u20$$u5b$T$u5d$$GT$::index_mut::hc2a47196a9b3dc9f 195165 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$GT$::set_len::h32f778ca25724bf1 194314 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h53b7863e73fadbfc;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h7ad818accf02e73a;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$T$GT$$GT$::from_iter::h461e3a924bca1725;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_desugared::h5bbb8e6b5a245d7f;_$LT$collections..vec..Vec$LT$T$GT$$u20$as$u20$core..ops..DerefMut$GT$::deref_mut::h1489b09ee24485ec 194076 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;core::iter::iterator::Iterator::collect::h6ce9ad9125cfc58e;_$LT$core..result..Result$LT$V$C$$u20$E$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$core..result..Result$LT$A$C$$u20$E$GT$$GT$$GT$::from_iter::h16fe3c65a4c16e46;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..FromIterator$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::from_iter::h84d1c44a62ed8a23;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$u20$as$u20$core..iter..traits..Extend$LT$$LP$K$C$$u20$V$RP$$GT$$GT$::extend::h0c6331f8890ff8d7;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert::hcb451fe86918197e;_$LT$std..collections..hash..map..HashMap$LT$K$C$$u20$V$C$$u20$S$GT$$GT$::insert_hashed_nocheck::h98844db7b829b7c9;std::collections::hash::map::search_hashed::hb56562c80a350a98;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::new::h610d20a99611ae46;_$LT$std..collections..hash..table..Bucket$LT$K$C$$u20$V$C$$u20$M$GT$$GT$::at_index::h34ab787a9a6009ea;_$LT$std..collections..hash..table..RawTable$LT$K$C$$u20$V$GT$$GT$::first_bucket_raw::hb9d07d7e2fb8d059;std::collections::hash::table::calculate_offsets::hfe569e8904133a1b;core::num::_$LT$impl$u20$usize$GT$::overflowing_add::h4bf465fac5e6d437 194816 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;emulator::main_ret::hc4b7fa9090639ebe;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;log::set_logger::hfce3bfc5d262a203;log::set_logger_raw::h2040ab7e0793ea3f;log::set_logger::_$u7b$$u7b$closure$u7d$$u7d$::hcb7821323b596727;simplelog::termlog::TermLogger::init::_$u7b$$u7b$closure$u7d$$u7d$::h347f6695ed91405f;simplelog::termlog::TermLogger::new::h94d15a7bc0cbc21f;term::stdout::hc71a921b9549a869;_$LT$term..terminfo..TerminfoTerminal$LT$T$GT$$GT$::new::h52a3a52cf0fd4041;term::terminfo::TermInfo::from_env::h7aa5bbfa652bcb0d;term::terminfo::TermInfo::from_name::h721edfed0d4e6840;_$LT$core..result..Result$LT$T$C$$u20$E$GT$$GT$::and_then::h47fa4b8545196b9b;term::terminfo::TermInfo::from_name::_$u7b$$u7b$closure$u7d$$u7d$::hbdb8aa57609652e0;term::terminfo::TermInfo::from_path::hc007f27f9c5301db;term::terminfo::TermInfo::_from_path::h51064971a80093cd;term::terminfo::parser::compiled::parse::h0bfa24a8d6483291;std::io::Read::read_to_end::hf3e43392e443d646;std::io::read_to_end::heeed5f53db31e2d5;_$LT$collections..vec..Vec$LT$T$GT$$GT$::resize::h33edb9dae7314c90;_$LT$collections..vec..Vec$LT$T$GT$$GT$::extend_with_element::hadc3afe1b04eb21a;core::ptr::_$LT$impl$u20$$BP$mut$u20$T$GT$::offset::h83331dc01d57b6ff 194077 emulator-?/4152;__rust_maybe_catch_panic;emulator::main::hc2aaa9b4591a10c7;simplelog::termlog::TermLogger::init::ha7463b1622ff979e;page_fault 71141 emulator-?/4152;_dl_map_object;_dl_load_cache_lookup 86339 emulator-?/4152;_dl_start_user;_dl_start 17736 emulator-?/4152;_start 716 emulator-?/4152;_start;page_fault 3646 emulator-?/4152;je_arena_ralloc_no_move 173377 emulator-?/4152;je_arena_tcache_fill_small;page_fault 70745 emulator-?/4152;je_tcache_boot 65964 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-addrs.txt ================================================ java;read;check_events;hypercall_page 1 java;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 5 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 7 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBufAllocator:.directBuffer 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;java/util/concurrent/ConcurrentHashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/mozilla/javascript/Context:.getWrapFactory 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrap;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrapAsJavaObject 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrapAsJavaObject;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/IdScriptableObject:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.setAttributes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/MemberBox:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/WrapFactory:.wrap 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.findFunction 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaObject:.get 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis;org/mozilla/javascript/NativeJavaObject:.get;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;jint_disjoint_arraycopy 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.get 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/NativeFunction:.initScriptFunction 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getPrototype 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/ScriptRuntime:.indexFromString 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/ScriptRuntime:.setObjectElem;org/mozilla/javascript/ScriptRuntime:.indexFromString 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/buffer/AbstractByteBuf:.writeBytes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBuf:.writeBytes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBufAllocator:.directBuffer 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBufAllocator:.directBuffer;io/netty/util/concurrent/FastThreadLocal:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;java/util/ArrayList:.add 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/util/internal/RecyclableArrayList:.newInstance;io/netty/util/concurrent/FastThreadLocal:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;java/util/ArrayList:.ensureExplicitCapacity 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;sun/nio/cs/UTF_8$Encoder:.;jbyte_disjoint_arraycopy 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/buffer/AbstractByteBuf:.forEachByteAsc0;io/netty/util/internal/AppendableCharSequence:.append 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/buffer/AbstractByteBuf:.forEachByteAsc0 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/handler/codec/http/HttpHeaders:.hash 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/handler/codec/http/HttpObjectDecoder:.splitHeader 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;java/util/Arrays:.fill 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;io/netty/buffer/PooledByteBuf:.internalNioBuffer 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/NativeThread:.current 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0; 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;Java_sun_nio_ch_FileDispatcherImpl_write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;sys_write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;fget_light 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;__srcu_read_lock 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;__tcp_push_pending_frames 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;ktime_get_real 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;skb_clone 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_set_skb_tso_segs 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_hard_start_xmit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_pick_tx 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;dev_queue_xmit_nit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct_end 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;dma_issue_pending_all 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_event_data_recv 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;sock_def_readable;__wake_up_sync_key;check_events;hypercall_page 19 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;bictcp_acked 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_rtt_estimator 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_valid_rtt_meas;tcp_rtt_estimator 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver_finish 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;rcu_bh_qs 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;netif_skb_features 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_output 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;pvclock_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read;pvclock_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;xen_clocksource_get_cycles 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;skb_dst_set_noref 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;lock_sock_nested;_raw_spin_lock_bh;local_bh_disable 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller;arch_local_irq_save 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__phys_addr 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;get_slab 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;ksize 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;ipv4_mtu 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_xmit_size_goal 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_xmit_size_goal 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify;__srcu_read_lock 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;apparmor_file_permission 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;security_file_permission;apparmor_file_permission;common_file_perm 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;sock_aio_write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/SocketChannelImpl:.writerCleanup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.writerCleanup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/util/Recycler:.recycle 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/ChannelDuplexHandler:.flush 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;java/nio/channels/spi/AbstractInterruptibleChannel:.end 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;sys_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;do_sync_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;__kfree_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_rcv_space_adjust 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_data 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_head_state;dst_release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec;copy_user_enhanced_fast_string 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;__tcp_select_window 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;rw_verify_area 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath;sys_futex;do_futex;futex_wake_op 1 java;write;check_events;hypercall_page 3 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-all.txt ================================================ java;read;check_events_[k];hypercall_page_[k] 1 java;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 5 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 7 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/AbstractReferenceCountedByteBuf:.release_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];io/netty/buffer/PooledByteBuf:.internalNioBuffer_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/NativeThread:.current_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j]; 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];Java_sun_nio_ch_FileDispatcherImpl_write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;sys_write_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];fget_light_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];__srcu_read_lock_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];__tcp_push_pending_frames_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];ktime_get_real_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];skb_clone_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_set_skb_tso_segs_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_hard_start_xmit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_pick_tx_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];dev_queue_xmit_nit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx.part.82_[k];xen_restore_fl_direct_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx.part.82_[k];xen_restore_fl_direct_end_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];dma_issue_pending_all_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];__inet_lookup_established_[k] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_event_data_recv_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];sock_def_readable_[k];__wake_up_sync_key_[k];check_events_[k];hypercall_page_[k] 19 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];bictcp_acked_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];ktime_get_real_[k];getnstimeofday_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];xen_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];tcp_rtt_estimator_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];tcp_valid_rtt_meas_[k];tcp_rtt_estimator_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_finish_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];rcu_bh_qs_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];netif_skb_features_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_output_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];pvclock_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];xen_clocksource_read_[k];pvclock_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];xen_clocksource_get_cycles_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_dst_set_noref_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];lock_sock_nested_[k];_raw_spin_lock_bh_[k];local_bh_disable_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_node_track_caller_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_node_track_caller_[k];arch_local_irq_save_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__phys_addr_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];get_slab_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];kmem_cache_alloc_node_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];ksize_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];ipv4_mtu_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_established_options_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_xmit_size_goal_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_xmit_size_goal_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];fsnotify_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_lock_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k];apparmor_file_permission_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k];security_file_permission_[k];apparmor_file_permission_[k];common_file_perm_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];sock_aio_write_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/SocketChannelImpl:.writerCleanup_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.writerCleanup_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/util/Recycler:.recycle_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/buffer/AbstractReferenceCountedByteBuf:.release_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];java/util/concurrent/ConcurrentHashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/mozilla/javascript/Context:.getWrapFactory_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrapAsJavaObject_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrapAsJavaObject_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrap_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/ScriptableObject$Slot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/MemberBox:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/WrapFactory:.wrap_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.findFunction_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaObject:.get_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/ScriptableObject$Slot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j];org/mozilla/javascript/NativeJavaObject:.get_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];jint_disjoint_arraycopy_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/NativeFunction:.initScriptFunction_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getPrototype_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/ScriptRuntime:.indexFromString_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectElem_[j];org/mozilla/javascript/ScriptRuntime:.indexFromString_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.set_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j];io/netty/util/concurrent/FastThreadLocal:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];java/util/ArrayList:.add_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/util/internal/RecyclableArrayList:.newInstance_[j];io/netty/util/concurrent/FastThreadLocal:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];java/util/ArrayList:.ensureExplicitCapacity_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.add0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.set_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];sun/nio/cs/UTF_8$Encoder:._[j];jbyte_disjoint_arraycopy_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/buffer/AbstractByteBuf:.forEachByteAsc0_[j];io/netty/util/internal/AppendableCharSequence:.append_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/buffer/AbstractByteBuf:.forEachByteAsc0_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/handler/codec/http/HttpHeaders:.hash_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/handler/codec/http/HttpObjectDecoder:.splitHeader_[j] 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];java/util/Arrays:.fill_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];java/nio/channels/spi/AbstractInterruptibleChannel:.end_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;sys_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];do_sync_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];__kfree_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_rcv_space_adjust_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];__kfree_skb_[k];skb_release_data_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];__kfree_skb_[k];skb_release_head_state_[k];dst_release_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];_raw_spin_lock_bh_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];skb_copy_datagram_iovec_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];skb_copy_datagram_iovec_[k];copy_user_enhanced_fast_string_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k];__tcp_select_window_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];rw_verify_area_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j] 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath_[k];sys_futex_[k];do_futex_[k];futex_wake_op_[k] 1 java;write;check_events_[k];hypercall_page_[k] 3 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-jit.txt ================================================ java;read;check_events;hypercall_page 1 java;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 5 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 7 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/AbstractReferenceCountedByteBuf:.release_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];io/netty/buffer/PooledByteBuf:.internalNioBuffer_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/NativeThread:.current_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j]; 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];Java_sun_nio_ch_FileDispatcherImpl_write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;sys_write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;fget_light 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;__srcu_read_lock 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;__tcp_push_pending_frames 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;ktime_get_real 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;skb_clone 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_set_skb_tso_segs 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_hard_start_xmit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_pick_tx 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;dev_queue_xmit_nit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct_end 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;dma_issue_pending_all 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_event_data_recv 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;sock_def_readable;__wake_up_sync_key;check_events;hypercall_page 19 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;bictcp_acked 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_rtt_estimator 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_valid_rtt_meas;tcp_rtt_estimator 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver_finish 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;rcu_bh_qs 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;netif_skb_features 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_output 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;pvclock_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read;pvclock_clocksource_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;xen_clocksource_get_cycles 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;skb_dst_set_noref 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;lock_sock_nested;_raw_spin_lock_bh;local_bh_disable 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller;arch_local_irq_save 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__phys_addr 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;get_slab 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;ksize 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;ipv4_mtu 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_xmit_size_goal 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_xmit_size_goal 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;fsnotify 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;fsnotify;__srcu_read_lock 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;rw_verify_area 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;apparmor_file_permission 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;security_file_permission;apparmor_file_permission;common_file_perm 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/FileDispatcherImpl:.write0_[j];write;system_call_fastpath;sys_write;vfs_write;sock_aio_write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.write_[j];sun/nio/ch/SocketChannelImpl:.writerCleanup_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes_[j];sun/nio/ch/SocketChannelImpl:.writerCleanup_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/ChannelOutboundHandlerAdapter:.flush_[j];io/netty/channel/AbstractChannelHandlerContext:.flush_[j];io/netty/channel/DefaultChannelPipeline$HeadContext:.flush_[j];io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0_[j];io/netty/channel/nio/AbstractNioByteChannel:.doWrite_[j];io/netty/util/Recycler:.recycle_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j];io/netty/channel/ChannelDuplexHandler:.flush_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j];org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/buffer/AbstractReferenceCountedByteBuf:.release_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];java/util/concurrent/ConcurrentHashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/mozilla/javascript/Context:.getWrapFactory_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrapAsJavaObject_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrapAsJavaObject_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/WrapFactory:.wrap_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/ScriptableObject$Slot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/MemberBox:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/WrapFactory:.wrap_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.findFunction_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaObject:.get_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/ScriptableObject$Slot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis_[j];org/mozilla/javascript/NativeJavaObject:.get_[j];java/util/HashMap:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];jint_disjoint_arraycopy_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.getObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/NativeFunction:.initScriptFunction_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.newObject_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j] 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getPrototype_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptableObject:.getParentScope_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.has_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/IdScriptableObject:.setAttributes_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.createFunctionActivation_[j];org/mozilla/javascript/TopLevel:.getBuiltinPrototype_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/optimizer/OptRuntime:.call2_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.setObjectProp_[j];org/mozilla/javascript/IdScriptableObject:.put_[j];org/mozilla/javascript/ScriptableObject:.getSlot_[j];org/mozilla/javascript/ScriptableObject:.createSlot_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/ScriptRuntime:.indexFromString_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/ScriptRuntime:.setObjectElem_[j];org/mozilla/javascript/ScriptRuntime:.indexFromString_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.set_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBuf:.writeBytes_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];io/netty/buffer/AbstractByteBufAllocator:.directBuffer_[j];io/netty/util/concurrent/FastThreadLocal:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/handler/codec/http/HttpObjectEncoder:.encode_[j];java/util/ArrayList:.add_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];io/netty/util/internal/RecyclableArrayList:.newInstance_[j];io/netty/util/concurrent/FastThreadLocal:.get_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];java/util/ArrayList:.ensureExplicitCapacity_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];io/netty/handler/codec/MessageToMessageEncoder:.write_[j];vtable chunks_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/channel/AbstractChannelHandlerContext:.write_[j];org/vertx/java/core/http/impl/VertxHttpHandler:.write_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.add0_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];io/netty/handler/codec/http/DefaultHttpHeaders:.set_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/NativeJavaMethod:.call_[j];org/mozilla/javascript/MemberBox:.invoke_[j];sun/reflect/DelegatingMethodAccessorImpl:.invoke_[j];sun/nio/cs/UTF_8$Encoder:._[j];jbyte_disjoint_arraycopy_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];org/vertx/java/core/net/impl/VertxHandler:.channelRead_[j];org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call_[j];org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0_[j];org/mozilla/javascript/ScriptRuntime:.name_[j];org/mozilla/javascript/ScriptRuntime:.nameOrFunction_[j];org/mozilla/javascript/IdScriptableObject:.get_[j];org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/buffer/AbstractByteBuf:.forEachByteAsc0_[j];io/netty/util/internal/AppendableCharSequence:.append_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/buffer/AbstractByteBuf:.forEachByteAsc0_[j] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/handler/codec/http/HttpHeaders:.hash_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];io/netty/handler/codec/http/HttpObjectDecoder:.splitHeader_[j] 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelRead_[j];io/netty/handler/codec/http/HttpObjectDecoder:.decode_[j];io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders_[j];java/util/Arrays:.fill_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];java/nio/channels/spi/AbstractInterruptibleChannel:.end_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;sys_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;do_sync_read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;__kfree_skb 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_rcv_space_adjust 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_data 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_head_state;dst_release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec;copy_user_enhanced_fast_string 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;__tcp_select_window 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j];sun/nio/ch/SocketChannelImpl:.read_[j];sun/nio/ch/FileDispatcherImpl:.read0_[j];read;system_call_fastpath;sys_read;vfs_read;rw_verify_area 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read_[j];io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete_[j] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub_[j];Interpreter_[j];Interpreter_[j];io/netty/channel/nio/NioEventLoop:.run_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeys_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized_[j];io/netty/channel/nio/NioEventLoop:.processSelectedKey_[j];io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes_[j] 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath;sys_futex;do_futex;futex_wake_op 1 java;write;check_events;hypercall_page 3 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-kernel.txt ================================================ java;read;check_events_[k];hypercall_page_[k] 1 java;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 5 java;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 7 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/buffer/AbstractByteBufAllocator:.directBuffer 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;java/util/concurrent/ConcurrentHashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/mozilla/javascript/Context:.getWrapFactory 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrap;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrapAsJavaObject 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/WrapFactory:.wrapAsJavaObject;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/IdScriptableObject:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.setAttributes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/MemberBox:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/WrapFactory:.wrap 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.findFunction 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaObject:.get 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis;org/mozilla/javascript/NativeJavaObject:.get;java/util/HashMap:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;jint_disjoint_arraycopy 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.get 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.getObjectProp;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/NativeFunction:.initScriptFunction 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.newObject;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has 4 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 6 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getPrototype 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptableObject:.getParentScope 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.has;org/mozilla/javascript/ScriptableObject:.getSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/IdScriptableObject:.setAttributes 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.createFunctionActivation;org/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/optimizer/OptRuntime:.call2;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.setObjectProp;org/mozilla/javascript/IdScriptableObject:.put;org/mozilla/javascript/ScriptableObject:.getSlot;org/mozilla/javascript/ScriptableObject:.createSlot 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/ScriptRuntime:.indexFromString 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/ScriptRuntime:.setObjectElem;org/mozilla/javascript/ScriptRuntime:.indexFromString 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/buffer/AbstractByteBuf:.writeBytes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBuf:.writeBytes 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBufAllocator:.directBuffer 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;io/netty/buffer/AbstractByteBufAllocator:.directBuffer;io/netty/util/concurrent/FastThreadLocal:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/handler/codec/http/HttpObjectEncoder:.encode;java/util/ArrayList:.add 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;io/netty/util/internal/RecyclableArrayList:.newInstance;io/netty/util/concurrent/FastThreadLocal:.get 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;java/util/ArrayList:.ensureExplicitCapacity 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write;io/netty/channel/AbstractChannelHandlerContext:.write;io/netty/handler/codec/MessageToMessageEncoder:.write;vtable chunks 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/channel/AbstractChannelHandlerContext:.write;org/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;io/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/NativeJavaMethod:.call;org/mozilla/javascript/MemberBox:.invoke;sun/reflect/DelegatingMethodAccessorImpl:.invoke;sun/nio/cs/UTF_8$Encoder:.;jbyte_disjoint_arraycopy 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;org/vertx/java/core/net/impl/VertxHandler:.channelRead;org/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;org/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;org/mozilla/javascript/ScriptRuntime:.name;org/mozilla/javascript/ScriptRuntime:.nameOrFunction;org/mozilla/javascript/IdScriptableObject:.get;org/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/buffer/AbstractByteBuf:.forEachByteAsc0;io/netty/util/internal/AppendableCharSequence:.append 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/buffer/AbstractByteBuf:.forEachByteAsc0 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/handler/codec/http/HttpHeaders:.hash 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;io/netty/handler/codec/http/HttpObjectDecoder:.splitHeader 5 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;io/netty/handler/codec/ByteToMessageDecoder:.channelRead;io/netty/handler/codec/http/HttpObjectDecoder:.decode;io/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;java/util/Arrays:.fill 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;io/netty/buffer/PooledByteBuf:.internalNioBuffer 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/NativeThread:.current 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0; 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;Java_sun_nio_ch_FileDispatcherImpl_write0 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;sys_write_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];fget_light_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];__srcu_read_lock_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];__tcp_push_pending_frames_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];ktime_get_real_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];skb_clone_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_set_skb_tso_segs_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_hard_start_xmit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_pick_tx_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];dev_queue_xmit_nit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx.part.82_[k];xen_restore_fl_direct_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];dev_hard_start_xmit_[k];loopback_xmit_[k];netif_rx_[k];netif_rx.part.82_[k];xen_restore_fl_direct_end_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];dma_issue_pending_all_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];__inet_lookup_established_[k] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_event_data_recv_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];sock_def_readable_[k];__wake_up_sync_key_[k];check_events_[k];hypercall_page_[k] 19 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k] 3 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];bictcp_acked_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];ktime_get_real_[k];getnstimeofday_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];xen_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];tcp_rtt_estimator_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_[k];ip_local_deliver_finish_[k];tcp_v4_rcv_[k];tcp_v4_do_rcv_[k];tcp_rcv_established_[k];tcp_ack_[k];tcp_clean_rtx_queue_[k];tcp_valid_rtt_meas_[k];tcp_rtt_estimator_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];__do_softirq_[k];net_rx_action_[k];process_backlog_[k];__netif_receive_skb_[k];ip_rcv_[k];ip_rcv_finish_[k];ip_local_deliver_finish_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];local_bh_enable_[k];do_softirq_[k];call_softirq_[k];rcu_bh_qs_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_local_out_[k];ip_output_[k];ip_finish_output_[k];dev_queue_xmit_[k];netif_skb_features_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ip_queue_xmit_[k];ip_output_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];pvclock_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];getnstimeofday_[k];xen_clocksource_get_cycles_[k];xen_clocksource_read_[k];pvclock_clocksource_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];ktime_get_real_[k];xen_clocksource_get_cycles_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];__tcp_push_pending_frames_[k];tcp_write_xmit_[k];tcp_transmit_skb_[k];skb_dst_set_noref_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];lock_sock_nested_[k];_raw_spin_lock_bh_[k];local_bh_disable_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_node_track_caller_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__kmalloc_node_track_caller_[k];arch_local_irq_save_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];__phys_addr_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];get_slab_[k] 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];__alloc_skb_[k];kmem_cache_alloc_node_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];sk_stream_alloc_skb_[k];ksize_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];ipv4_mtu_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_current_mss_[k];tcp_established_options_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_send_mss_[k];tcp_xmit_size_goal_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];do_sync_write_[k];sock_aio_write_[k];do_sock_write.isra.10_[k];inet_sendmsg_[k];tcp_sendmsg_[k];tcp_xmit_size_goal_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];fsnotify_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];fsnotify_[k];__srcu_read_lock_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k];apparmor_file_permission_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];rw_verify_area_[k];security_file_permission_[k];apparmor_file_permission_[k];common_file_perm_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath_[k];sys_write_[k];vfs_write_[k];sock_aio_write_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.write;sun/nio/ch/SocketChannelImpl:.writerCleanup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;sun/nio/ch/SocketChannelImpl:.writerCleanup 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelDuplexHandler:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/ChannelOutboundHandlerAdapter:.flush;io/netty/channel/AbstractChannelHandlerContext:.flush;io/netty/channel/DefaultChannelPipeline$HeadContext:.flush;io/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;io/netty/channel/nio/AbstractNioByteChannel:.doWrite;io/netty/util/Recycler:.recycle 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;io/netty/channel/ChannelDuplexHandler:.flush 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;org/vertx/java/core/net/impl/VertxHandler:.channelReadComplete 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;java/nio/channels/spi/AbstractInterruptibleChannel:.end 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read 2 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;sys_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];do_sync_read_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];__kfree_skb_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_rcv_space_adjust_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];__kfree_skb_[k];skb_release_data_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];__kfree_skb_[k];skb_release_head_state_[k];dst_release_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];_raw_spin_lock_bh_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];skb_copy_datagram_iovec_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];skb_copy_datagram_iovec_[k];copy_user_enhanced_fast_string_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];do_sync_read_[k];sock_aio_read_[k];sock_aio_read.part.13_[k];do_sock_read.isra.12_[k];inet_recvmsg_[k];tcp_recvmsg_[k];tcp_cleanup_rbuf_[k];__tcp_select_window_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;sun/nio/ch/SocketChannelImpl:.read;sun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath_[k];sys_read_[k];vfs_read_[k];rw_verify_area_[k] 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;io/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete 1 java;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;io/netty/channel/nio/NioEventLoop:.run;io/netty/channel/nio/NioEventLoop:.processSelectedKeys;io/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;io/netty/channel/nio/NioEventLoop:.processSelectedKey;io/netty/channel/socket/nio/NioSocketChannel:.doReadBytes 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath_[k];sys_futex_[k];do_futex_[k];futex_wake_op_[k] 1 java;write;check_events_[k];hypercall_page_[k] 3 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-pid.txt ================================================ java-?;read;check_events;hypercall_page 1 java-?;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java-?;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java-?;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 5 java-?;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 7 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Ljava/util/concurrent/ConcurrentHashMap:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/mozilla/javascript/Context:.getWrapFactory 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrap;Ljava/util/HashMap:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrapAsJavaObject 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrapAsJavaObject;Ljava/util/HashMap:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;vtable chunks 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/IdScriptableObject:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/MemberBox:.invoke 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/WrapFactory:.wrap 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.findFunction 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaObject:.get 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis;Lorg/mozilla/javascript/NativeJavaObject:.get;Ljava/util/HashMap:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.get 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;vtable chunks 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/NativeFunction:.initScriptFunction 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 6 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;jint_disjoint_arraycopy 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 4 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 5 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 6 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getPrototype 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;vtable chunks 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/ScriptRuntime:.indexFromString 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectElem;Lorg/mozilla/javascript/ScriptRuntime:.indexFromString 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/buffer/AbstractByteBuf:.writeBytes 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBuf:.writeBytes 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer;Lio/netty/util/concurrent/FastThreadLocal:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Ljava/util/ArrayList:.add 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/util/internal/RecyclableArrayList:.newInstance;Lio/netty/util/concurrent/FastThreadLocal:.get 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Ljava/util/ArrayList:.ensureExplicitCapacity 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;vtable chunks 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lsun/nio/cs/UTF_8$Encoder:.;jbyte_disjoint_arraycopy 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/buffer/AbstractByteBuf:.forEachByteAsc0;Lio/netty/util/internal/AppendableCharSequence:.append 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/buffer/AbstractByteBuf:.forEachByteAsc0 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/handler/codec/http/HttpHeaders:.hash 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/handler/codec/http/HttpObjectDecoder:.splitHeader 5 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Ljava/util/Arrays:.fill 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lio/netty/buffer/PooledByteBuf:.internalNioBuffer 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/NativeThread:.current 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0; 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;Java_sun_nio_ch_FileDispatcherImpl_write0 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;sys_write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;fget_light 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;__srcu_read_lock 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;__tcp_push_pending_frames 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;ktime_get_real 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;skb_clone 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_set_skb_tso_segs 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_hard_start_xmit 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_pick_tx 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;dev_queue_xmit_nit 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct_end 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;dma_issue_pending_all 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_event_data_recv 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;sock_def_readable;__wake_up_sync_key;check_events;hypercall_page 19 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack 3 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;bictcp_acked 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_rtt_estimator 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_valid_rtt_meas;tcp_rtt_estimator 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver_finish 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;rcu_bh_qs 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;netif_skb_features 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_output 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;pvclock_clocksource_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read;pvclock_clocksource_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;xen_clocksource_get_cycles 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;skb_dst_set_noref 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;lock_sock_nested;_raw_spin_lock_bh;local_bh_disable 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller;arch_local_irq_save 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__phys_addr 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;get_slab 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;ksize 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;ipv4_mtu 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_xmit_size_goal 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_xmit_size_goal 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify;__srcu_read_lock 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;apparmor_file_permission 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;security_file_permission;apparmor_file_permission;common_file_perm 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;sock_aio_write 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/SocketChannelImpl:.writerCleanup 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.writerCleanup 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/util/Recycler:.recycle 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/ChannelDuplexHandler:.flush 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Ljava/nio/channels/spi/AbstractInterruptibleChannel:.end 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read 2 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;sys_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;do_sync_read 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;__kfree_skb 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_rcv_space_adjust 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_data 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_head_state;dst_release 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec;copy_user_enhanced_fast_string 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;__tcp_select_window 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;rw_verify_area 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete 1 java-?;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes 1 java-?;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java-?;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java-?;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath;sys_futex;do_futex;futex_wake_op 1 java-?;write;check_events;hypercall_page 3 ================================================ FILE: test/results/perf-vertx-stacks-01-collapsed-tid.txt ================================================ java-?/3244;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3245;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 1 java-?/3245;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3246;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 1 java-?/3247;start_thread;java_start;GCTaskThread::run;ScavengeRootsTask::do_it;ClassLoaderDataGraph::oops_do;ClassLoaderData::oops_do;PSScavengeKlassClosure::do_klass 1 java-?/3248;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3249;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3250;start_thread;java_start;GCTaskThread::run;StealTask::do_it;PSPromotionManager::drain_stacks_depth;oopDesc* PSPromotionManager::copy_to_survivor_space;InstanceKlass::oop_push_contents 1 java-?/3251;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3252;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3253;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 1 java-?/3254;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 1 java-?/3255;start_thread;java_start;GCTaskThread::run;StealTask::do_it;SpinPause 1 java-?/3256;start_thread;java_start;GCTaskThread::run;StealTask::do_it;ParallelTaskTerminator::offer_termination 1 java-?/3257;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;PSIsAliveClosure::do_object_b 1 java-?/3257;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;StringTable::unlink_or_oops_do 2 java-?/3257;start_thread;java_start;VMThread::run;VMThread::loop;VMThread::evaluate_operation;VM_Operation::evaluate;VM_ParallelGCFailedAllocation::doit;ParallelScavengeHeap::failed_mem_allocate;PSScavenge::invoke;PSScavenge::invoke_no_policy;pthread_cond_signal@@GLIBC_2.3.2;system_call_fastpath;sys_futex;do_futex;futex_wake_op 1 java-?/3278;read;check_events;hypercall_page 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Ljava/util/concurrent/ConcurrentHashMap:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/mozilla/javascript/Context:.getWrapFactory 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrap;Ljava/util/HashMap:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrapAsJavaObject 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/WrapFactory:.wrapAsJavaObject;Ljava/util/HashMap:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;vtable chunks 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/IdScriptableObject:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/MemberBox:.invoke 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/WrapFactory:.wrap 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.findFunction 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaObject:.get 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/ScriptableObject$Slot:.getValue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getPropFunctionAndThis;Lorg/mozilla/javascript/NativeJavaObject:.get;Ljava/util/HashMap:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.get 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.getObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.findInstanceIdInfo 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;vtable chunks 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/NativeFunction:.initScriptFunction 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 6 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.newObject;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;jint_disjoint_arraycopy 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has 4 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 5 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 6 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getPrototype 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptableObject:.getParentScope 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;vtable chunks 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.has;Lorg/mozilla/javascript/ScriptableObject:.getSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/IdScriptableObject:.setAttributes 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.createFunctionActivation;Lorg/mozilla/javascript/TopLevel:.getBuiltinPrototype 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/optimizer/OptRuntime:.call2;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.setObjectProp;Lorg/mozilla/javascript/IdScriptableObject:.put;Lorg/mozilla/javascript/ScriptableObject:.getSlot;Lorg/mozilla/javascript/ScriptableObject:.createSlot 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/ScriptRuntime:.indexFromString 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/ScriptRuntime:.setObjectElem;Lorg/mozilla/javascript/ScriptRuntime:.indexFromString 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/buffer/AbstractByteBuf:.writeBytes 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBuf:.writeBytes 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Lio/netty/buffer/AbstractByteBufAllocator:.directBuffer;Lio/netty/util/concurrent/FastThreadLocal:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/handler/codec/http/HttpObjectEncoder:.encode;Ljava/util/ArrayList:.add 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Lio/netty/util/internal/RecyclableArrayList:.newInstance;Lio/netty/util/concurrent/FastThreadLocal:.get 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;Ljava/util/ArrayList:.ensureExplicitCapacity 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lio/netty/handler/codec/MessageToMessageEncoder:.write;vtable chunks 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/channel/AbstractChannelHandlerContext:.write;Lorg/vertx/java/core/http/impl/VertxHttpHandler:.write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.add0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lio/netty/handler/codec/http/DefaultHttpHeaders:.set 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/NativeJavaMethod:.call;Lorg/mozilla/javascript/MemberBox:.invoke;Lsun/reflect/DelegatingMethodAccessorImpl:.invoke;Lsun/nio/cs/UTF_8$Encoder:.;jbyte_disjoint_arraycopy 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lorg/vertx/java/core/net/impl/VertxHandler:.channelRead;Lorg/vertx/java/core/http/impl/DefaultHttpServer$ServerHandler:.doMessageReceived;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vhello_js_1:.call;Lorg/mozilla/javascript/gen/file__home_bgregg_testtest_vert_x_2_1_4_sys_mods_io_vertx_lang_js_1_1_0;Lorg/mozilla/javascript/ScriptRuntime:.name;Lorg/mozilla/javascript/ScriptRuntime:.nameOrFunction;Lorg/mozilla/javascript/IdScriptableObject:.get;Lorg/mozilla/javascript/ScriptableObject$RelinkedSlot:.getValue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/buffer/AbstractByteBuf:.forEachByteAsc0;Lio/netty/util/internal/AppendableCharSequence:.append 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpHeaders:.isTransferEncodingChunked 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.findWhitespace 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/buffer/AbstractByteBuf:.forEachByteAsc0 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/handler/codec/http/HttpHeaders:.hash 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Lio/netty/handler/codec/http/HttpObjectDecoder:.splitHeader 5 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelRead;Lio/netty/handler/codec/ByteToMessageDecoder:.channelRead;Lio/netty/handler/codec/http/HttpObjectDecoder:.decode;Lio/netty/handler/codec/http/HttpObjectDecoder:.readHeaders;Ljava/util/Arrays:.fill 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/AbstractReferenceCountedByteBuf:.release 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lio/netty/buffer/PooledByteBuf:.internalNioBuffer 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/NativeThread:.current 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0; 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;Java_sun_nio_ch_FileDispatcherImpl_write0 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;sys_write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;fget_light 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;__srcu_read_lock 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;__tcp_push_pending_frames 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;ktime_get_real 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;skb_clone 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_set_skb_tso_segs 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_hard_start_xmit 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_pick_tx 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;dev_queue_xmit_nit 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;dev_hard_start_xmit;loopback_xmit;netif_rx;netif_rx.part.82;xen_restore_fl_direct_end 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;dma_issue_pending_all 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;__inet_lookup_established 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_event_data_recv 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;sock_def_readable;__wake_up_sync_key;check_events;hypercall_page 19 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack 3 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;bictcp_acked 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_rtt_estimator 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver;ip_local_deliver_finish;tcp_v4_rcv;tcp_v4_do_rcv;tcp_rcv_established;tcp_ack;tcp_clean_rtx_queue;tcp_valid_rtt_meas;tcp_rtt_estimator 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;__do_softirq;net_rx_action;process_backlog;__netif_receive_skb;ip_rcv;ip_rcv_finish;ip_local_deliver_finish 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;local_bh_enable;do_softirq;call_softirq;rcu_bh_qs 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_local_out;ip_output;ip_finish_output;dev_queue_xmit;netif_skb_features 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ip_queue_xmit;ip_output 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;pvclock_clocksource_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;getnstimeofday;xen_clocksource_get_cycles;xen_clocksource_read;pvclock_clocksource_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;ktime_get_real;xen_clocksource_get_cycles 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;__tcp_push_pending_frames;tcp_write_xmit;tcp_transmit_skb;skb_dst_set_noref 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;lock_sock_nested;_raw_spin_lock_bh;local_bh_disable 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__kmalloc_node_track_caller;arch_local_irq_save 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;__phys_addr 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;get_slab 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;__alloc_skb;kmem_cache_alloc_node 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;sk_stream_alloc_skb;ksize 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;ipv4_mtu 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_current_mss;tcp_established_options 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_send_mss;tcp_xmit_size_goal 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;do_sync_write;sock_aio_write;do_sock_write.isra.10;inet_sendmsg;tcp_sendmsg;tcp_xmit_size_goal 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;fsnotify;__srcu_read_lock 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;apparmor_file_permission 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;rw_verify_area;security_file_permission;apparmor_file_permission;common_file_perm 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/FileDispatcherImpl:.write0;write;system_call_fastpath;sys_write;vfs_write;sock_aio_write 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.write;Lsun/nio/ch/SocketChannelImpl:.writerCleanup 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/buffer/PooledUnsafeDirectByteBuf:.readBytes;Lsun/nio/ch/SocketChannelImpl:.writerCleanup 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelDuplexHandler:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/ChannelOutboundHandlerAdapter:.flush;Lio/netty/channel/AbstractChannelHandlerContext:.flush;Lio/netty/channel/DefaultChannelPipeline$HeadContext:.flush;Lio/netty/channel/AbstractChannel$AbstractUnsafe:.flush0;Lio/netty/channel/nio/AbstractNioByteChannel:.doWrite;Lio/netty/util/Recycler:.recycle 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete;Lio/netty/channel/ChannelDuplexHandler:.flush 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/AbstractChannelHandlerContext:.fireChannelReadComplete;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete;Lorg/vertx/java/core/net/impl/VertxHandler:.channelReadComplete 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Ljava/nio/channels/spi/AbstractInterruptibleChannel:.end 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read 2 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;sys_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;do_sync_read 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;__kfree_skb 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_rcv_space_adjust 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_data 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;__kfree_skb;skb_release_head_state;dst_release 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;_raw_spin_lock_bh 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;skb_copy_datagram_iovec;copy_user_enhanced_fast_string 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;do_sync_read;sock_aio_read;sock_aio_read.part.13;do_sock_read.isra.12;inet_recvmsg;tcp_recvmsg;tcp_cleanup_rbuf;__tcp_select_window 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes;Lsun/nio/ch/SocketChannelImpl:.read;Lsun/nio/ch/FileDispatcherImpl:.read0;read;system_call_fastpath;sys_read;vfs_read;rw_verify_area 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/nio/AbstractNioByteChannel$NioByteUnsafe:.read;Lio/netty/handler/codec/ByteToMessageDecoder:.channelReadComplete 1 java-?/3278;start_thread;java_start;JavaThread::run;JavaThread::thread_main_inner;thread_entry;JavaCalls::call_virtual;JavaCalls::call_virtual;JavaCalls::call_helper;call_stub;Interpreter;Interpreter;Lio/netty/channel/nio/NioEventLoop:.run;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeys;Lio/netty/channel/nio/NioEventLoop:.processSelectedKeysOptimized;Lio/netty/channel/nio/NioEventLoop:.processSelectedKey;Lio/netty/channel/socket/nio/NioSocketChannel:.doReadBytes 1 java-?/3278;write;check_events;hypercall_page 3 ================================================ FILE: test.sh ================================================ #!/bin/bash # # test.sh - Check flame graph software vs test result files. # # This is used to detect regressions in the flame graph software. # See record-test.sh, which refreshes these files after intended software # changes. # # Currently only tests stackcollapse-perf.pl. set -euo pipefail set -x set -v # ToDo: add some form of --inline, and --inline --context tests. These are # tricky since they use addr2line, whose output will vary based on the test # system's binaries and symbol tables. for opt in pid tid kernel jit all addrs; do for testfile in test/*.txt ; do echo testing $testfile : $opt outfile=${testfile#*/} outfile=test/results/${outfile%.txt}"-collapsed-${opt}.txt" perl ./stackcollapse-perf.pl --"${opt}" "${testfile}" 2> /dev/null | diff -u - "${outfile}" perl ./flamegraph.pl "${outfile}" > /dev/null done done