Skip to content

Commit

Permalink
Merge pull request #6 from rafaelfolco/fix-kmod-bg
Browse files Browse the repository at this point in the history
Fix kmod and background process
  • Loading branch information
rafaelfolco authored Jul 25, 2022
2 parents ad4b6ba + 411d6b8 commit e046221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rt-trace-bpf-start
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ modinfo kheaders >> rt-trace-bpf-kheaders.txt

cmd="/root/rt-trace-bpf/rt-trace-bcc.py --cpu-list ${cpu_list} --summary --backtrace"
echo "About to run: ${cmd}"
${cmd} > rt-trace-bpf-stderrout.txt
${cmd} > rt-trace-bpf-stderrout.txt &
rt_trace_bpf_pid=$!
echo "${rt_trace_bpf_pid}" >> rt-trace-bpf-pids.txt
echo "rt-trace-bpf pid is ${rt_trace_bpf_pid}"
3 changes: 2 additions & 1 deletion workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"llvm",
"llvm-devel",
"llvm-static",
"ncurses-devel"
"ncurses-devel",
"kmod"
]
}
},
Expand Down

0 comments on commit e046221

Please sign in to comment.