diff options
author | Alexei Starovoitov <[email protected]> | 2017-03-15 18:26:43 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2017-03-16 20:44:11 -0700 |
commit | 9015d2f5953590e8273392b44c2b0f864350b427 (patch) | |
tree | bad1c229a12db8e440546287aaa4d352bc36f0c4 /tools/perf/scripts/python/sched-migration.py | |
parent | 81ed18ab3098b6519274545e80a29caacb77d160 (diff) |
bpf: inline htab_map_lookup_elem()
Optimize:
bpf_call
bpf_map_lookup_elem
map->ops->map_lookup_elem
htab_map_lookup_elem
__htab_map_lookup_elem
into:
bpf_call
__htab_map_lookup_elem
to improve performance of JITed programs.
Signed-off-by: Alexei Starovoitov <[email protected]>
Acked-by: Daniel Borkmann <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions