Created
September 30, 2014 17:40
-
-
Save panmari/bad22281ed0b31beb68c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 445,534 2-environment-cd /home/mazzzy/go_workspace/simple | |
| 445,534 2^done | |
| 445,535 (gdb) | |
| 445,536 3-gdb-set breakpoint pending on | |
| 445,536 3^done | |
| 445,537 (gdb) | |
| 445,540 4-gdb-set detach-on-fork on | |
| 445,540 4^done | |
| 445,540 (gdb) | |
| 445,544 5-enable-pretty-printing | |
| 445,544 5^done | |
| 445,544 (gdb) | |
| 445,545 6-gdb-set python print-stack none | |
| 445,546 6^done | |
| 445,546 (gdb) | |
| 445,547 7-gdb-set print object on | |
| 445,547 7^done | |
| 445,547 (gdb) | |
| 445,548 8-gdb-set print sevenbit-strings on | |
| 445,548 8^done | |
| 445,549 (gdb) | |
| 445,550 9-gdb-set host-charset UTF-8 | |
| 445,550 9^done | |
| 445,550 (gdb) | |
| 445,552 10-gdb-set target-charset UTF-8 | |
| 445,552 10^done | |
| 445,552 (gdb) | |
| 445,553 11-gdb-set target-wide-charset UTF-32 | |
| 445,553 11^done | |
| 445,553 (gdb) | |
| 445,556 12-gdb-set dprintf-style call | |
| 445,556 12^done | |
| 445,556 (gdb) | |
| 445,563 13source .gdbinit | |
| 445,563 &"source .gdbinit\n" | |
| 445,564 13^done | |
| 445,564 (gdb) | |
| 445,566 14-gdb-set target-async off | |
| 445,567 14^done | |
| 445,567 (gdb) | |
| 445,568 15-gdb-set auto-solib-add on | |
| 445,569 15^done | |
| 445,569 (gdb) | |
| 445,575 16-file-exec-and-symbols --thread-group i1 /home/mazzzy/go_workspace/simple/bin/main | |
| 445,589 &"Loading Go Runtime support.\n" | |
| 445,601 16^done | |
| 445,601 (gdb) | |
| 445,609 17-gdb-show --thread-group i1 language | |
| 445,609 17^done,value="auto" | |
| 445,610 (gdb) | |
| 445,612 18-gdb-set --thread-group i1 language c | |
| 445,613 18^done | |
| 445,613 (gdb) | |
| 445,617 19-interpreter-exec --thread-group i1 console "p/x (char)-1" | |
| 445,618 ~"$1 = 0xff\n" | |
| 445,618 19^done | |
| 445,619 (gdb) | |
| 445,623 20-data-evaluate-expression --thread-group i1 "sizeof (void*)" | |
| 445,624 20^done,value="8" | |
| 445,624 (gdb) | |
| 445,626 21-gdb-set --thread-group i1 language auto | |
| 445,626 21^done | |
| 445,626 (gdb) | |
| 445,627 22-interpreter-exec --thread-group i1 console "show endian" | |
| 445,628 ~"The target endianness is set automatically (currently little endian)\n" | |
| 445,628 22^done | |
| 445,628 (gdb) | |
| 445,655 23-list-thread-groups | |
| 445,656 23^done,groups=[{id="i1",type="process",executable="/home/mazzzy/go_workspace/simple/bin/mai\ | |
| n"}] | |
| 445,657 (gdb) | |
| 445,666 24-break-insert -f /home/mazzzy/go_workspace/gort/src/main.go:46 | |
| 445,666 25-break-insert -f /home/mazzzy/go_workspace/simple/src/main.go:9 | |
| 445,667 26-break-insert -f /home/mazzzy/go_workspace/gort/src/intersectables/csg/node.go:58 | |
| 445,667 &"No source file named /home/mazzzy/go_workspace/gort/src/main.go.\n" | |
| 445,668 24^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending=\ | |
| "/home/mazzzy/go_workspace/gort/src/main.go:46",times="0",original-location="/home/mazzzy/go_workspa\ | |
| ce/gort/src/main.go:46"} | |
| 445,669 (gdb) | |
| 445,670 25^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000000000400c32"\ | |
| ,func="main.main",file="/home/mazzzy/go_workspace/simple/src/main.go",fullname="/home/mazzzy/go_work\ | |
| space/simple/src/main.go",line="9",thread-groups=["i1"],times="0",original-location="/home/mazzzy/go\ | |
| _workspace/simple/src/main.go:9"} | |
| 445,670 (gdb) | |
| 445,670 &"No source file named /home/mazzzy/go_workspace/gort/src/intersectables/csg/node.go.\n" | |
| 445,670 26^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="<PENDING>",pending=\ | |
| "/home/mazzzy/go_workspace/gort/src/intersectables/csg/node.go:58",times="0",original-location="/hom\ | |
| e/mazzzy/go_workspace/gort/src/intersectables/csg/node.go:58"} | |
| 445,670 (gdb) | |
| 445,701 27-break-insert -t -f main | |
| 445,703 27^done,bkpt={number="4",type="breakpoint",disp="del",enabled="y",addr="0x00000000004280b0",\ | |
| func="main",file="/usr/local/go/src/pkg/runtime/rt0_linux_amd64.s",fullname="/opt/go1.3.1/src/pkg/ru\ | |
| ntime/rt0_linux_amd64.s",line="14",thread-groups=["i1"],times="0",original-location="main"} | |
| 445,704 (gdb) | |
| 445,708 28-inferior-tty-set --thread-group i1 /dev/pts/7 | |
| 445,709 28^done | |
| 445,709 (gdb) | |
| 445,718 29-exec-run --thread-group i1 | |
| 445,719 =thread-group-started,id="i1",pid="16705" | |
| 445,719 =thread-created,id="1",group-id="i1" | |
| 445,719 29^running | |
| 445,720 *running,thread-id="all" | |
| 445,720 (gdb) | |
| 445,721 30-list-thread-groups --available | |
| 445,730 =breakpoint-modified,bkpt={number="4",type="breakpoint",disp="del",enabled="y",addr="0x00000\ | |
| 000004280b0",func="main",file="/usr/local/go/src/pkg/runtime/rt0_linux_amd64.s",fullname="/opt/go1.3\ | |
| .1/src/pkg/runtime/rt0_linux_amd64.s",line="14",thread-groups=["i1"],times="1",original-location="ma\ | |
| in"} | |
| 445,731 *stopped,reason="breakpoint-hit",disp="del",bkptno="4",frame={addr="0x00000000004280b0",func\ | |
| ="main",args=[],file="/usr/local/go/src/pkg/runtime/rt0_linux_amd64.s",fullname="/opt/go1.3.1/src/pk\ | |
| g/runtime/rt0_linux_amd64.s",line="14"},thread-id="1",stopped-threads="all",core="2" | |
| 445,731 =breakpoint-deleted,id="4" | |
| 445,731 (gdb) | |
| 445,755 31-list-thread-groups | |
| 445,802 30^done,groups=[{id="1",type="process",description="/sbin/init",user="root",cores=["0"]},{id\ | |
| ="2",type="process",description="[kthreadd]",user="root",cores=["1"]},{id="3",type="process",descrip\ | |
| tion="[ksoftirqd/0]",user="root",cores=["0"]},{id="5",type="process",description="[kworker/0:0H]",us\ | |
| er="root",cores=["0"]},{id="7",type="process",description="[rcu_sched]",user="root",cores=["0"]},{id\ | |
| ="8",type="process",description="[rcuos/0]",user="root",cores=["3"]},{id="9",type="process",descript\ | |
| ion="[rcuos/1]",user="root",cores=["3"]},{id="10",type="process",description="[rcuos/2]",user="root"\ | |
| ,cores=["2"]},{id="11",type="process",description="[rcuos/3]",user="root",cores=["2"]},{id="12",type\ | |
| ="process",description="[rcuos/4]",user="root",cores=["0"]},{id="13",type="process",description="[rc\ | |
| uos/5]",user="root",cores=["0"]},{id="14",type="process",description="[rcuos/6]",user="root",cores=[\ | |
| "2"]},{id="15",type="process",description="[rcuos/7]",user="root",cores=["1"]},{id="16",type="proces\ | |
| s",description="[rcu_bh]",user="root",cores=["0"]},{id="17",type="process",description="[rcuob/0]",u\ | |
| ser="root",cores=["0"]},{id="18",type="process",description="[rcuob/1]",user="root",cores=["0"]},{id\ | |
| ="19",type="process",description="[rcuob/2]",user="root",cores=["0"]},{id="20",type="process",descri\ | |
| ption="[rcuob/3]",user="root",cores=["0"]},{id="21",type="process",description="[rcuob/4]",user="roo\ | |
| t",cores=["0"]},{id="22",type="process",description="[rcuob/5]",user="root",cores=["0"]},{id="23",ty\ | |
| pe="process",description="[rcuob/6]",user="root",cores=["0"]},{id="24",type="process",description="[\ | |
| rcuob/7]",user="root",cores=["0"]},{id="25",type="process",description="[migration/0]",user="root",c\ | |
| ores=["0"]},{id="28",type="process",description="[migration/1]",user="root",cores=["1"]},{id="29",ty\ | |
| pe="process",description="[ksoftirqd/1]",user="root",cores=["1"]},{id="31",type="process",descriptio\ | |
| n="[kworker/1:0H]",user="root",cores=["1"]},{id="33",type="process",description="[migration/2]",user\ | |
| ="root",cores=["2"]},{id="34",type="process",description="[ksoftirqd/2]",user="root",cores=["2"]},{i\ | |
| d="36",type="process",description="[kworker/2:0H]",user="root",cores=["2"]},{id="38",type="process",\ | |
| description="[migration/3]",user="root",cores=["3"]},{id="39",type="process",description="[ksoftirqd\ | |
| /3]",user="root",cores=["3"]},{id="41",type="process",description="[kworker/3:0H]",user="root",cores\ | |
| =["3"]},{id="42",type="process",description="[khelper]",user="root",cores=["3"]},{id="43",type="proc\ | |
| ess",description="[kdevtmpfs]",user="root",cores=["2"]},{id="44",type="process",description="[netns]\ | |
| ",user="root",cores=["3"]},{id="45",type="process",description="[writeback]",user="root",cores=["3"]\ | |
| },{id="46",type="process",description="[kintegrityd]",user="root",cores=["3"]},{id="47",type="proces\ | |
| s",description="[bioset]",user="root",cores=["3"]},{id="49",type="process",description="[kblockd]",u\ | |
| ser="root",cores=["3"]},{id="50",type="process",description="[ata_sff]",user="root",cores=["3"]},{id\ | |
| ="51",type="process",description="[khubd]",user="root",cores=["3"]},{id="52",type="process",descript\ | |
| ion="[md]",user="root",cores=["3"]},{id="53",type="process",description="[devfreq_wq]",user="root",c\ | |
| ores=["3"]},{id="57",type="process",description="[khungtaskd]",user="root",cores=["0"]},{id="58",typ\ | |
| e="process",description="[kswapd0]",user="root",cores=["0"]},{id="59",type="process",description="[k\ | |
| smd]",user="root",cores=["3"]},{id="60",type="process",description="[khugepaged]",user="root",cores=\ | |
| ["0"]},{id="61",type="process",description="[fsnotify_mark]",user="root",cores=["3"]},{id="62",type=\ | |
| "process",description="[ecryptfs-kthrea]",user="root",cores=["3"]},{id="63",type="process",descripti\ | |
| on="[crypto]",user="root",cores=["3"]},{id="75",type="process",description="[kthrotld]",user="root",\ | |
| cores=["3"]},{id="97",type="process",description="[deferwq]",user="root",cores=["1"]},{id="98",type=\ | |
| "process",description="[charger_manager]",user="root",cores=["1"]},{id="150",type="process",descript\ | |
| ion="[kpsmoused]",user="root",cores=["1"]},{id="151",type="process",description="[scsi_eh_0]",user="\ | |
| root",cores=["1"]},{id="152",type="process",description="[scsi_eh_1]",user="root",cores=["1"]},{id="\ | |
| 153",type="process",description="[scsi_eh_2]",user="root",cores=["1"]},{id="154",type="process",desc\ | |
| ription="[scsi_eh_3]",user="root",cores=["1"]},{id="155",type="process",description="[scsi_eh_4]",us\ | |
| er="root",cores=["1"]},{id="156",type="process",description="[scsi_eh_5]",user="root",cores=["3"]},{\ | |
| id="172",type="process",description="[jbd2/sda5-8]",user="root",cores=["2"]},{id="173",type="process\ | |
| ",description="[ext4-rsv-conver]",user="root",cores=["3"]},{id="315",type="process",description="ups\ | |
| tart-udev-bridge --daemon",user="root",cores=["0"]},{id="320",type="process",description="/lib/syste\ | |
| md/systemd-udevd --daemon",user="root",cores=["2"]},{id="390",type="process",description="[cfg80211]\ | |
| ",user="root",cores=["3"]},{id="400",type="process",description="[irq/45-iwlwifi]",user="root",cores\ | |
| =["0"]},{id="512",type="process",description="[iwlwifi]",user="root",cores=["2"]},{id="548",type="pr\ | |
| ocess",description="[kvm-irqfd-clean]",user="root",cores=["3"]},{id="651",type="process",description\ | |
| ="[ktpacpid]",user="root",cores=["2"]},{id="905",type="process",description="[jbd2/sda7-8]",user="ro\ | |
| ot",cores=["0"]},{id="907",type="process",description="[ext4-rsv-conver]",user="root",cores=["3"]},{\ | |
| id="1237",type="process",description="[hd-audio0]",user="root",cores=["3"]},{id="1280",type="process\ | |
| ",description="smbd -F",user="root",cores=["0"]},{id="1390",type="process",description="dbus-daemon \ | |
| --system --fork",user="messagebus",cores=["3"]},{id="1431",type="process",description="/usr/sbin/Mod\ | |
| emManager",user="root",cores=["1"]},{id="1449",type="process",description="upstart-socket-bridge --d\ | |
| aemon",user="root",cores=["0"]},{id="1452",type="process",description="upstart-file-bridge --daemon"\ | |
| ,user="root",cores=["0"]},{id="1470",type="process",description="avahi-daemon: running [limbo.local]\ | |
| ",user="avahi",cores=["3"]},{id="1474",type="process",description="avahi-daemon: chroot helper",user\ | |
| ="avahi",cores=["2"]},{id="1481",type="process",description="/lib/systemd/systemd-logind",user="root\ | |
| ",cores=["2"]},{id="1483",type="process",description="/usr/sbin/bluetoothd",user="root",cores=["3"]}\ | |
| ,{id="1484",type="process",description="rsyslogd",user="syslog",cores=["0","1","2"]},{id="1497",type\ | |
| ="process",description="smbd -F",user="root",cores=["0"]},{id="1500",type="process",description="[kr\ | |
| fcommd]",user="root",cores=["3"]},{id="1503",type="process",description="NetworkManager",user="root"\ | |
| ,cores=["0","1","3"]},{id="1510",type="process",description="/usr/lib/policykit-1/polkitd --no-debug\ | |
| ",user="root",cores=["0","1"]},{id="1629",type="process",description="/sbin/getty -8 38400 tty4",use\ | |
| r="root",cores=["1"]},{id="1633",type="process",description="/sbin/getty -8 38400 tty5",user="root",\ | |
| cores=["2"]},{id="1639",type="process",description="/sbin/getty -8 38400 tty2",user="root",cores=["0\ | |
| "]},{id="1640",type="process",description="/sbin/getty -8 38400 tty3",user="root",cores=["1"]},{id="\ | |
| 1643",type="process",description="/sbin/getty -8 38400 tty6",user="root",cores=["1"]},{id="1685",typ\ | |
| e="process",description="cron",user="root",cores=["2"]},{id="1701",type="process",description="whoop\ | |
| sie",user="whoopsie",cores=["0","1","2"]},{id="1722",type="process",description="/usr/sbin/irqbalanc\ | |
| e",user="root",cores=["0"]},{id="1732",type="process",description="/usr/sbin/cups-browsed",user="roo\ | |
| t",cores=["0"]},{id="1735",type="process",description="acpid -c /etc/acpi/events -s /var/run/acpid.s\ | |
| ocket",user="root",cores=["2"]},{id="1759",type="process",description="/sbin/wpa_supplicant -B -P /r\ | |
| un/sendsigs.omit.d/wpasupplicant.pid -u -s -O /var/run/wpa_supplicant",user="root",cores=["1"]},{id=\ | |
| "1765",type="process",description="/usr/lib/postgresql/9.3/bin/postgres -D /var/lib/postgresql/9.3/m\ | |
| ain -c config_file=/etc/postgresql/9.3/main/postgresql.conf",user="postgres",cores=["1"]},{id="1770"\ | |
| ,type="process",description="postgres: checkpointer process",user="postgres",cores=["3"]},{id="1771"\ | |
| ,type="process",description="postgres: writer process",user="postgres",cores=["0"]},{id="1772",type=\ | |
| "process",description="postgres: wal writer process",user="postgres",cores=["2"]},{id="1773",type="p\ | |
| rocess",description="postgres: autovacuum launcher process",user="postgres",cores=["0"]},{id="1774",\ | |
| type="process",description="postgres: stats collector process",user="postgres",cores=["2"]},{id="178\ | |
| 2",type="process",description="lightdm",user="root",cores=["0","1"]},{id="1793",type="process",descr\ | |
| iption="/usr/bin/X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch\ | |
| ",user="root",cores=["2","3"]},{id="1796",type="process",description="/usr/lib/accountsservice/accou\ | |
| nts-daemon",user="root",cores=["0","2","3"]},{id="1834",type="process",description="[kauditd]",user=\ | |
| "root",cores=["1"]},{id="1887",type="process",description="lightdm --session-child 12 19",user="root\ | |
| ",cores=["1","3"]},{id="1916",type="process",description="/usr/lib/upower/upowerd",user="root",cores\ | |
| =["0","1","3"]},{id="1958",type="process",description="/usr/lib/rtkit/rtkit-daemon",user="rtkit",cor\ | |
| es=["0","2","3"]},{id="2167",type="process",description="/usr/lib/colord/colord",user="colord",cores\ | |
| =["0","1","2"]},{id="2221",type="process",description="/usr/sbin/kerneloops",user="kernoops",cores=[\ | |
| "0"]},{id="2232",type="process",description="/usr/sbin/thinkfan -q",user="root",cores=["2"]},{id="22\ | |
| 35",type="process",description="/usr/sbin/saned -a saned",user="saned",cores=["0"]},{id="2237",type=\ | |
| "process",description="/usr/sbin/saned -a saned",user="saned",cores=["0"]},{id="2242",type="process"\ | |
| ,description="/usr/bin/vmware-usbarbitrator",user="root",cores=["2"]},{id="2315",type="process",desc\ | |
| ription="/sbin/getty -8 38400 tty1",user="root",cores=["1"]},{id="2365",type="process",description="\ | |
| /usr/bin/gnome-keyring-daemon --daemonize --login",user="mazzzy",cores=["0","2","3"]},{id="2368",typ\ | |
| e="process",description="init --user",user="mazzzy",cores=["2"]},{id="2424",type="process",descripti\ | |
| on="ssh-agent -s",user="mazzzy",cores=["1"]},{id="2429",type="process",description="dbus-daemon --fo\ | |
| rk --session --address=unix:abstract=/tmp/dbus-mfg59uOpAl",user="mazzzy",cores=["2"]},{id="2437",typ\ | |
| e="process",description="upstart-event-bridge",user="mazzzy",cores=["1"]},{id="2440",type="process",\ | |
| description="/usr/lib/x86_64-linux-gnu/hud/window-stack-bridge",user="mazzzy",cores=["3"]},{id="2442\ | |
| ",type="process",description="/usr/bin/ibus-daemon --daemonize --xim",user="mazzzy",cores=["0","1","\ | |
| 3"]},{id="2451",type="process",description="/usr/lib/unity-settings-daemon/unity-settings-daemon",us\ | |
| er="mazzzy",cores=["0","1","2","3"]},{id="2456",type="process",description="/usr/lib/x86_64-linux-gn\ | |
| u/hud/hud-service",user="mazzzy",cores=["0","1"]},{id="2460",type="process",description="/usr/lib/at\ | |
| -spi2-core/at-spi-bus-launcher --launch-immediately",user="mazzzy",cores=["1"]},{id="2461",type="pro\ | |
| cess",description="/usr/lib/gvfs/gvfsd",user="mazzzy",cores=["2","3"]},{id="2462",type="process",des\ | |
| cription="gnome-session --session=ubuntu",user="mazzzy",cores=["0","1","3"]},{id="2469",type="proces\ | |
| s",description="/usr/lib/ibus/ibus-dconf",user="mazzzy",cores=["0","1","2"]},{id="2470",type="proces\ | |
| s",description="/usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes",user="mazzzy",cores=[\ | |
| "0","1","2"]},{id="2471",type="process",description="/usr/lib/ibus/ibus-ui-gtk3",user="mazzzy",cores\ | |
| =["0","1"]},{id="2476",type="process",description="/bin/dbus-daemon --config-file=/etc/at-spi2/acces\ | |
| sibility.conf --nofork --print-address 3",user="mazzzy",cores=["1"]},{id="2479",type="process",descr\ | |
| iption="/usr/lib/ibus/ibus-x11 --kill-daemon",user="mazzzy",cores=["0","1","2","3"]},{id="2482",type\ | |
| ="process",description="/usr/lib/x86_64-linux-gnu/bamf/bamfdaemon",user="mazzzy",cores=["0","1"]},{i\ | |
| d="2485",type="process",description="/usr/lib/unity/unity-panel-service",user="mazzzy",cores=["0","2\ | |
| "]},{id="2494",type="process",description="upstart-file-bridge --daemon --user",user="mazzzy",cores=\ | |
| ["0"]},{id="2496",type="process",description="/usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-se\ | |
| ssion",user="mazzzy",cores=["1","3"]},{id="2498",type="process",description="upstart-dbus-bridge --d\ | |
| aemon --session --user --bus-name session",user="mazzzy",cores=["1"]},{id="2502",type="process",desc\ | |
| ription="upstart-dbus-bridge --daemon --system --user --bus-name system",user="mazzzy",cores=["3"]},\ | |
| {id="2539",type="process",description="/usr/lib/x86_64-linux-gnu/indicator-keyboard-service --use-gt\ | |
| k",user="mazzzy",cores=["0"]},{id="2540",type="process",description="/usr/lib/x86_64-linux-gnu/indic\ | |
| ator-messages/indicator-messages-service",user="mazzzy",cores=["1"]},{id="2542",type="process",descr\ | |
| iption="/usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service",user="mazzzy",cor\ | |
| es=["1","3"]},{id="2543",type="process",description="/usr/lib/x86_64-linux-gnu/indicator-power/indic\ | |
| ator-power-service",user="mazzzy",cores=["0","1","2"]},{id="2548",type="process",description="/usr/l\ | |
| ib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service",user="mazzzy",cores=["0","1","3"]\ | |
| },{id="2551",type="process",description="/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-s\ | |
| ervice",user="mazzzy",cores=["0","1"]},{id="2553",type="process",description="/usr/lib/x86_64-linux-\ | |
| gnu/indicator-printers/indicator-printers-service",user="mazzzy",cores=["0","1"]},{id="2559",type="p\ | |
| rocess",description="/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service",user="ma\ | |
| zzzy",cores=["1","2","3"]},{id="2561",type="process",description="/usr/lib/x86_64-linux-gnu/indicato\ | |
| r-application/indicator-application-service",user="mazzzy",cores=["2","3"]},{id="2585",type="process\ | |
| ",description="/usr/bin/pulseaudio --start --log-target=syslog",user="mazzzy",cores=["0","1","2"]},{\ | |
| id="2586",type="process",description="/usr/lib/evolution/evolution-source-registry",user="mazzzy",co\ | |
| res=["0","1","3"]},{id="2609",type="process",description="syndaemon -i 1.0 -t -K -R",user="mazzzy",c\ | |
| ores=["2"]},{id="2619",type="process",description="/usr/lib/ibus/ibus-engine-simple",user="mazzzy",c\ | |
| ores=["0","1"]},{id="2656",type="process",description="/usr/lib/x86_64-linux-gnu/notify-osd",user="m\ | |
| azzzy",cores=["0","1"]},{id="2662",type="process",description="/usr/lib/dconf/dconf-service",user="m\ | |
| azzzy",cores=["0","1","2"]},{id="2670",type="process",description="/usr/lib/evolution/evolution-cale\ | |
| ndar-factory",user="mazzzy",cores=["0","1","3"]},{id="2673",type="process",description="compiz",user\ | |
| ="mazzzy",cores=["1","2","3"]},{id="2692",type="process",description="/usr/lib/unity-settings-daemon\ | |
| /unity-fallback-mount-helper",user="mazzzy",cores=["0","1","3"]},{id="2693",type="process",descripti\ | |
| on="nm-applet",user="mazzzy",cores=["0","1","3"]},{id="2698",type="process",description="/usr/bin/py\ | |
| thon /usr/bin/blueman-applet",user="mazzzy",cores=["1","3"]},{id="2708",type="process",description="\ | |
| nautilus -n",user="mazzzy",cores=["0","1"]},{id="2709",type="process",description="/usr/bin/python3 \ | |
| /usr/bin/caffeine",user="mazzzy",cores=["0","3"]},{id="2715",type="process",description="/usr/lib/po\ | |
| licykit-1-gnome/polkit-gnome-authentication-agent-1",user="mazzzy",cores=["0","2","3"]},{id="2726",t\ | |
| ype="process",description="/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hosts --bind-inte\ | |
| rfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=127.0.1.1 --conf\ | |
| -file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus=org.freedeskt\ | |
| op.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d",user="nobody",cores=["3"]},{id="\ | |
| 2854",type="process",description="/usr/lib/gvfs/gvfs-udisks2-volume-monitor",user="mazzzy",cores=["2\ | |
| ","3"]},{id="2865",type="process",description="/usr/sbin/winbindd -F",user="root",cores=["1"]},{id="\ | |
| 2868",type="process",description="/usr/sbin/winbindd -F",user="root",cores=["2"]},{id="2871",type="p\ | |
| rocess",description="/usr/lib/udisks2/udisksd --no-debug",user="root",cores=["0","1","2"]},{id="2872\ | |
| ",type="process",description="nmbd -D",user="root",cores=["0"]},{id="2904",type="process",descriptio\ | |
| n="/usr/lib/gvfs/gvfs-mtp-volume-monitor",user="mazzzy",cores=["1"]},{id="2907",type="process",descr\ | |
| iption="/home/mazzzy/.dropbox-dist/dropbox-lnx.x86_64-2.10.30/dropbox",user="mazzzy",cores=["0","1",\ | |
| "2","3"]},{id="2916",type="process",description="/usr/lib/x86_64-linux-gnu/gconf/gconfd-2",user="maz\ | |
| zzy",cores=["3"]},{id="2921",type="process",description="/usr/lib/gvfs/gvfs-afc-volume-monitor",user\ | |
| ="mazzzy",cores=["1","2"]},{id="2926",type="process",description="/usr/lib/gvfs/gvfs-gphoto2-volume-\ | |
| monitor",user="mazzzy",cores=["1"]},{id="2994",type="process",description="/usr/lib/gvfs/gvfsd-trash\ | |
| --spawner :1.3 /org/gtk/gvfs/exec_spaw/0",user="mazzzy",cores=["1","2","3"]},{id="3000",type="proce\ | |
| ss",description="/usr/bin/obex-data-server --no-daemon",user="mazzzy",cores=["3"]},{id="3018",type="\ | |
| process",description="/usr/lib/gvfs/gvfsd-metadata",user="mazzzy",cores=["1"]},{id="3029",type="proc\ | |
| ess",description="/usr/lib/gvfs/gvfsd-burn --spawner :1.3 /org/gtk/gvfs/exec_spaw/1",user="mazzzy",c\ | |
| ores=["2","3"]},{id="3092",type="process",description="/opt/google/chrome/chrome",user="mazzzy",core\ | |
| s=["0","1","2","3"]},{id="3100",type="process",description="cat",user="mazzzy",cores=["2"]},{id="310\ | |
| 1",type="process",description="cat",user="mazzzy",cores=["3"]},{id="3103",type="process",description\ | |
| ="/opt/google/chrome/chrome-sandbox /opt/google/chrome/chrome --type=zygote",user="mazzzy",cores=["3\ | |
| "]},{id="3104",type="process",description="/opt/google/chrome/chrome --type=zygote",user="mazzzy",co\ | |
| res=["2"]},{id="3110",type="process",description="/opt/google/chrome/chrome-sandbox /opt/google/chro\ | |
| me/nacl_helper",user="mazzzy",cores=["0"]},{id="3111",type="process",description="/opt/google/chrome\ | |
| /nacl_helper",user="mazzzy",cores=["1"]},{id="3113",type="process",description="/opt/google/chrome/c\ | |
| hrome --type=zygote",user="mazzzy",cores=["3"]},{id="3133",type="process",description="/opt/google/c\ | |
| hrome/chrome --type=gpu-process --channel=3092.0.703950061 --supports-dual-gpus=false --gpu-driver-b\ | |
| ug-workarounds=1,11,13,15 --disable-accelerated-video-decode --gpu-vendor-id=0x8086 --gpu-device-id=\ | |
| 0x0166 --gpu-driver-vendor --gpu-driver-version",user="mazzzy",cores=["0","2"]},{id="3145",type="pro\ | |
| cess",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang\ | |
| =en-US --force-fieldtrials=ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerificatio\ | |
| n/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderLocal\ | |
| PredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SafeBrowsingIncidentReportingService/Default/Set\ | |
| tingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/def\ | |
| ault/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomiz\ | |
| ed-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-\ | |
| 10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_\ | |
| 03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Ins\ | |
| tall/ --extension-process --renderer-print-preview --enable-offline-auto-reload --enable-offline-aut\ | |
| o-reload-visible-only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-p\ | |
| ainting --disable-accelerated-video-decode --channel=3092.1.697570027",user="mazzzy",cores=["0","1",\ | |
| "2","3"]},{id="3150",type="process",description="/opt/google/chrome/chrome --type=gpu-broker",user="\ | |
| mazzzy",cores=["2"]},{id="3184",type="process",description="/opt/google/chrome/chrome --type=rendere\ | |
| r --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/Aut\ | |
| oReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallV\ | |
| erification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/Prer\ | |
| enderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentRe\ | |
| portingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-B\ | |
| inary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/n\ | |
| ormal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/grou\ | |
| p_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformi\ | |
| ty-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent\ | |
| /group_01/VoiceTrigger/Install/ --extension-process --renderer-print-preview --enable-offline-auto-r\ | |
| eload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated-ren\ | |
| derer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.3.922877708",use\ | |
| r="mazzzy",cores=["0","1","2","3"]},{id="3213",type="process",description="/opt/google/chrome/chrome\ | |
| --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperim\ | |
| ent/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/Ex\ | |
| tensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/Preren\ | |
| derEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBro\ | |
| wsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_0\ | |
| 1/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Popula\ | |
| tion-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial\ | |
| -1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_\ | |
| 01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-T\ | |
| rial-50-Percent/group_01/VoiceTrigger/Install/ --extension-process --renderer-print-preview --enable\ | |
| -offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enabl\ | |
| e-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.4\ | |
| .1304077896",user="mazzzy",cores=["1","2","3"]},{id="3243",type="process",description="/opt/google/c\ | |
| hrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoR\ | |
| eloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with K\ | |
| odachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prer\ | |
| ender/PrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/Enable\ | |
| dAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDef\ | |
| ault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experimen\ | |
| t/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Unif\ | |
| ormity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Pe\ | |
| rcent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-\ | |
| Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extension-process --renderer-print-prev\ | |
| iew --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-composi\ | |
| ting --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-decode --ch\ | |
| annel=3092.5.299452501",user="mazzzy",cores=["0","2","3"]},{id="3251",type="process",description="/o\ | |
| pt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldt\ | |
| rials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Li\ | |
| kely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksInd\ | |
| exURLs/Prerender/PrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/\ | |
| SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test\ | |
| 0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Tria\ | |
| l/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_\ | |
| 03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-T\ | |
| rial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/gr\ | |
| oup_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extension-process --renderer\ | |
| -print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threa\ | |
| ded-compositing --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-\ | |
| decode --channel=3092.6.696073252",user="mazzzy",cores=["0","1","2","3"]},{id="3257",type="process",\ | |
| description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US\ | |
| --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSugg\ | |
| estions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/Sta\ | |
| bleBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled\ | |
| /QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_e\ | |
| nforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-\ | |
| Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5\ | |
| -Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/U\ | |
| MA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Tri\ | |
| al-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extension-pro\ | |
| cess --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible-only\ | |
| --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --disable-acc\ | |
| elerated-video-decode --channel=3092.7.851119993",user="mazzzy",cores=["0","1","2"]},{id="3261",type\ | |
| ="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding -\ | |
| -lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled\ | |
| /ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExper\ | |
| imentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredict\ | |
| or=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnfor\ | |
| cement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-N\ | |
| ew-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniform\ | |
| ity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent\ | |
| /group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uni\ | |
| formity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --ex\ | |
| tension-process --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-v\ | |
| isible-only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --\ | |
| disable-accelerated-video-decode --channel=3092.8.909760524",user="mazzzy",cores=["0","1","2","3"]},\ | |
| {id="3329",type="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-i\ | |
| mage-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExp\ | |
| eriment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/Omni\ | |
| boxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/Omni\ | |
| boxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAl\ | |
| l/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefaul\ | |
| t/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/U\ | |
| MA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniform\ | |
| ity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Perce\ | |
| nt/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uni\ | |
| formity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-au\ | |
| to-reload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated\ | |
| -renderer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.11.134565931\ | |
| 6",user="mazzzy",cores=["0","1","2","3"]},{id="3357",type="process",description="telepathy-indicator\ | |
| ",user="mazzzy",cores=["0","1"]},{id="3365",type="process",description="/usr/lib/telepathy/mission-c\ | |
| ontrol-5",user="mazzzy",cores=["0","3"]},{id="3382",type="process",description="zeitgeist-datahub",u\ | |
| ser="mazzzy",cores=["0","1","2"]},{id="3387",type="process",description="/usr/bin/zeitgeist-daemon",\ | |
| user="mazzzy",cores=["3"]},{id="3393",type="process",description="/usr/lib/x86_64-linux-gnu/zeitgeis\ | |
| t-fts",user="mazzzy",cores=["2","3"]},{id="3407",type="process",description="/bin/cat",user="mazzzy"\ | |
| ,cores=["3"]},{id="3427",type="process",description="/usr/sbin/cupsd -f",user="root",cores=["0"]},{i\ | |
| d="3443",type="process",description="psensor",user="mazzzy",cores=["0","1","3"]},{id="3502",type="pr\ | |
| ocess",description="update-notifier",user="mazzzy",cores=["0","1"]},{id="3551",type="process",descri\ | |
| ption="/usr/lib/x86_64-linux-gnu/deja-dup/deja-dup-monitor",user="mazzzy",cores=["0","1","3"]},{id="\ | |
| 3736",type="process",description="/usr/lib/x86_64-linux-gnu/unity-scope-home/unity-scope-home",user=\ | |
| "mazzzy",cores=["3"]},{id="3746",type="process",description="/usr/bin/unity-scope-loader application\ | |
| s/applications.scope applications/scopes.scope commands.scope",user="mazzzy",cores=["1","2","3"]},{i\ | |
| d="3748",type="process",description="/usr/lib/x86_64-linux-gnu/unity-lens-files/unity-files-daemon",\ | |
| user="mazzzy",cores=["0","1","2","3"]},{id="3828",type="process",description="/home/mazzzy/go_worksp\ | |
| ace/gocode/gocode -s -sock unix -addr localhost:37373",user="mazzzy",cores=["1","2","3"]},{id="3841"\ | |
| ,type="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decod\ | |
| ing --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/En\ | |
| abled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundled\ | |
| ExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerend\ | |
| erEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrow\ | |
| singIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01\ | |
| /UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Populat\ | |
| ion-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-\ | |
| 1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_0\ | |
| 1/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Tr\ | |
| ial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload \ | |
| --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated-renderer \ | |
| --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.22.1499628104",user="m\ | |
| azzzy",cores=["0","1","2","3"]},{id="4711",type="process",description="/usr/bin/python /usr/share/ib\ | |
| us-anthy/engine/main.py --ibus",user="mazzzy",cores=["1","2"]},{id="8939",type="process",description\ | |
| ="/usr/sbin/console-kit-daemon --no-daemon",user="root",cores=["0","1","2","3"]},{id="9440",type="pr\ | |
| ocess",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lan\ | |
| g=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/Chr\ | |
| omeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimen\ | |
| tV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled\ | |
| /PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncid\ | |
| entReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dyna\ | |
| mic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restr\ | |
| ict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent\ | |
| /group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uni\ | |
| formity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Pe\ | |
| rcent/group_01/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-\ | |
| offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated-renderer --enable-\ | |
| impl-side-painting --disable-accelerated-video-decode --channel=3092.33.1643588888",user="mazzzy",co\ | |
| res=["0","1","2","3"]},{id="10437",type="process",description="/opt/google/chrome/chrome --type=rend\ | |
| erer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/\ | |
| AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInsta\ | |
| llVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/P\ | |
| rerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC\ | |
| /Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforc\ | |
| ement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Unifo\ | |
| rmity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Perc\ | |
| ent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Un\ | |
| iformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-\ | |
| Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-print-pre\ | |
| view --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-compos\ | |
| iting --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-decode --c\ | |
| hannel=3092.42.1513124713",user="mazzzy",cores=["0","2","3"]},{id="10720",type="process",description\ | |
| ="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fi\ | |
| eldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Mos\ | |
| t Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmark\ | |
| sIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPre\ | |
| dictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingServic\ | |
| e/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniform\ | |
| ity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Ses\ | |
| sion-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Unif\ | |
| ormity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-P\ | |
| ercent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/Voi\ | |
| ceTrigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reloa\ | |
| d-visible-only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting\ | |
| --disable-accelerated-video-decode --channel=3092.47.1189508355",user="mazzzy",cores=["0","1","2","\ | |
| 3"]},{id="10899",type="process",description="/opt/google/chrome/chrome --type=renderer --enable-defe\ | |
| rred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleO\ | |
| nlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/Non\ | |
| e/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibo\ | |
| x/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/Ena\ | |
| bledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0Percent\ | |
| Default/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experi\ | |
| ment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-U\ | |
| niformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100\ | |
| -Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/U\ | |
| MA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extension-process --renderer-print-p\ | |
| review --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-comp\ | |
| ositing --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-decode -\ | |
| -channel=3092.56.1213151005",user="mazzzy",cores=["0","1","2","3"]},{id="10903",type="process",descr\ | |
| iption="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --fo\ | |
| rce-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestio\ | |
| ns/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBo\ | |
| okmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLo\ | |
| calPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReporting\ | |
| Service/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-U\ | |
| niformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/U\ | |
| MA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UM\ | |
| A-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Tria\ | |
| l-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_\ | |
| 01/VoiceTrigger/Install/ --extension-process --renderer-print-preview --enable-offline-auto-reload -\ | |
| -enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated-renderer -\ | |
| -enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.57.923130902",user="maz\ | |
| zzy",cores=["1","2","3"]},{id="10919",type="process",description="/opt/google/chrome/chrome --type=r\ | |
| enderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabl\ | |
| ed/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionIn\ | |
| stallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnable\ | |
| d/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/Q\ | |
| UIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enf\ | |
| orcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Un\ | |
| iformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-P\ | |
| ercent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA\ | |
| -Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial\ | |
| -5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extension-proce\ | |
| ss --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible-only -\ | |
| -enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --disable-accel\ | |
| erated-video-decode --channel=3092.58.892357448",user="mazzzy",cores=["0","1","2","3"]},{id="10930",\ | |
| type="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-image-decodi\ | |
| ng --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Ena\ | |
| bled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledE\ | |
| xperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerende\ | |
| rEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrows\ | |
| ingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/\ | |
| UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Populati\ | |
| on-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1\ | |
| -Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01\ | |
| /UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Tri\ | |
| al-50-Percent/group_01/VoiceTrigger/Install/ --extension-process --renderer-print-preview --enable-o\ | |
| ffline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-\ | |
| delegated-renderer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.59.\ | |
| 526573598",user="mazzzy",cores=["0","1","2","3"]},{id="11229",type="process",description="[kworker/1\ | |
| :2]",user="root",cores=["1"]},{id="12032",type="process",description="/opt/google/chrome/chrome --ty\ | |
| pe=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/E\ | |
| nabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/Extensi\ | |
| onInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEn\ | |
| abled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabl\ | |
| ed/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no\ | |
| _enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Instal\ | |
| l-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial\ | |
| -5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08\ | |
| /UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-T\ | |
| rial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-pr\ | |
| int-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-threaded\ | |
| -compositing --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video-dec\ | |
| ode --channel=3092.81.1664783967",user="mazzzy",cores=["0","1","2","3"]},{id="12087",type="process",\ | |
| description="[kworker/3:2]",user="root",cores=["3"]},{id="12285",type="process",description="[kworke\ | |
| r/0:1]",user="root",cores=["0"]},{id="12380",type="process",description="/opt/google/chrome/chrome -\ | |
| -type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperimen\ | |
| t/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/Exte\ | |
| nsionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/Prerende\ | |
| rEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Dis\ | |
| abled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement\ | |
| /no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Ins\ | |
| tall-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Tr\ | |
| ial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group\ | |
| _08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformit\ | |
| y-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --extensio\ | |
| n-process --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible\ | |
| -only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --disabl\ | |
| e-accelerated-video-decode --channel=3092.88.1147624619",user="mazzzy",cores=["0","1","2","3"]},{id=\ | |
| "12514",type="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferred-imag\ | |
| e-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperi\ | |
| ment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/Omnibox\ | |
| BundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/Omnibox\ | |
| PrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/S\ | |
| afeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDefault/g\ | |
| roup_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-\ | |
| Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity\ | |
| -Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/\ | |
| group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Unifor\ | |
| mity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-print-preview --enable-offline-auto-\ | |
| reload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delegated-re\ | |
| nderer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.91.485949303",u\ | |
| ser="mazzzy",cores=["0","1","2"]},{id="12724",type="process",description="/opt/google/chrome/chrome \ | |
| --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperime\ | |
| nt/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/Ext\ | |
| ensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/Prerend\ | |
| erEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Di\ | |
| sabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcemen\ | |
| t/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-In\ | |
| stall-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-T\ | |
| rial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/grou\ | |
| p_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformi\ | |
| ty-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --rendere\ | |
| r-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visible-only --enable-thre\ | |
| aded-compositing --enable-delegated-renderer --enable-impl-side-painting --disable-accelerated-video\ | |
| -decode --channel=3092.93.919093899",user="mazzzy",cores=["0","1","2","3"]},{id="13754",type="proces\ | |
| s",description="[kworker/2:2]",user="root",cores=["2"]},{id="14037",type="process",description="[kwo\ | |
| rker/u17:1]",user="root",cores=["3"]},{id="14069",type="process",description="/usr/lib/libunity-weba\ | |
| pps/unity-webapps-service",user="mazzzy",cores=["0","1","3"]},{id="14434",type="process",description\ | |
| ="gedit /home/mazzzy/Dropbox/Apps/tapiriik/2012-08-23_Running.tcx",user="mazzzy",cores=["0","1","2",\ | |
| "3"]},{id="14603",type="process",description="[kworker/0:2]",user="root",cores=["0"]},{id="14673",ty\ | |
| pe="process",description="[kworker/3:1]",user="root",cores=["3"]},{id="14924",type="process",descrip\ | |
| tion="[kworker/1:1H]",user="root",cores=["1"]},{id="14925",type="process",description="[kworker/2:1H\ | |
| ]",user="root",cores=["2"]},{id="14926",type="process",description="[kworker/3:1H]",user="root",core\ | |
| s=["3"]},{id="14927",type="process",description="[irq/44-mei_me]",user="root",cores=["3"]},{id="1498\ | |
| 6",type="process",description="[kworker/u16:67]",user="root",cores=["1"]},{id="14987",type="process"\ | |
| ,description="[kworker/u16:68]",user="root",cores=["3"]},{id="14989",type="process",description="[kw\ | |
| orker/u16:70]",user="root",cores=["1"]},{id="14992",type="process",description="[hci0]",user="root",\ | |
| cores=["0"]},{id="14993",type="process",description="[hci0]",user="root",cores=["3"]},{id="14994",ty\ | |
| pe="process",description="[kworker/u17:2]",user="root",cores=["0"]},{id="15238",type="process",descr\ | |
| iption="anacron -s",user="root",cores=["0"]},{id="15606",type="process",description="[watchdog/0]",u\ | |
| ser="root",cores=["0"]},{id="15611",type="process",description="[watchdog/1]",user="root",cores=["1"\ | |
| ]},{id="15612",type="process",description="[watchdog/2]",user="root",cores=["2"]},{id="15613",type="\ | |
| process",description="[watchdog/3]",user="root",cores=["3"]},{id="15874",type="process",description=\ | |
| "[kworker/2:1]",user="root",cores=["2"]},{id="15904",type="process",description="[kworker/1:1]",user\ | |
| ="root",cores=["1"]},{id="15910",type="process",description="/sbin/dhclient -d -sf /usr/lib/NetworkM\ | |
| anager/nm-dhcp-client.action -pf /run/sendsigs.omit.d/network-manager.dhclient-wlan0.pid -lf /var/li\ | |
| b/NetworkManager/dhclient-611929f2-ea89-4499-abcb-5bc219d05feb-wlan0.lease -cf /var/lib/NetworkManag\ | |
| er/dhclient-wlan0.conf wlan0",user="root",cores=["0"]},{id="16016",type="process",description="/opt/\ | |
| google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --force-fieldtria\ | |
| ls=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most Likel\ | |
| y with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIndexU\ | |
| RLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredictorS\ | |
| pec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/Defau\ | |
| lt/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity-Tri\ | |
| al/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Session-Ra\ | |
| ndomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniformity-\ | |
| Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Percent/\ | |
| group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceTrigg\ | |
| er/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-visib\ | |
| le-only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --disa\ | |
| ble-accelerated-video-decode --channel=3092.102.1628549167",user="mazzzy",cores=["0","1","3"]},{id="\ | |
| 16029",type="process",description="/opt/google/chrome/chrome --type=ppapi --channel=3092.103.2132070\ | |
| 729 --ppapi-flash-args --lang=en-US",user="mazzzy",cores=["0","1","2","3"]},{id="16062",type="proces\ | |
| s",description="gnome-terminal",user="mazzzy",cores=["0","3"]},{id="16069",type="process",descriptio\ | |
| n="gnome-pty-helper",user="mazzzy",cores=["2"]},{id="16070",type="process",description="bash",user="\ | |
| mazzzy",cores=["0"]},{id="16228",type="process",description="/bin/sh /opt/RubyMine-6.3.3/bin/rubymin\ | |
| e.sh",user="mazzzy",cores=["2"]},{id="16275",type="process",description="/usr/lib/jvm/java-7-oracle/\ | |
| bin/java -Xms128m -Xmx4092m -XX:MaxPermSize=250m -ea -Dsun.io.useCanonCaches=false -Djava.net.prefer\ | |
| IPv4Stack=true -Djsse.enableSNIExtension=false -XX:+UseCodeCacheFlushing -XX:+UseConcMarkSweepGC -XX\ | |
| :SoftRefLRUPolicyMSPerMB=50 -Dawt.useSystemAAFontSettings=lcd -Djb.vmOptionsFile=/opt/RubyMine-6.3.3\ | |
| /bin/rubymine64.vmoptions -Xbootclasspath/a:/opt/RubyMine-6.3.3/bin/../lib/boot.jar -Didea.paths.sel\ | |
| ector=RubyMine60 -Didea.platform.prefix=Ruby -Didea.no.jre.check=true -Djb.restart.code=88 com.intel\ | |
| lij.idea.Main",user="mazzzy",cores=["0","1","2","3"]},{id="16312",type="process",description="/opt/R\ | |
| ubyMine-6.3.3/bin/fsnotifier64",user="mazzzy",cores=["1"]},{id="16460",type="process",description="/\ | |
| opt/google/chrome/chrome --type=renderer --enable-deferred-image-decoding --lang=en-US --force-field\ | |
| trials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnlyExperiment/Enabled/ChromeSuggestions/Most L\ | |
| ikely with Kodachrome/ExtensionInstallVerification/None/OmniboxBundledExperimentV1/StableBookmarksIn\ | |
| dexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/OmniboxPrerenderEnabled/PrerenderLocalPredic\ | |
| torSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/EnabledAll/SafeBrowsingIncidentReportingService/D\ | |
| efault/SettingsEnforcement/no_enforcement/Test0PercentDefault/group_01/UMA-Dynamic-Binary-Uniformity\ | |
| -Trial/default/UMA-New-Install-Uniformity-Trial/Experiment/UMA-Population-Restrict/normal/UMA-Sessio\ | |
| n-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Uniformity-Trial-1-Percent/group_39/UMA-Uniform\ | |
| ity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Percent/group_01/UMA-Uniformity-Trial-20-Perc\ | |
| ent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-Uniformity-Trial-50-Percent/group_01/VoiceT\ | |
| rigger/Install/ --renderer-print-preview --enable-offline-auto-reload --enable-offline-auto-reload-v\ | |
| isible-only --enable-threaded-compositing --enable-delegated-renderer --enable-impl-side-painting --\ | |
| disable-accelerated-video-decode --channel=3092.106.265738945",user="mazzzy",cores=["0","1","2","3"]\ | |
| },{id="16505",type="process",description="/opt/google/chrome/chrome --type=renderer --enable-deferre\ | |
| d-image-decoding --lang=en-US --force-fieldtrials=AutoReloadExperiment/Enabled/AutoReloadVisibleOnly\ | |
| Experiment/Enabled/ChromeSuggestions/Most Likely with Kodachrome/ExtensionInstallVerification/None/O\ | |
| mniboxBundledExperimentV1/StableBookmarksIndexURLs/Prerender/PrerenderEnabled/PrerenderFromOmnibox/O\ | |
| mniboxPrerenderEnabled/PrerenderLocalPredictorSpec/LocalPredictor=Disabled/QUIC/Disabled/SDCH/Enable\ | |
| dAll/SafeBrowsingIncidentReportingService/Default/SettingsEnforcement/no_enforcement/Test0PercentDef\ | |
| ault/group_01/UMA-Dynamic-Binary-Uniformity-Trial/default/UMA-New-Install-Uniformity-Trial/Experimen\ | |
| t/UMA-Population-Restrict/normal/UMA-Session-Randomized-Uniformity-Trial-5-Percent/group_03/UMA-Unif\ | |
| ormity-Trial-1-Percent/group_39/UMA-Uniformity-Trial-10-Percent/group_08/UMA-Uniformity-Trial-100-Pe\ | |
| rcent/group_01/UMA-Uniformity-Trial-20-Percent/group_03/UMA-Uniformity-Trial-5-Percent/group_02/UMA-\ | |
| Uniformity-Trial-50-Percent/group_01/VoiceTrigger/Install/ --renderer-print-preview --enable-offline\ | |
| -auto-reload --enable-offline-auto-reload-visible-only --enable-threaded-compositing --enable-delega\ | |
| ted-renderer --enable-impl-side-painting --disable-accelerated-video-decode --channel=3092.107.73410\ | |
| 0997",user="mazzzy",cores=["0","1","2"]},{id="16518",type="process",description="/opt/eclipse/eclips\ | |
| e",user="mazzzy",cores=["3"]},{id="16521",type="process",description="/usr/bin/java -Dosgi.requiredJ\ | |
| avaVersion=1.7 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /opt/eclipse//plugins/org.eclipse.equinox.\ | |
| launcher_1.3.0.v20140415-2008.jar -os linux -ws gtk -arch x86_64 -showsplash /opt/eclipse//plugins/o\ | |
| rg.eclipse.platform_4.4.0.v20140925-0400/splash.bmp -launcher /opt/eclipse/eclipse -name Eclipse --l\ | |
| auncher.library /opt/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v2014060\ | |
| 3-1326/eclipse_1605.so -startup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2\ | |
| 008.jar --launcher.appendVmargs -exitdata f60010 -product org.eclipse.epp.package.standard.product -\ | |
| vm /usr/bin/java -vmargs -Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /\ | |
| opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar",user="mazzzy",cores=["0"\ | |
| ,"1","2","3"]},{id="16577",type="process",description="/opt/eclipse/eclipse",user="mazzzy",cores=["0\ | |
| "]},{id="16579",type="process",description="/usr/bin/java -Dosgi.requiredJavaVersion=1.7 -XX:MaxPerm\ | |
| Size=256m -Xms40m -Xmx512m -jar /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2\ | |
| 008.jar -os linux -ws gtk -arch x86_64 -showsplash /opt/eclipse//plugins/org.eclipse.platform_4.4.0.\ | |
| v20140925-0400/splash.bmp -launcher /opt/eclipse/eclipse -name Eclipse --launcher.library /opt/eclip\ | |
| se//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20140603-1326/eclipse_1605.so -st\ | |
| artup /opt/eclipse//plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.appendV\ | |
| margs -exitdata f8800d -product org.eclipse.epp.package.standard.product -vm /usr/bin/java -vmargs -\ | |
| Dosgi.requiredJavaVersion=1.7 -XX:MaxPermSize=256m -Xms40m -Xmx512m -jar /opt/eclipse//plugins/org.e\ | |
| clipse.equinox.launcher_1.3.0.v20140415-2008.jar",user="mazzzy",cores=["0","1","2","3"]},{id="16610"\ | |
| ,type="process",description="/bin/sh -c run-parts --report /etc/cron.daily",user="root",cores=["1"]}\ | |
| ,{id="16611",type="process",description="run-parts --report /etc/cron.daily",user="root",cores=["1"]\ | |
| },{id="16618",type="process",description="/bin/sh /etc/cron.daily/apt",user="root",cores=["2"]},{id=\ | |
| "16654",type="process",description="sleep 1356",user="root",cores=["2"]},{id="16690",type="process",\ | |
| description="gdb --interpreter mi2 --nx",user="mazzzy",cores=["1"]},{id="16705",type="process",descr\ | |
| iption="/home/mazzzy/go_workspace/simple/bin/main",user="mazzzy",cores=["2"]}] | |
| 445,916 (gdb) | |
| 445,917 31^done,groups=[{id="i1",type="process",pid="16705",executable="/home/mazzzy/go_workspace/si\ | |
| mple/bin/main",cores=["2"]}] | |
| 445,917 (gdb) | |
| 446,583 32-list-thread-groups i1 | |
| 446,583 32^done,threads=[{id="1",target-id="process 16705",name="main",frame={level="0",addr="0x0000\ | |
| 0000004280b0",func="main",args=[],file="/usr/local/go/src/pkg/runtime/rt0_linux_amd64.s",fullname="/\ | |
| opt/go1.3.1/src/pkg/runtime/rt0_linux_amd64.s",line="14"},state="stopped",core="2"}] | |
| 446,585 (gdb) | |
| 446,606 33-stack-info-depth --thread 1 11 | |
| 446,607 33^done,depth="4" | |
| 446,607 (gdb) | |
| 446,613 34-stack-list-frames --thread 1 | |
| 446,614 34^done,stack=[frame={level="0",addr="0x00000000004280b0",func="main",file="/usr/local/go/sr\ | |
| c/pkg/runtime/rt0_linux_amd64.s",fullname="/opt/go1.3.1/src/pkg/runtime/rt0_linux_amd64.s",line="14"\ | |
| },frame={level="1",addr="0x0000000000000001",func="??"},frame={level="2",addr="0x00007fffffffe6e8",f\ | |
| unc="??"},frame={level="3",addr="0x0000000000000000",func="??"}] | |
| 446,614 (gdb) | |
| 447,339 35-data-disassemble --thread 1 -s 4358320 -e 4358460 -- 3 | |
| 447,346 35^done,asm_insns=[{address="0x00000000004280b0",func-name="main",offset="0",opcodes="b8 20 \ | |
| 57 42 00",inst="mov $0x425720,%eax"},{address="0x00000000004280b5",func-name="main",offset="5",op\ | |
| codes="ff e0",inst="jmpq *%rax"},{address="0x00000000004280b7",func-name="main",offset="7",opcodes\ | |
| ="00 00",inst="add %al,(%rax)"},{address="0x00000000004280b9",func-name="main",offset="9",opcodes\ | |
| ="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bb",func-name="main",offset="11",opcode\ | |
| s="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bd",func-name="main",offset="13",opcod\ | |
| es="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bf",func-name="main",offset="15",opco\ | |
| des="00 8b 7c 24 08 b8",inst="add %cl,-0x47f7db84(%rbx)"},{address="0x00000000004280c5",func-name\ | |
| ="runtime.exit",offset="5",opcodes="e7 00",inst="out %eax,$0x0"},{address="0x00000000004280c7",fu\ | |
| nc-name="runtime.exit",offset="7",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000000042\ | |
| 80c9",func-name="runtime.exit",offset="9",opcodes="0f 05",inst="syscall "},{address="0x0000000000428\ | |
| 0cb",func-name="runtime.exit",offset="11",opcodes="c3",inst="retq "},{address="0x00000000004280cc"\ | |
| ,func-name="runtime.exit",offset="12",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000\ | |
| 004280ce",func-name="runtime.exit",offset="14",opcodes="00 00",inst="add %al,(%rax)"},{address="0\ | |
| x00000000004280d0",func-name="runtime.open",offset="0",opcodes="48 8b 7c 24 08",inst="mov 0x8(%rs\ | |
| p),%rdi"},{address="0x00000000004280d5",func-name="runtime.open",offset="5",opcodes="8b 74 24 10",in\ | |
| st="mov 0x10(%rsp),%esi"},{address="0x00000000004280d9",func-name="runtime.open",offset="9",opcod\ | |
| es="8b 54 24 14",inst="mov 0x14(%rsp),%edx"},{address="0x00000000004280dd",func-name="runtime.ope\ | |
| n",offset="13",opcodes="b8 02 00 00 00",inst="mov $0x2,%eax"},{address="0x00000000004280e2",func-\ | |
| name="runtime.open",offset="18",opcodes="0f 05",inst="syscall "},{address="0x00000000004280e4",func-\ | |
| name="runtime.open",offset="20",opcodes="c3",inst="retq "},{address="0x00000000004280e5",func-name\ | |
| ="runtime.open",offset="21",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280e7",\ | |
| func-name="runtime.open",offset="23",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000000\ | |
| 04280e9",func-name="runtime.open",offset="25",opcodes="00 00",inst="add %al,(%rax)"},{address="0x\ | |
| 00000000004280eb",func-name="runtime.open",offset="27",opcodes="00 00",inst="add %al,(%rax)"},{ad\ | |
| dress="0x00000000004280ed",func-name="runtime.open",offset="29",opcodes="00 00",inst="add %al,(%r\ | |
| ax)"},{address="0x00000000004280ef",func-name="runtime.open",offset="31",opcodes="00 8b 7c 24 08 b8"\ | |
| ,inst="add %cl,-0x47f7db84(%rbx)"},{address="0x00000000004280f5",func-name="runtime.close",offset\ | |
| ="5",opcodes="03 00",inst="add (%rax),%eax"},{address="0x00000000004280f7",func-name="runtime.clo\ | |
| se",offset="7",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280f9",func-name="ru\ | |
| ntime.close",offset="9",opcodes="0f 05",inst="syscall "},{address="0x00000000004280fb",func-name="ru\ | |
| ntime.close",offset="11",opcodes="c3",inst="retq "},{address="0x00000000004280fc",func-name="runti\ | |
| me.close",offset="12",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280fe",func-n\ | |
| ame="runtime.close",offset="14",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004281\ | |
| 00",func-name="runtime.write",offset="0",opcodes="8b 7c 24 08",inst="mov 0x8(%rsp),%edi"},{addres\ | |
| s="0x0000000000428104",func-name="runtime.write",offset="4",opcodes="48 8b 74 24 10",inst="mov 0x\ | |
| 10(%rsp),%rsi"},{address="0x0000000000428109",func-name="runtime.write",offset="9",opcodes="8b 54 24\ | |
| 18",inst="mov 0x18(%rsp),%edx"},{address="0x000000000042810d",func-name="runtime.write",offset="\ | |
| 13",opcodes="b8 01 00 00 00",inst="mov $0x1,%eax"},{address="0x0000000000428112",func-name="runti\ | |
| me.write",offset="18",opcodes="0f 05",inst="syscall "},{address="0x0000000000428114",func-name="runt\ | |
| ime.write",offset="20",opcodes="c3",inst="retq "},{address="0x0000000000428115",func-name="runtime\ | |
| .write",offset="21",opcodes="00 00",inst="add %al,(%rax)"},{address="0x0000000000428117",func-nam\ | |
| e="runtime.write",offset="23",opcodes="00 00",inst="add %al,(%rax)"},{address="0x0000000000428119\ | |
| ",func-name="runtime.write",offset="25",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000\ | |
| 000042811b",func-name="runtime.write",offset="27",opcodes="00 00",inst="add %al,(%rax)"},{address\ | |
| ="0x000000000042811d",func-name="runtime.write",offset="29",opcodes="00 00",inst="add %al,(%rax)"\ | |
| },{address="0x000000000042811f",func-name="runtime.write",offset="31",opcodes="00 8b 7c 24 08 48",in\ | |
| st="add %cl,0x4808247c(%rbx)"},{address="0x0000000000428125",func-name="runtime.read",offset="5",\ | |
| opcodes="8b 74 24 10",inst="mov 0x10(%rsp),%esi"},{address="0x0000000000428129",func-name="runtim\ | |
| e.read",offset="9",opcodes="8b 54 24 18",inst="mov 0x18(%rsp),%edx"},{address="0x000000000042812d\ | |
| ",func-name="runtime.read",offset="13",opcodes="31 c0",inst="xor %eax,%eax"},{address="0x00000000\ | |
| 0042812f",func-name="runtime.read",offset="15",opcodes="0f 05",inst="syscall "},{address="0x00000000\ | |
| 00428131",func-name="runtime.read",offset="17",opcodes="c3",inst="retq "},{address="0x000000000042\ | |
| 8132",func-name="runtime.read",offset="18",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000\ | |
| 0000000428134",func-name="runtime.read",offset="20",opcodes="00 00",inst="add %al,(%rax)"},{addre\ | |
| ss="0x0000000000428136",func-name="runtime.read",offset="22",opcodes="00 00",inst="add %al,(%rax)\ | |
| "},{address="0x0000000000428138",func-name="runtime.read",offset="24",opcodes="00 00",inst="add %\ | |
| al,(%rax)"},{address="0x000000000042813a",func-name="runtime.read",offset="26",opcodes="00 00",inst=\ | |
| "add %al,(%rax)"}] | |
| 447,354 (gdb) | |
| 447,378 36-list-thread-groups | |
| 447,378 36^done,groups=[{id="i1",type="process",pid="16705",executable="/home/mazzzy/go_workspace/si\ | |
| mple/bin/main",cores=["2"]}] | |
| 447,378 37-thread-info 1 | |
| 447,378 (gdb) | |
| 447,382 37^done,threads=[{id="1",target-id="process 16705",name="main",frame={level="0",addr="0x0000\ | |
| 0000004280b0",func="main",args=[],file="/usr/local/go/src/pkg/runtime/rt0_linux_amd64.s",fullname="/\ | |
| opt/go1.3.1/src/pkg/runtime/rt0_linux_amd64.s",line="14"},state="stopped",core="2"}] | |
| 447,383 (gdb) | |
| 447,691 38-data-disassemble --thread 1 -s 4358320 -e 4358460 -- 2 | |
| 447,693 38^done,asm_insns=[{address="0x00000000004280b0",func-name="main",offset="0",opcodes="b8 20 \ | |
| 57 42 00",inst="mov $0x425720,%eax"},{address="0x00000000004280b5",func-name="main",offset="5",op\ | |
| codes="ff e0",inst="jmpq *%rax"},{address="0x00000000004280b7",func-name="main",offset="7",opcodes\ | |
| ="00 00",inst="add %al,(%rax)"},{address="0x00000000004280b9",func-name="main",offset="9",opcodes\ | |
| ="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bb",func-name="main",offset="11",opcode\ | |
| s="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bd",func-name="main",offset="13",opcod\ | |
| es="00 00",inst="add %al,(%rax)"},{address="0x00000000004280bf",func-name="main",offset="15",opco\ | |
| des="00 8b 7c 24 08 b8",inst="add %cl,-0x47f7db84(%rbx)"},{address="0x00000000004280c5",func-name\ | |
| ="runtime.exit",offset="5",opcodes="e7 00",inst="out %eax,$0x0"},{address="0x00000000004280c7",fu\ | |
| nc-name="runtime.exit",offset="7",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000000042\ | |
| 80c9",func-name="runtime.exit",offset="9",opcodes="0f 05",inst="syscall "},{address="0x0000000000428\ | |
| 0cb",func-name="runtime.exit",offset="11",opcodes="c3",inst="retq "},{address="0x00000000004280cc"\ | |
| ,func-name="runtime.exit",offset="12",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000\ | |
| 004280ce",func-name="runtime.exit",offset="14",opcodes="00 00",inst="add %al,(%rax)"},{address="0\ | |
| x00000000004280d0",func-name="runtime.open",offset="0",opcodes="48 8b 7c 24 08",inst="mov 0x8(%rs\ | |
| p),%rdi"},{address="0x00000000004280d5",func-name="runtime.open",offset="5",opcodes="8b 74 24 10",in\ | |
| st="mov 0x10(%rsp),%esi"},{address="0x00000000004280d9",func-name="runtime.open",offset="9",opcod\ | |
| es="8b 54 24 14",inst="mov 0x14(%rsp),%edx"},{address="0x00000000004280dd",func-name="runtime.ope\ | |
| n",offset="13",opcodes="b8 02 00 00 00",inst="mov $0x2,%eax"},{address="0x00000000004280e2",func-\ | |
| name="runtime.open",offset="18",opcodes="0f 05",inst="syscall "},{address="0x00000000004280e4",func-\ | |
| name="runtime.open",offset="20",opcodes="c3",inst="retq "},{address="0x00000000004280e5",func-name\ | |
| ="runtime.open",offset="21",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280e7",\ | |
| func-name="runtime.open",offset="23",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000000\ | |
| 04280e9",func-name="runtime.open",offset="25",opcodes="00 00",inst="add %al,(%rax)"},{address="0x\ | |
| 00000000004280eb",func-name="runtime.open",offset="27",opcodes="00 00",inst="add %al,(%rax)"},{ad\ | |
| dress="0x00000000004280ed",func-name="runtime.open",offset="29",opcodes="00 00",inst="add %al,(%r\ | |
| ax)"},{address="0x00000000004280ef",func-name="runtime.open",offset="31",opcodes="00 8b 7c 24 08 b8"\ | |
| ,inst="add %cl,-0x47f7db84(%rbx)"},{address="0x00000000004280f5",func-name="runtime.close",offset\ | |
| ="5",opcodes="03 00",inst="add (%rax),%eax"},{address="0x00000000004280f7",func-name="runtime.clo\ | |
| se",offset="7",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280f9",func-name="ru\ | |
| ntime.close",offset="9",opcodes="0f 05",inst="syscall "},{address="0x00000000004280fb",func-name="ru\ | |
| ntime.close",offset="11",opcodes="c3",inst="retq "},{address="0x00000000004280fc",func-name="runti\ | |
| me.close",offset="12",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004280fe",func-n\ | |
| ame="runtime.close",offset="14",opcodes="00 00",inst="add %al,(%rax)"},{address="0x00000000004281\ | |
| 00",func-name="runtime.write",offset="0",opcodes="8b 7c 24 08",inst="mov 0x8(%rsp),%edi"},{addres\ | |
| s="0x0000000000428104",func-name="runtime.write",offset="4",opcodes="48 8b 74 24 10",inst="mov 0x\ | |
| 10(%rsp),%rsi"},{address="0x0000000000428109",func-name="runtime.write",offset="9",opcodes="8b 54 24\ | |
| 18",inst="mov 0x18(%rsp),%edx"},{address="0x000000000042810d",func-name="runtime.write",offset="\ | |
| 13",opcodes="b8 01 00 00 00",inst="mov $0x1,%eax"},{address="0x0000000000428112",func-name="runti\ | |
| me.write",offset="18",opcodes="0f 05",inst="syscall "},{address="0x0000000000428114",func-name="runt\ | |
| ime.write",offset="20",opcodes="c3",inst="retq "},{address="0x0000000000428115",func-name="runtime\ | |
| .write",offset="21",opcodes="00 00",inst="add %al,(%rax)"},{address="0x0000000000428117",func-nam\ | |
| e="runtime.write",offset="23",opcodes="00 00",inst="add %al,(%rax)"},{address="0x0000000000428119\ | |
| ",func-name="runtime.write",offset="25",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000000\ | |
| 000042811b",func-name="runtime.write",offset="27",opcodes="00 00",inst="add %al,(%rax)"},{address\ | |
| ="0x000000000042811d",func-name="runtime.write",offset="29",opcodes="00 00",inst="add %al,(%rax)"\ | |
| },{address="0x000000000042811f",func-name="runtime.write",offset="31",opcodes="00 8b 7c 24 08 48",in\ | |
| st="add %cl,0x4808247c(%rbx)"},{address="0x0000000000428125",func-name="runtime.read",offset="5",\ | |
| opcodes="8b 74 24 10",inst="mov 0x10(%rsp),%esi"},{address="0x0000000000428129",func-name="runtim\ | |
| e.read",offset="9",opcodes="8b 54 24 18",inst="mov 0x18(%rsp),%edx"},{address="0x000000000042812d\ | |
| ",func-name="runtime.read",offset="13",opcodes="31 c0",inst="xor %eax,%eax"},{address="0x00000000\ | |
| 0042812f",func-name="runtime.read",offset="15",opcodes="0f 05",inst="syscall "},{address="0x00000000\ | |
| 00428131",func-name="runtime.read",offset="17",opcodes="c3",inst="retq "},{address="0x000000000042\ | |
| 8132",func-name="runtime.read",offset="18",opcodes="00 00",inst="add %al,(%rax)"},{address="0x000\ | |
| 0000000428134",func-name="runtime.read",offset="20",opcodes="00 00",inst="add %al,(%rax)"},{addre\ | |
| ss="0x0000000000428136",func-name="runtime.read",offset="22",opcodes="00 00",inst="add %al,(%rax)\ | |
| "},{address="0x0000000000428138",func-name="runtime.read",offset="24",opcodes="00 00",inst="add %\ | |
| al,(%rax)"},{address="0x000000000042813a",func-name="runtime.read",offset="26",opcodes="00 00",inst=\ | |
| "add %al,(%rax)"}] | |
| 447,702 (gdb) | |
| 447,712 39-stack-list-locals --thread 1 --frame 0 1 | |
| 447,712 39^done,locals=[] | |
| 447,713 (gdb) | |
| 448,059 40-stack-list-frames --thread 1 0 3 | |
| 448,059 40^done,stack=[frame={level="0",addr="0x00000000004280b0",func="main",file="/usr/local/go/sr\ | |
| c/pkg/runtime/rt0_linux_amd64.s",fullname="/opt/go1.3.1/src/pkg/runtime/rt0_linux_amd64.s",line="14"\ | |
| },frame={level="1",addr="0x0000000000000001",func="??"},frame={level="2",addr="0x00007fffffffe6e8",f\ | |
| unc="??"},frame={level="3",addr="0x0000000000000000",func="??"}] | |
| 448,060 (gdb) | |
| 453,803 41-exec-continue --thread 1 | |
| 453,803 41^running | |
| 453,804 *running,thread-id="all" | |
| 453,804 (gdb) | |
| 453,805 =breakpoint-modified,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="0x0000\ | |
| 000000400c32",func="main.main",file="/home/mazzzy/go_workspace/simple/src/main.go",fullname="/home/m\ | |
| azzzy/go_workspace/simple/src/main.go",line="9",thread-groups=["i1"],times="1",original-location="/h\ | |
| ome/mazzzy/go_workspace/simple/src/main.go:9"} | |
| 453,805 *stopped,reason="breakpoint-hit",disp="keep",bkptno="2",frame={addr="0x0000000000400c32",fun\ | |
| c="main.main",args=[],file="/home/mazzzy/go_workspace/simple/src/main.go",fullname="/home/mazzzy/go_\ | |
| workspace/simple/src/main.go",line="9"},thread-id="1",stopped-threads="all",core="2" | |
| 453,805 (gdb) | |
| 453,816 42-stack-list-locals --thread 1 --frame 0 1 | |
| 453,832 43-data-disassemble --thread 1 -s 4197426 -e 4197459 -- 3 | |
| 453,908 44-stack-info-depth --thread 1 11 | |
| 468,435 42^done,locals=[{name="a",value="<error reading variable: Cannot access memory at address 0x\ | |
| 44b668>"}] | |
| 468,435 (gdb) | |
| 468,436 43^done,asm_insns=[{address="0x0000000000400c32",func-name="main.main",offset="50",opcodes="\ | |
| 48 8b 5c 24 50",inst="mov 0x50(%rsp),%rbx"},{address="0x0000000000400c37",func-name="main.main",o\ | |
| ffset="55",opcodes="48 89 5c 24 40",inst="mov %rbx,0x40(%rsp)"},{address="0x0000000000400c3c",fun\ | |
| c-name="main.main",offset="60",opcodes="48 8b 5c 24 58",inst="mov 0x58(%rsp),%rbx"},{address="0x0\ | |
| 000000000400c41",func-name="main.main",offset="65",opcodes="48 89 5c 24 48",inst="mov %rbx,0x48(%\ | |
| rsp)"},{address="0x0000000000400c46",func-name="main.main",offset="70",opcodes="48 c7 04 24 60 2b 49\ | |
| 00",inst="movq $0x492b60,(%rsp)"},{address="0x0000000000400c4e",func-name="main.main",offset="78"\ | |
| ,opcodes="e8 ad 10 02 00",inst="callq 0x421d00 <runtime.new>"}] | |
| 468,437 (gdb) | |
| 468,438 44^done,depth="1" | |
| 468,438 (gdb) | |
| 468,443 45-data-disassemble --thread 1 -s 4197426 -e 4197459 -- 2 | |
| 468,444 45^done,asm_insns=[{address="0x0000000000400c32",func-name="main.main",offset="50",opcodes="\ | |
| 48 8b 5c 24 50",inst="mov 0x50(%rsp),%rbx"},{address="0x0000000000400c37",func-name="main.main",o\ | |
| ffset="55",opcodes="48 89 5c 24 40",inst="mov %rbx,0x40(%rsp)"},{address="0x0000000000400c3c",fun\ | |
| c-name="main.main",offset="60",opcodes="48 8b 5c 24 58",inst="mov 0x58(%rsp),%rbx"},{address="0x0\ | |
| 000000000400c41",func-name="main.main",offset="65",opcodes="48 89 5c 24 48",inst="mov %rbx,0x48(%\ | |
| rsp)"},{address="0x0000000000400c46",func-name="main.main",offset="70",opcodes="48 c7 04 24 60 2b 49\ | |
| 00",inst="movq $0x492b60,(%rsp)"},{address="0x0000000000400c4e",func-name="main.main",offset="78"\ | |
| ,opcodes="e8 ad 10 02 00",inst="callq 0x421d00 <runtime.new>"}] | |
| 468,445 (gdb) | |
| 468,529 46-stack-info-depth --thread 1 | |
| 468,530 46^done,depth="1" | |
| 468,530 (gdb) | |
| 468,531 47-list-thread-groups | |
| 468,531 48-thread-info 1 | |
| 468,531 47^done,groups=[{id="i1",type="process",pid="16705",executable="/home/mazzzy/go_workspace/si\ | |
| mple/bin/main",cores=["2"]}] | |
| 468,531 (gdb) | |
| 468,531 48^done,threads=[{id="1",target-id="LWP 16705",name="main",frame={level="0",addr="0x00000000\ | |
| 00400c32",func="main.main",args=[],file="/home/mazzzy/go_workspace/simple/src/main.go",fullname="/ho\ | |
| me/mazzzy/go_workspace/simple/src/main.go",line="9"},state="stopped",core="2"}] | |
| 468,531 (gdb) | |
| 468,545 49-var-create --thread 1 --frame 0 - * a | |
| 468,556 50-data-evaluate-expression --thread 1 --frame 0 a | |
| 497,258 49^done,name="var1",numchild="0",value="<error reading variable: Cannot access memory at add\ | |
| ress 0x44b668>{str = 0x44b668 <errors.New+56> \"H\\213D$\\bH\\213l$0H\\211(H\\213l$8H\\211h\\bH\\211\ | |
| D$ H\\213\\004%0DT\", len = 4916576}",type="struct string",thread-id="1",displayhint="string",dynami\ | |
| c="1",has_more="0" | |
| 497,261 (gdb) | |
| 511,303 50^done,value="<error reading variable: Cannot access memory at address 0x44b668>" | |
| 511,304 (gdb) | |
| 533,099 51-var-set-format var1 binary | |
| 547,338 51^done,format="binary",value="<error reading variable: Cannot access memory at address 0x44\ | |
| b668>{str = 10001001011011001101000, len = 10010110000010101100000}" | |
| 547,339 (gdb) | |
| 547,341 52-var-set-format var1 natural | |
| 561,943 52^done,format="natural",value="<error reading variable: Cannot access memory at address 0x4\ | |
| 4b668>{str = 0x44b668 <errors.New+56> \"H\\213D$\\bH\\213l$0H\\211(H\\213l$8H\\211h\\bH\\211D$ H\\21\ | |
| 3\\004%0DT\", len = 4916576}" | |
| 561,943 (gdb) | |
| 561,944 53-var-set-format var1 octal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment