Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Linux-Kernel
libevl
Commits
c5dd9ab2
Commit
c5dd9ab2
authored
Aug 03, 2021
by
Philippe Gerum
Browse files
utils: evl-trace: fix implicit enable-all command
Signed-off-by:
Philippe Gerum
<
rpm@xenomai.org
>
parent
a1ac1ac6
Changes
2
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
c5dd9ab2
MIT License
Copyright (c) 2018-201
9
Philippe Gerum and the libevl contributors.
Copyright (c) 2018-20
2
1 Philippe Gerum and the libevl contributors.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
...
...
utils/evl-trace
View file @
c5dd9ab2
...
...
@@ -91,6 +91,10 @@ fi
for
group
in
$trace_groups
do
if
test
$group
=
all
;
then
event_list
=
""
break
fi
if
test
\!
-r
$EVL_CMDDIR
/trace.
$group
;
then
echo
>
&2
"no trace group '
$group
'"
exit
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment