fixed typo: tok -> top 62/156462/1
authorAdrian Szyndela <adrian.s@samsung.com>
Wed, 18 Oct 2017 11:12:48 +0000 (13:12 +0200)
committerAdrian Szyndela <adrian.s@samsung.com>
Wed, 18 Oct 2017 11:13:20 +0000 (13:13 +0200)
Change-Id: I4a4bf197476dc50f60418b4143780b3088ee2251

tools/dbus-glib-top.py [moved from tools/dbus-glib-tok.py with 100% similarity]
tools/dbus-top.c [moved from tools/dbus-tok.c with 100% similarity]
tools/dbus-top.py [moved from tools/dbus-tok.py with 96% similarity]

similarity index 100%
rename from tools/dbus-tok.c
rename to tools/dbus-top.c
similarity index 96%
rename from tools/dbus-tok.py
rename to tools/dbus-top.py
index 28384ab..2485c77 100755 (executable)
@@ -14,7 +14,7 @@ count = 100
 interval = 5
 loop = 0
 # load BPF program
-b = BPF(src_file="dbus-tok.c")
+b = BPF(src_file="dbus-top.c")
 
 b.attach_uprobe(name="dbus-1", sym="_dbus_poll", fn_name="do_entry")