Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 11 of 11) sorted by relevance

/tools/perf/arch/loongarch/annotate/
A Dinstructions.c66 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse()
67 ops->jump.raw_func_start = strchr(ops->raw, '<'); in loongarch_jump__parse()
69 if (ops->jump.raw_func_start && c > ops->jump.raw_func_start) in loongarch_jump__parse()
/tools/testing/selftests/net/netfilter/
A Dnft_fib.sh101 icmp type echo-request counter jump type_match_in
102 icmpv6 type echo-request counter jump type_match_in
107 icmp type echo-request counter jump type_match_in
108 icmpv6 type echo-request counter jump type_match_in
113 icmp type echo-request counter jump type_match_in
119 icmp type echo-request counter jump type_match_out
125 icmp type echo-request counter jump type_match_out
395 meta nfproto ipv4 jump {
405 meta nfproto ipv6 jump {
418 icmp type echo-request counter jump fib_test
[all …]
A Dconntrack_clash.sh33 udp dport $dport counter jump lb
39 udp dport $dport counter jump lb
A Dnft_queue.sh98 jump nfq
102 jump nfq
107 jump nfq
113 jump nfq
117 jump nfq
/tools/testing/selftests/bpf/progs/
A Dbtf_dump_test_case_packing.c56 char jump; member
/tools/perf/util/
A Ddisasm.h86 } jump; member
A Ddisasm.c353 if (ops->jump.raw_comment && c > ops->jump.raw_comment) in validate_comma()
356 if (ops->jump.raw_func_start && c > ops->jump.raw_func_start) in validate_comma()
373 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in jump__parse()
374 ops->jump.raw_func_start = strchr(ops->raw, '<'); in jump__parse()
/tools/objtool/Documentation/
A Dobjtool.txt121 which gcc sometimes uses jump tables.
236 a) the jump is part of a switch statement; or
238 b) the jump matches sibling call semantics and the frame pointer has
243 and it's not a sibling call, objtool has no way to follow the jump
391 unconditional jump, and that objtool has determined that the function
/tools/perf/Documentation/
A Dperf-config.txt198 Colors for jump arrows on assembly code listings
247 These are in control of addresses, jump function, source code
324 There can be jump instruction among assembly code.
327 where do the instruction jump into as below.
408 Default is '1', meaning just jump targets will have offsets show right beside
A Dperf-record.txt444 - ind_jmp: any indirect jump
A Dperf-intel-pt.txt1321 …Guest kernel self-modifying code (e.g. jump labels or JIT-compiled eBPF) will result in decoding e…

Completed in 21 milliseconds