Home
last modified time | relevance | path

Searched full:hardirqs (Results 1 – 11 of 11) sorted by relevance

/external/bcc/man/man8/
Dhardirqs.81 .TH hardirqs 8 "2015-10-20" "USER COMMANDS"
3 hardirqs \- Measure hard IRQ (hard interrupt) event time. Uses Linux eBPF/bcc.
5 .B hardirqs [\-h] [\-T] [\-N] [\-C] [\-d] [interval] [outputs]
39 .B hardirqs
43 .B hardirqs \-d
47 .B hardirqs 1 10
51 .B hardirqs \-NT 1
Dsoftirqs.893 hardirqs(8)
/external/bcc/tools/
Dhardirqs.py4 # hardirqs Summarize hard IRQ (interrupt) event time.
7 # USAGE: hardirqs [-h] [-T] [-N] [-C] [-d] [interval] [outputs]
23 ./hardirqs # sum hard irq event time
24 ./hardirqs -d # show hard irq event time as histograms
25 ./hardirqs 1 10 # print 1 second summaries, 10 times
26 ./hardirqs -NT 1 # 1s summaries, nanoseconds, and timestamps
Dhardirqs_example.txt1 Demonstrations of hardirqs, the Linux eBPF/bcc version.
7 # ./hardirqs
45 # ./hardirqs -T 1 3
195 # ./hardirqs -d
620 # ./hardirqs.py -C
652 # ./hardirqs -h
653 usage: hardirqs [-h] [-T] [-N] [-C] [-d] [interval] [outputs]
669 ./hardirqs # sum hard irq event time
670 ./hardirqs -d # show hard irq event time as histograms
671 ./hardirqs 1 10 # print 1 second summaries, 10 times
[all …]
/external/syzkaller/pkg/report/testdata/linux/guilty/
D1910 hardirqs last enabled at (331): [<00000000eed64b41>] slab_alloc mm/slab.c:3378 [inline]
11 hardirqs last enabled at (331): [<00000000eed64b41>] __do_kmalloc mm/slab.c:3709 [inline]
12 hardirqs last enabled at (331): [<00000000eed64b41>] __kmalloc+0x23a/0x760 mm/slab.c:3720
13 hardirqs last disabled at (332): [<00000000f3407c2d>] kfree+0x6a/0x250 mm/slab.c:3800
D154 hardirqs last enabled at (210421): [<ffffffff82c51728>] restore_regs_and_iret+0x0/0x1d
5 hardirqs last disabled at (210422): [<ffffffff8100fb22>] apic_timer_interrupt+0x82/0x90 arch/x86/en…
/external/bcc/snapcraft/
Dsnapcraft.yaml120 hardirqs:
121 command: wrapper hardirqs
122 aliases: [hardirqs]
/external/syzkaller/pkg/report/testdata/linux/report/
D676 [ 562.740767] hardirqs last enabled at (2531225): [<00000000f1ec093f>] snd_pcm_stream_unlock_irq+…
7 [ 562.750576] hardirqs last disabled at (2531226): [<000000003c6ef1cd>] apic_timer_interrupt+0xa4/…
D656 [ 247.953370] hardirqs last enabled at (494027): [<ffffffff8516b14a>] restore_regs_and_return_to_…
7 [ 247.963568] hardirqs last disabled at (494028): [<ffffffff8516c088>] apic_timer_interrupt+0x98/0…
/external/bcc/
DREADME.md116 - tools/[hardirqs](tools/hardirqs.py): Measure hard IRQ (hard interrupt) event time. [Examples](to…
/external/bcc/tests/python/
Dtest_tools_smoke.py185 self.run_with_duration("hardirqs.py 1 1")