Searched full:hardirqs (Results 1 – 14 of 14) sorted by relevance
1 .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]43 .B hardirqs47 .B hardirqs \-d51 .B hardirqs 1 1055 .B hardirqs \-NT 159 .B hardirqs \-c 1
107 hardirqs(8)
16 #include "hardirqs.h"17 #include "hardirqs.skel.h"37 const char *argp_program_version = "hardirqs 0.1";43 "USAGE: hardirqs [--help] [-T] [-N] [-d] [interval] [count] [-c CG]\n"46 " hardirqs # sum hard irq event time\n"47 " hardirqs -d # show hard irq event time as histograms\n"48 " hardirqs 1 10 # print 1 second summaries, 10 times\n"49 " hardirqs -c CG # Trace process under cgroupsPath CG\n"50 " hardirqs -NT 1 # 1s summaries, nanoseconds, and timestamps\n";
28 /hardirqs
7 #include "hardirqs.h"
60 hardirqs \
4 # hardirqs Summarize hard IRQ (interrupt) event time.7 # USAGE: hardirqs [-h] [-T] [-N] [-C] [-d] [-c CPU] [interval] [outputs]26 ./hardirqs # sum hard irq event time27 ./hardirqs -d # show hard irq event time as histograms28 ./hardirqs 1 10 # print 1 second summaries, 10 times29 ./hardirqs -NT 1 # 1s summaries, nanoseconds, and timestamps30 ./hardirqs -c 1 # sum hard irq event time on CPU 1 only
1 Demonstrations of hardirqs, the Linux eBPF/bcc version.7 # ./hardirqs45 # ./hardirqs -T 1 3195 # ./hardirqs -d620 # ./hardirqs.py -C652 # ./hardirqs -h653 usage: hardirqs [-h] [-T] [-N] [-C] [-d] [interval] [outputs]669 ./hardirqs # sum hard irq event time670 ./hardirqs -d # show hard irq event time as histograms671 ./hardirqs 1 10 # print 1 second summaries, 10 times[all …]
4 # hardirqs Summarize hard IRQ (interrupt) event time.7 # USAGE: hardirqs [-h] [-T] [-N] [-C] [-d] [interval] [outputs]23 ./hardirqs # sum hard irq event time24 ./hardirqs -d # show hard irq event time as histograms25 ./hardirqs 1 10 # print 1 second summaries, 10 times26 ./hardirqs -NT 1 # 1s summaries, nanoseconds, and timestamps
35 …* libbpf-tools updates for klockstat, sigsnoop, hardirqs, softirqs, opensnoop, statsnoop, offcputi…64 * bcc tools: update for trace.py, sslsniff.py, tcptop.py, hardirqs.py, etc.162 * new libbpf-tools: llcstat, numamove, runqlen, runqlat, softirgs, hardirqs
177 hardirqs:178 command: bcc-wrapper hardirqs
125 - tools/[hardirqs](tools/hardirqs.py): Measure hard IRQ (hard interrupt) event time. [Examples](to…
207 self.run_with_duration("hardirqs.py 1 1")
kernel-headers/arch/s390/hypfs/hypfs.h kernel-headers/arch/ ...