__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#ifndef _CTRACER_RELAY_H_
#define _CTRACER_RELAY_H_ 1
/*
Copyright (C) 2007 Arnaldo Carvalho de Melo <acme@redhat.com>
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.
*/
struct trace_entry {
unsigned long long nsec;
unsigned long long probe_type:1; /* Entry or exit */
unsigned long long function_id:63;
const void *object;
};
void ctracer__method_hook(const unsigned long long now,
const int probe_type,
const unsigned long long function,
const void *object, const int state_len);
#endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| Makefile | File | 1.01 KB | 0644 |
|
| ctracer_relay.c | File | 2.42 KB | 0644 |
|
| ctracer_relay.h | File | 657 B | 0644 |
|
| linux.blacklist.cu | File | 32 B | 0644 |
|