aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau6-0/+183
2021-03-26bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-26bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-26libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-26libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-26libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-26libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-26libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-26bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau1-0/+41
2021-03-26tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau1-12/+12
2021-03-26bpf: Support kernel function call in x86-32Martin KaFai Lau1-0/+198
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau13-46/+480
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau4-77/+95
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau4-28/+17
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing1-1/+0
2021-03-25bpf: Remove unused headersLu Wei2-2/+0
2021-03-25libbpf: Add bpf object kern_version attribute setterRafael David Tinoco3-0/+12