Searched refs:perf_config (Results 1 – 16 of 16) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | link.c | 429 const char *perf_config; in perf_config_str() local 433 perf_config = perf_event_name(event_symbols_hw, config); in perf_config_str() 436 perf_config = perf_event_name(event_symbols_sw, config); in perf_config_str() 439 perf_config = perf_config_hw_cache_str(config); in perf_config_str() 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() 463 jsonw_string_field(wtr, "event_config", perf_config); in show_perf_event_event_json() [all …]
|
/linux/arch/parisc/kernel/ |
H A D | perf.c | 181 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/tools/perf/ui/browsers/ |
H A D | res_sample.c | 28 perf_config(res_sample_config, NULL); in res_sample_init()
|
H A D | scripts.c | 287 perf_config(scripts_config, &scriptc);
|
/linux/tools/perf/util/ |
H A D | help-unknown-cmd.c | 62 perf_config(perf_unknown_cmd_config, NULL); in help_unknown_cmd()
|
H A D | annotate.c | 2255 perf_config(annotation__config, &annotate_opts); in annotation_config__init()
|
/linux/tools/perf/ |
H A D | builtin-help.c | 460 rc = perf_config(perf_help_config, &help_format); in cmd_help()
|
H A D | builtin-buildid-cache.c | 421 ret = perf_config(perf_buildid_cache_config, &debuginfod); in cmd_buildid_cache()
|
H A D | builtin-ftrace.c | 1690 ret = perf_config(perf_ftrace_config, &ftrace); in cmd_ftrace()
|
H A D | builtin-top.c | 1630 status = perf_config(perf_top_config, &top); in cmd_top()
|
H A D | builtin-trace.c | 5246 err = perf_config(trace__config, &trace); in cmd_trace()
|
/linux/drivers/scsi/bnx2fc/ |
H A D | 57xx_hsi_bnx2fc.h | 385 u8 perf_config; member
|
H A D | bnx2fc_hwi.c | 135 fcoe_init3.perf_config = 3; in bnx2fc_send_fw_fcoe_init_msg()
|
/linux/tools/perf/tests/ |
H A D | builtin-test.c | 722 perf_config(perf_test__config, NULL); in cmd_test()
|
/linux/tools/perf/ui/ |
H A D | browser.c | 809 perf_config(ui_browser__color_config, NULL); in ui_browser__init()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | cnic_defs.h | 2687 u8 perf_config; member
|