Home
last modified time | relevance | path

Searched refs:perf_config (Results 1 – 25 of 27) sorted by relevance

12

/linux-6.15/tools/bpf/bpftool/
H A Dlink.c429 const char *perf_config; in perf_config_str() local
442 perf_config = NULL; in perf_config_str()
445 return perf_config; in perf_config_str()
453 const char *perf_type, *perf_config; in show_perf_event_event_json() local
461 perf_config = perf_config_str(type, config); in show_perf_event_event_json()
462 if (perf_config) in show_perf_event_event_json()
470 free((void *)perf_config); in show_perf_event_event_json()
845 const char *perf_type, *perf_config; in show_perf_event_event_plain() local
855 if (perf_config) in show_perf_event_event_plain()
856 printf("%s ", perf_config); in show_perf_event_event_plain()
[all …]
/linux-6.15/arch/parisc/kernel/
H A Dperf.c181 static int perf_config(uint32_t *image_ptr);
215 static int perf_config(uint32_t *image_ptr) in perf_config() function
336 return perf_config(cuda_images[test]); in perf_write()
338 return perf_config(onyx_images[test]); in perf_write()
/linux-6.15/tools/perf/
H A Dperf.c126 err = perf_config(pager_command_config, &c); in check_pager_config()
150 err = perf_config(browser_command_config, &c); in check_browser_config()
484 err = perf_config(perf_default_config, NULL); in main()
H A Dbuiltin-help.c460 rc = perf_config(perf_help_config, &help_format); in cmd_help()
H A Dbuiltin-buildid-cache.c421 ret = perf_config(perf_buildid_cache_config, &debuginfod); in cmd_buildid_cache()
H A Dbuiltin-ftrace.c1708 ret = perf_config(perf_ftrace_config, &ftrace); in cmd_ftrace()
H A Dbuiltin-top.c1634 status = perf_config(perf_top_config, &top); in cmd_top()
H A Dbuiltin-report.c1507 ret = perf_config(report__config, &report); in cmd_report()
H A Dbuiltin-diff.c1961 perf_config(diff__config, NULL); in cmd_diff()
H A Dbuiltin-kmem.c1969 int ret = perf_config(kmem_config, NULL); in cmd_kmem()
/linux-6.15/tools/perf/util/
H A Dconfig.h31 int perf_config(config_fn_t fn, void *);
H A Dconfig.c845 int perf_config(config_fn_t fn, void *data) in perf_config() function
959 perf_config(perf_config_scan_cb, &d); in perf_config_scan()
982 perf_config(perf_config_get_cb, &d); in perf_config_get()
H A Dhelp-unknown-cmd.c62 perf_config(perf_unknown_cmd_config, NULL); in help_unknown_cmd()
H A Ds390-cpumsf.c1135 perf_config(s390_cpumsf__config, sf); in s390_cpumsf_process_auxtrace_info()
H A Ddata-convert-bt.c1637 err = perf_config(convert__config, &c); in bt_convert__perf2ctf()
H A Dintel-pt.c573 perf_config(intel_pt_config_div, &d); in intel_pt_cache_divisor()
4233 err = perf_config(intel_pt_perf_config, pt); in intel_pt_process_auxtrace_info()
H A Dannotate.c2308 perf_config(annotation__config, &annotate_opts); in annotation_config__init()
/linux-6.15/tools/perf/ui/browsers/
H A Dres_sample.c28 perf_config(res_sample_config, NULL); in res_sample_init()
H A Dscripts.c287 perf_config(scripts_config, &scriptc); in list_scripts()
/linux-6.15/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h385 u8 perf_config; member
H A Dbnx2fc_hwi.c135 fcoe_init3.perf_config = 3; in bnx2fc_send_fw_fcoe_init_msg()
/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c722 perf_config(perf_test__config, NULL); in cmd_test()
/linux-6.15/tools/perf/ui/
H A Dbrowser.c809 perf_config(ui_browser__color_config, NULL); in ui_browser__init()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c8974 unsigned int perf_type, perf_config; in added_perf_counters_init_() local
9059 perf_config = read_perf_config(perf_device, pinfo->event); in added_perf_counters_init_()
9060 if (perf_config == (unsigned int)-1) { in added_perf_counters_init_()
9071 fd_perf = open_perf_counter(cpu, perf_type, perf_config, -1, 0); in added_perf_counters_init_()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dcnic_defs.h2687 u8 perf_config; member

12