Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/perf/util/
A Dllvm-utils.c544 SWAP_CHAR('<', '\001'); in llvm__compile_bpf()
545 SWAP_CHAR('>', '\002'); in llvm__compile_bpf()
546 SWAP_CHAR('"', '\003'); in llvm__compile_bpf()
548 SWAP_CHAR('|', '\005'); in llvm__compile_bpf()
549 SWAP_CHAR('&', '\006'); in llvm__compile_bpf()
550 SWAP_CHAR('\a', '"'); in llvm__compile_bpf()
557 SWAP_CHAR('\001', '<'); in llvm__compile_bpf()
558 SWAP_CHAR('\002', '>'); in llvm__compile_bpf()
559 SWAP_CHAR('\003', '"'); in llvm__compile_bpf()
561 SWAP_CHAR('\005', '|'); in llvm__compile_bpf()
[all …]

Completed in 3 milliseconds