/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 450 def builddashboard( request, build_id ): argument 558 def task( request, build_id, task_id ): argument 613 def recipe(request, build_id, recipe_id, active_tab="1"): argument 640 def recipe_packages(request, build_id, recipe_id): argument 689 def xhr_dirinfo(request, build_id, target_id): argument 703 def _get_dir_entries(build_id, target_id, start): argument 774 def dirinfo(request, build_id, target_id, file_path=None): argument 843 def configuration(request, build_id): argument 860 def configvars(request, build_id): argument 950 def bfile(request, build_id, package_id): argument [all …]
|
/openbmc/linux/lib/ |
H A D | buildid.c | 16 static int parse_build_id_buf(unsigned char *build_id, in parse_build_id_buf() 58 unsigned char *build_id, in parse_build_id() 75 static int get_build_id_32(const void *page_addr, unsigned char *build_id, in get_build_id_32() 108 static int get_build_id_64(const void *page_addr, unsigned char *build_id, in get_build_id_64() 148 int build_id_parse(struct vm_area_struct *vma, unsigned char *build_id, in build_id_parse() 198 int build_id_parse_buf(const void *buf, unsigned char *build_id, u32 buf_size) in build_id_parse_buf()
|
/openbmc/linux/tools/perf/util/ |
H A D | build-id.h | 14 struct build_id { struct 25 void build_id__init(struct build_id *bid, const u8 *data, size_t size); argument
|
H A D | genelf.c | 79 char build_id[20]; member
|
H A D | probe-finder.h | 36 const unsigned char *build_id; member
|
H A D | tool.h | 69 event_op2 build_id, member
|
H A D | record.h | 54 bool build_id; member
|
H A D | build-id.c | 102 int build_id__sprintf(const struct build_id *build_id, char *bf) in build_id__sprintf()
|
H A D | symbol-elf.c | 1269 u8 build_id[BUILD_ID_SIZE]; in symsrc__init() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | trace_helpers.c | 245 parse_build_id_buf(const void *note_start, Elf32_Word note_size, char *build_id) in parse_build_id_buf() 273 int read_build_id(const char *path, char *build_id, size_t size) in read_build_id()
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | socinfo.h | 20 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH]; member
|
/openbmc/u-boot/drivers/tee/optee/ |
H A D | optee_smc.h | 110 unsigned long build_id; member
|
/openbmc/linux/sound/soc/qcom/qdsp6/ |
H A D | q6core.c | 32 uint32_t build_id; member
|
/openbmc/linux/drivers/tee/optee/ |
H A D | optee_smc.h | 103 unsigned long build_id; member
|
/openbmc/linux/drivers/hwmon/ |
H A D | sch5627.c | 439 int err, build_code, build_id, hwmon_rev, val; in sch5627_probe() local
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | efx_devlink.c | 246 unsigned int build_id; in efx_devlink_info_running_v2() local
|
/openbmc/linux/tools/lib/perf/include/perf/ |
H A D | event.h | 39 __u8 build_id[20]; member 296 __u8 build_id[24]; member 498 struct perf_record_header_build_id build_id; member
|
/openbmc/qemu/linux-headers/linux/ |
H A D | psp-sev.h | 192 __u32 build_id; /* Out */ member
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1006 def dso_table(dso_id, machine_id, short_name, long_name, build_id, *x): argument
|
/openbmc/linux/drivers/net/phy/ |
H A D | aquantia_main.c | 542 u8 fw_major, fw_minor, build_id, prov_id; in aqr107_chip_info() local
|
/openbmc/linux/tools/perf/ |
H A D | builtin-inject.c | 665 const char *build_id, *dso_name; in perf_inject__parse_known_build_ids() local 697 const char *build_id, *dso_name; in perf_inject__lookup_known_build_id() local
|
/openbmc/linux/include/linux/ |
H A D | module.h | 413 unsigned char build_id[BUILD_ID_SIZE_MAX]; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/ |
H A D | models.py | 1874 build_id = models.IntegerField(blank=True, null=True) variable in EventLogsImports
|
/openbmc/qemu/target/i386/ |
H A D | sev.c | 105 uint8_t build_id; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 455 build_id : 1, /* use build id in mmap2 events */ member
|