Skip to content

Commit

Permalink
Update mutrace.bpf.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vvzxy authored Jul 10, 2024
1 parent 26a4f07 commit 3c94d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eBPF_Supermarket/CPU_Subsystem/cpu_watcher/bpf/mutrace.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
// author: [email protected]
// author: [email protected] [email protected] [email protected]

#include <vmlinux.h>
#include <bpf/bpf_helpers.h>
Expand Down Expand Up @@ -190,4 +190,4 @@ int BPF_KPROBE(pthread_mutex_unlock, void *__mutex){
SEC("uprobe")
int BPF_KPROBE(pthread_mutex_destroy,void *__mutex){

}
}

0 comments on commit 3c94d95

Please sign in to comment.