/openbmc/openbmc/meta-security/recipes-ids/suricata/files/ |
H A D | CVE-2024-45797.patch | 111 + if (htp_table_size(connp->in_tx->request_headers) > connp->cfg->number_headers_limit) { 112 + if (!(connp->in_tx->flags & HTP_HEADERS_TOO_MANY)) { 113 + connp->in_tx->flags |= HTP_HEADERS_TOO_MANY; 123 if (htp_table_add(connp->in_tx->request_headers, h->name, h) != HTP_OK) {
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | lbr.c | 761 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local 783 in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_lbr_read_64() 796 in_tx = !!(from & LBR_FROM_FLAG_IN_TX); in intel_pmu_lbr_read_64() 824 br[out].in_tx = in_tx; in intel_pmu_lbr_read_64() 897 e->in_tx = !!(info & LBR_INFO_IN_TX); in intel_pmu_store_lbr() 1153 if (cpuc->lbr_entries[i].in_tx) in intel_pmu_lbr_filter()
|
H A D | core.c | 4529 PMU_FORMAT_ATTR(in_tx, "config:32"); 5690 FORMAT_ATTR_HYBRID(in_tx, hybrid_big); 5697 FORMAT_HYBRID_PTR(in_tx), \
|
/openbmc/linux/tools/perf/util/ |
H A D | branch.h | 21 u64 in_tx:1; member
|
H A D | sort.c | 1921 return left->branch_info->flags.in_tx != in sort__in_tx_cmp() 1922 right->branch_info->flags.in_tx; in sort__in_tx_cmp() 1931 if (he->branch_info->flags.in_tx) in hist_entry__in_tx_snprintf()
|
H A D | thread-stack.c | 398 be->flags.in_tx = !!(flags & PERF_IP_FLAG_IN_TX); in thread_stack__update_br_stack()
|
H A D | session.c | 1188 e->flags.in_tx ? "T" : " ", in branch_stack__printf()
|
H A D | intel-pt.c | 2203 u.flags.in_tx = !!(info & LBR_INFO_IN_TX); in intel_pt_lbr_flags()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp.c | 368 u8 ecode, int in_tx) in siw_init_terminate() argument 375 qp->term_info.in_tx = in_tx; in siw_init_terminate() 379 layer, etype, ecode, in_tx ? "yes" : "no"); in siw_init_terminate() 463 if (qp->term_info.in_tx) { in siw_send_terminate()
|
H A D | siw.h | 463 u8 in_tx; member 521 u8 etype, u8 ecode, int in_tx);
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 1031 …to_sym_offset, to_ip, period, weight, transaction, data_src, branch_type, in_tx, call_path_id, ins… argument 1033 …o_dso_id, 8, to_symbol_id, 8, to_sym_offset, 8, to_ip, 4, branch_type, 1, in_tx, 8, call_path_id, … 1035 …ip, 8, period, 8, weight, 8, transaction, 8, data_src, 4, branch_type, 1, in_tx, 8, call_path_id, …
|
/openbmc/linux/include/uapi/linux/ |
H A D | perf_event.h | 1420 in_tx:1, /* in transaction */ member
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | perf_event.h | 1420 in_tx:1, /* in transaction */ member
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-script-python.txt | 665 predicted, in_tx, abort, cycles. 668 items: from, to, pred, in_tx, abort (converted string)
|
H A D | perf-top.txt | 130 local_weight, abort, in_tx, transaction, overhead, sample, period.
|
H A D | perf-report.txt | 135 - in_tx: branch in TSX transaction
|
H A D | perf-record.txt | 432 - in_tx: only when the target is in a hardware transaction
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 540 PyBool_FromLong(entries[i].flags.in_tx)); in python_process_brstack() 636 if (entries[i].flags.in_tx) { in python_process_brstacksym()
|
/openbmc/linux/include/linux/ |
H A D | perf_event.h | 1291 br->in_tx = 0; in perf_clear_branch_entry_bitfields()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-script.c | 909 br->flags.in_tx ? 'X' : '-', in print_bstack_flags() 1177 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump()
|