Symbol: perf_config
arch/parisc/kernel/perf.c
181
static int perf_config(uint32_t *image_ptr);
arch/parisc/kernel/perf.c
336
return perf_config(cuda_images[test]);
arch/parisc/kernel/perf.c
338
return perf_config(onyx_images[test]);
drivers/net/ethernet/broadcom/cnic_defs.h
2687
u8 perf_config;
drivers/scsi/bnx2fc/57xx_hsi_bnx2fc.h
385
u8 perf_config;
drivers/scsi/bnx2fc/bnx2fc_hwi.c
135
fcoe_init3.perf_config = 3;
tools/bpf/bpftool/link.c
473
const char *perf_config;
tools/bpf/bpftool/link.c
477
perf_config = perf_event_name(event_symbols_hw, config);
tools/bpf/bpftool/link.c
480
perf_config = perf_event_name(event_symbols_sw, config);
tools/bpf/bpftool/link.c
483
perf_config = perf_config_hw_cache_str(config);
tools/bpf/bpftool/link.c
486
perf_config = NULL;
tools/bpf/bpftool/link.c
489
return perf_config;
tools/bpf/bpftool/link.c
497
const char *perf_type, *perf_config;
tools/bpf/bpftool/link.c
505
perf_config = perf_config_str(type, config);
tools/bpf/bpftool/link.c
506
if (perf_config)
tools/bpf/bpftool/link.c
507
jsonw_string_field(wtr, "event_config", perf_config);
tools/bpf/bpftool/link.c
513
if (type == PERF_TYPE_HW_CACHE && perf_config)
tools/bpf/bpftool/link.c
514
free((void *)perf_config);
tools/bpf/bpftool/link.c
896
const char *perf_type, *perf_config;
tools/bpf/bpftool/link.c
905
perf_config = perf_config_str(type, config);
tools/bpf/bpftool/link.c
906
if (perf_config)
tools/bpf/bpftool/link.c
907
printf("%s ", perf_config);
tools/bpf/bpftool/link.c
914
if (type == PERF_TYPE_HW_CACHE && perf_config)
tools/bpf/bpftool/link.c
915
free((void *)perf_config);
tools/perf/arch/x86/util/intel-pt.c
1211
perf_config(intel_pt_perf_config, ptr);
tools/perf/builtin-buildid-cache.c
423
ret = perf_config(perf_buildid_cache_config, &debuginfod);
tools/perf/builtin-diff.c
1959
perf_config(diff__config, NULL);
tools/perf/builtin-ftrace.c
1873
ret = perf_config(perf_ftrace_config, &ftrace);
tools/perf/builtin-help.c
501
rc = perf_config(perf_help_config, &help_format);
tools/perf/builtin-kmem.c
1969
int ret = perf_config(kmem_config, NULL);
tools/perf/builtin-record.c
4119
err = perf_config(perf_record_config, rec);
tools/perf/builtin-report.c
1530
ret = perf_config(report__config, &report);
tools/perf/builtin-top.c
1642
status = perf_config(perf_top_config, &top);
tools/perf/builtin-trace.c
5519
err = perf_config(trace__config, &trace);
tools/perf/perf.c
126
err = perf_config(pager_command_config, &c);
tools/perf/perf.c
150
err = perf_config(browser_command_config, &c);
tools/perf/perf.c
477
err = perf_config(perf_default_config, NULL);
tools/perf/tests/builtin-test.c
815
perf_config(perf_test__config, NULL);
tools/perf/ui/browser.c
819
perf_config(ui_browser__color_config, NULL);
tools/perf/ui/browsers/res_sample.c
28
perf_config(res_sample_config, NULL);
tools/perf/ui/browsers/scripts.c
287
perf_config(scripts_config, &scriptc);
tools/perf/util/annotate.c
2387
perf_config(annotation__config, &annotate_opts);
tools/perf/util/config.c
964
perf_config(perf_config_scan_cb, &d);
tools/perf/util/config.c
987
perf_config(perf_config_get_cb, &d);
tools/perf/util/config.h
31
int perf_config(config_fn_t fn, void *);
tools/perf/util/data-convert-bt.c
1698
err = perf_config(convert__config, &c);
tools/perf/util/help-unknown-cmd.c
62
perf_config(perf_unknown_cmd_config, NULL);
tools/perf/util/intel-pt.c
4430
err = perf_config(intel_pt_perf_config, pt);
tools/perf/util/intel-pt.c
575
perf_config(intel_pt_config_div, &d);
tools/perf/util/s390-cpumsf.c
1135
perf_config(s390_cpumsf__config, sf);
tools/power/x86/turbostat/turbostat.c
10000
perf_config = read_perf_config(perf_device, pinfo->event);
tools/power/x86/turbostat/turbostat.c
10001
if (perf_config == (unsigned int)-1) {
tools/power/x86/turbostat/turbostat.c
10011
fd_perf = open_perf_counter(cpu, perf_type, perf_config, -1, 0);
tools/power/x86/turbostat/turbostat.c
9916
unsigned int perf_type, perf_config;