summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorMykyta Yatsenko <yatsenko@meta.com>2025-11-04 22:54:25 +0000
committerAlexei Starovoitov <ast@kernel.org>2025-11-04 17:50:25 -0800
commitea0714d61dea6e00b853a0116d0afe2b2fe70ef3 (patch)
tree521490695c6936e91274b2b619ed5ca97a6e8a5d /tools/perf/scripts/python/bin
parent156c75f596c98852c30981baea6c2cc8a7a411fc (diff)
downloadkernel-ea0714d61dea6e00b853a0116d0afe2b2fe70ef3.tar.gz
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Rename: bpf_task_work_schedule_resume()->bpf_task_work_schedule_resume_impl() bpf_task_work_schedule_signal()->bpf_task_work_schedule_signal_impl() This aligns task work scheduling kfuncs with the established naming scheme for kfuncs with the bpf_prog_aux argument provided by the verifier implicitly. This convention will be taken advantage of with the upcoming KF_IMPLICIT_ARGS feature to preserve backwards compatibility to BPF programs. Acked-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Mykyta Yatsenko <yatsenko@meta.com> Link: https://lore.kernel.org/r/20251104-implv2-v3-1-4772b9ae0e06@meta.com Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
/util/callchain.c?h=linux-6.6.y&id=40a342cda2cd9bc8f7bf81c5ce1a141584760757'>perf callchain: Store srcline in callchain_cursor_nodeMilian Wolff 2017-10-05perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria 2017-09-25perf report: Fix debug messages with --call-graph optionMengting Zhang 2017-08-30perf report: Calculate the average cycles of iterationsJin Yao 2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao 2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao 2017-07-20tools include: Adopt strstarts() from the kernelArnaldo Carvalho de Melo 2017-07-18perf report: Show branch type in callchain entryJin Yao 2017-07-18perf report: Refactor the branch info printing codeJin Yao 2017-05-24perf report: Don't crash on invalid maps in `-g srcline` modeMilian Wolff 2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo 2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo 2017-04-11perf callchains: Switch from strtok() to strtok_r() when parsing optionsArnaldo Carvalho de Melo 2017-03-28perf report: Drop cycles 0 for LBR printJin Yao 2017-03-27perf report: Enable sorting by srcline as keyMilian Wolff 2017-01-31perf callchain: Reference count mapsKrister Johansen 2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo 2016-12-07perf callchain: Introduce callchain_cursor__copy()Namhyung Kim 2016-11-14perf report: Calculate and return the branch flag countingJin Yao 2016-11-14perf report: Add branch flag to callchain cursor nodeJin Yao 2016-11-07perf callchain: Fixup help/config for no-unwindingRabin Vincent 2016-05-05perf hists: Move sort__has_parent into struct perf_hpp_listJiri Olsa 2016-04-18perf callchain: Set callchain_param.enabled when parsing --call-graphArnaldo Carvalho de Melo 2016-04-14perf callchain: Start moving away from global per thread cursorsArnaldo Carvalho de Melo 2016-02-19perf callchain: Check return value of append_chain_children()Namhyung Kim 2016-02-19perf callchain: Check return value of split_add_child()Namhyung Kim 2016-02-19perf callchain: Add enum match_result for match_chain()Namhyung Kim 2016-02-19perf callchain: Check return value of fill_node()Namhyung Kim 2016-02-19perf callchain: Check return value of add_child()Namhyung Kim