summaryrefslogtreecommitdiff
path: root/tools/perf/arch/common.h
blob: 6b01c736b7d9aad5d8329776636a9c77d4344cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ARCH_PERF_COMMON_H
#define ARCH_PERF_COMMON_H

#include "../util/env.h"

extern const char *objdump_path;

int perf_env__lookup_objdump(struct perf_env *env);
const char *normalize_arch(char *arch);

#endif /* ARCH_PERF_COMMON_H */
bpf_sys.h from selftestsMickaël Salaün6-34/+3 2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15 2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün3-29/+18 2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün3-24/+14 2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün4-48/+37 2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün4-89/+97 2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün4-27/+12 2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64 2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1 2017-02-06bpf: enable verifier to add 0 to packet ptrWilliam Tu1-0/+23 2017-02-06bpf: test for AND edge casesJosef Bacik1-0/+55