Home
last modified time | relevance | path

Searched refs:branches (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/fs/ubifs/
H A Dmisc.h203 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch()
215 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
H A Dubifs-media.h824 * @branches: LEB number / offset / length / key branches
830 __u8 branches[]; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dmisc.h203 return (struct ubifs_branch *)((void *)idx->branches + in ubifs_idx_branch()
215 return (void *)((struct ubifs_branch *)idx->branches)->key; in ubifs_idx_key()
H A Dubifs-media.h824 * @branches: LEB number / offset / length / key branches
830 __u8 branches[]; member
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexport-to-sqlite.py47 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-sqlite.py pt_example branches calls
102 printerr("where: columns 'all' or 'branches'");
118 if columns not in ("all", "branches"):
121 branches = (columns == "branches") variable
205 if branches:
586 if branches:
703 if branches:
H A Dexport-to-postgresql.py59 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-postgresql.py pt_example branches calls
173 # Show branches made during a function call (e.g. where call_id is 29357 and return_id is 29370 and tid is 29670)
175 # SELECT * FROM samples_view WHERE id >= 29357 AND id <= 29370 AND tid = 29670 AND event LIKE 'branches%';
281 printerr("where: columns 'all' or 'branches'");
297 if columns not in ("all", "branches"):
300 branches = (columns == "branches") variable
381 if branches:
1029 if branches:
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dexport-to-sqlite.py47 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-sqlite.py pt_example branches calls
102 printerr("where: columns 'all' or 'branches'");
118 if columns not in ("all", "branches"):
121 branches = (columns == "branches") variable
205 if branches:
589 if branches:
706 if branches:
H A Dexport-to-postgresql.py59 # $ perf script -s ~/libexec/perf-core/scripts/python/export-to-postgresql.py pt_example branches calls
173 # Show branches made during a function call (e.g. where call_id is 29357 and return_id is 29370 and tid is 29670)
175 # SELECT * FROM samples_view WHERE id >= 29357 AND id <= 29370 AND tid = 29670 AND event LIKE 'branches%';
281 printerr("where: columns 'all' or 'branches'");
297 if columns not in ("all", "branches"):
300 branches = (columns == "branches") variable
381 if branches:
1032 if branches:
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
H A Diskeleton.S60 | _isp_unimp() branches to here so that the operating system
88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
128 | stack frame and branches to the _real_trace() entry point.
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
H A Diskeleton.S60 | _isp_unimp() branches to here so that the operating system
88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
128 | stack frame and branches to the _real_trace() entry point.
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H A Dstat+std_output.sh13 event_name=(cpu-clock task-clock context-switches cpu-migrations page-faults stalled-cycles-frontend stalled-cycles-backend cycles instructions branches branch-misses)
14 event_metric=("CPUs utilized" "CPUs utilized" "/sec" "/sec" "/sec" "frontend cycles idle" "backend cycles idle" "GHz" "insn per cycle" "/sec" "of all branches")
/kernel/linux/linux-5.10/arch/x86/net/
H A Dbpf_jit_comp.c1663 u8 **branches) in invoke_bpf_mod_ret()
1689 branches[i] = prog; in invoke_bpf_mod_ret()
1784 u8 **branches = NULL; in arch_prepare_bpf_trampoline() local
1830 branches = kcalloc(fmod_ret->nr_progs, sizeof(u8 *), in arch_prepare_bpf_trampoline()
1832 if (!branches) in arch_prepare_bpf_trampoline()
1836 branches)) { in arch_prepare_bpf_trampoline()
1864 /* Update the branches saved in invoke_bpf_mod_ret with the in arch_prepare_bpf_trampoline()
1868 emit_cond_near_jump(&branches[i], prog, branches[i], in arch_prepare_bpf_trampoline()
1912 kfree(branches); in arch_prepare_bpf_trampoline()
1661 invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_progs *tp, int stack_size, u8 **branches) invoke_bpf_mod_ret() argument
[all...]
/kernel/linux/linux-6.6/arch/arm64/net/
H A Dbpf_jit_comp.c1776 __le32 **branches) in invoke_bpf_mod_ret()
1794 branches[i] = ctx->image + ctx->idx; in invoke_bpf_mod_ret()
1847 __le32 **branches = NULL; in prepare_trampoline() local
1955 branches = kcalloc(fmod_ret->nr_links, sizeof(__le32 *), in prepare_trampoline()
1957 if (!branches) in prepare_trampoline()
1961 run_ctx_off, branches); in prepare_trampoline()
1977 /* update the branches saved in invoke_bpf_mod_ret with cbnz */ in prepare_trampoline()
1979 int offset = &ctx->image[ctx->idx] - branches[i]; in prepare_trampoline()
1980 *branches[i] = cpu_to_le32(A64_CBNZ(1, A64_R(10), offset)); in prepare_trampoline()
2024 kfree(branches); in prepare_trampoline()
1774 invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, int args_off, int retval_off, int run_ctx_off, __le32 **branches) invoke_bpf_mod_ret() argument
[all...]
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dvectors.S10 ; branches to the label _c_int00 which handles initialization for the C code.
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dfpu_emulator.h28 unsigned long branches; member
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dfpu_emulator.h28 unsigned long branches; member
/kernel/linux/linux-6.6/arch/x86/net/
H A Dbpf_jit_comp.c2261 int run_ctx_off, u8 **branches) in invoke_bpf_mod_ret()
2287 branches[i] = prog; in invoke_bpf_mod_ret()
2366 u8 **branches = NULL; in arch_prepare_bpf_trampoline() local
2508 branches = kcalloc(fmod_ret->nr_links, sizeof(u8 *), in arch_prepare_bpf_trampoline()
2510 if (!branches) in arch_prepare_bpf_trampoline()
2514 run_ctx_off, branches)) { in arch_prepare_bpf_trampoline()
2554 /* Update the branches saved in invoke_bpf_mod_ret with the in arch_prepare_bpf_trampoline()
2558 emit_cond_near_jump(&branches[i], prog, branches[i], in arch_prepare_bpf_trampoline()
2607 kfree(branches); in arch_prepare_bpf_trampoline()
2259 invoke_bpf_mod_ret(const struct btf_func_model *m, u8 **pprog, struct bpf_tramp_links *tl, int stack_size, int run_ctx_off, u8 **branches) invoke_bpf_mod_ret() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/math-emu/
H A Dme-debugfs.c57 __this_cpu_write((fpuemustats).branches, 0); in fpuemustats_clear_show()
213 FPU_STAT_CREATE(branches); in debugfs_fpuemu()
/kernel/linux/linux-6.6/arch/mips/math-emu/
H A Dme-debugfs.c57 __this_cpu_write((fpuemustats).branches, 0); in fpuemustats_clear_show()
213 FPU_STAT_CREATE(branches); in debugfs_fpuemu()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dccs-pll.c84 } branches[] = { in print_pll() local
92 for (i = 0, br = branches; i < ARRAY_SIZE(branches); i++, br++) { in print_pll()
/kernel/linux/linux-5.10/include/linux/
H A Dbpf_verifier.h222 * 'branches' field is the number of branches left to explore:
229 * One is fallthrough branch with branches==1 and another
231 * branches==1. The parent of this state has branches==1.
254 * If is_state_visited() sees a state with branches > 0 it means
266 u32 branches; member
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_operr.S303 | and does an rte. If enabled, it cleans up the stack and branches
H A Dget_op.S9 | determines the opclass (0, 2, or 3) and branches to the
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_operr.S303 | and does an rte. If enabled, it cleans up the stack and branches
H A Dget_op.S9 | determines the opclass (0, 2, or 3) and branches to the

Completed in 27 milliseconds

123