cregit-Linux how code gets into the kernel

Release 4.18 tools/testing/selftests/bpf/trace_helpers.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __TRACE_HELPER_H

#define __TRACE_HELPER_H

#include <libbpf.h>


struct ksym {
	
long addr;
	
char *name;
};

int load_kallsyms(void);
struct ksym *ksym_search(long key);
long ksym_get_addr(const char *name);


typedef enum bpf_perf_event_ret (*perf_event_print_fn)(void *data, int size);

int perf_event_mmap(int fd);
/* return LIBBPF_PERF_EVENT_DONE or LIBBPF_PERF_EVENT_ERROR */
int perf_event_poller(int fd, perf_event_print_fn output_fn);
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Yonghong Song7692.68%266.67%
Jakub Kiciński67.32%133.33%
Total82100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.