Home
last modified time | relevance | path

Searched refs:records (Results 1 – 25 of 33) sorted by relevance

12

/tools/testing/selftests/landlock/
A Dptrace_test.c484 struct audit_records records; in TEST_F() local
487 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
488 EXPECT_EQ(0, records.access); in TEST_F()
489 EXPECT_EQ(0, records.domain); in TEST_F()
525 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
526 EXPECT_EQ(0, records.access); in TEST_F()
528 EXPECT_EQ(1, records.domain); in TEST_F()
572 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
573 EXPECT_EQ(0, records.access); in TEST_F()
574 EXPECT_EQ(0, records.domain); in TEST_F()
A Daudit_test.c357 struct audit_records records; in TEST_F() local
411 EXPECT_EQ(0, records.access); in TEST_F()
413 EXPECT_EQ(1, records.access); in TEST_F()
415 EXPECT_EQ(0, records.domain); in TEST_F()
544 struct audit_records records; in TEST_F() local
602 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
603 EXPECT_EQ(0, records.access); in TEST_F()
604 EXPECT_EQ(0, records.domain); in TEST_F()
622 EXPECT_EQ(0, records.access); in TEST_F()
646 EXPECT_EQ(0, records.access); in TEST_F()
[all …]
A Dfs_test.c5680 struct audit_records records; in TEST_F() local
5700 EXPECT_EQ(0, records.access); in TEST_F()
5701 EXPECT_EQ(0, records.domain); in TEST_F()
5731 struct audit_records records; in TEST_F() local
5753 EXPECT_EQ(0, records.access); in TEST_F()
5754 EXPECT_EQ(0, records.domain); in TEST_F()
5759 struct audit_records records; in TEST_F() local
5770 EXPECT_EQ(0, records.access); in TEST_F()
5771 EXPECT_EQ(1, records.domain); in TEST_F()
5776 struct audit_records records; in TEST_F() local
[all …]
A Daudit.h343 static int audit_count_records(int audit_fd, struct audit_records *records) in audit_count_records() argument
348 records->access = 0; in audit_count_records()
349 records->domain = 0; in audit_count_records()
363 records->access++; in audit_count_records()
366 records->domain++; in audit_count_records()
A Dnet_test.c1953 struct audit_records records; in TEST_F() local
1968 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
1969 EXPECT_EQ(0, records.access); in TEST_F()
1970 EXPECT_EQ(1, records.domain); in TEST_F()
1981 struct audit_records records; in TEST_F() local
1996 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
1997 EXPECT_EQ(0, records.access); in TEST_F()
1998 EXPECT_EQ(1, records.domain); in TEST_F()
A Dscoped_abstract_unix_test.c310 struct audit_records records; in TEST_F() local
313 EXPECT_EQ(0, audit_count_records(self->audit_fd, &records)); in TEST_F()
314 EXPECT_EQ(0, records.access); in TEST_F()
315 EXPECT_EQ(0, records.domain); in TEST_F()
/tools/perf/Documentation/
A Dperf-iostat.txt55 357708+0 records in
56 357707+0 records out
74 357708+0 records in
75 357707+0 records out
A Dperf.data-file-format.txt62 struct perf_header_string strings[nr]; /* variable length records */
149 } events[nr]; /* Variable length records */
173 } cpus[nr]; /* Variable length records */
205 } nodes[nr]; /* Variable length records */
221 } [nr]; /* Variable length records */
234 } [nr]; /* Variable length records */
373 Indicates that trace contains records of PERF_RECORD_COMPRESSED2 type
374 that have perf_events records in compressed form.
414 } [nr]; /* Variable length records */
602 Describes a header feature. These are records used in pipe-mode that
[all …]
A Ditrace.txt21 G synthesize a call chain on existing event records
23 L synthesize last branch entries on existing event records
A Dsecurity.txt140 monitoring and observability operations. Inspect system audit records for
155 audit records using journalctl command or /var/log/audit/audit.log so the
156 output would contain AVC denied records related to perf_event:
168 be generated using the system audit records about blocking perf_event access.
A Dperf-inject.txt29 This means it needs to process all SAMPLE records to find the DSOs.
76 Process jitdump files by injecting the mmap records corresponding to jitted
A Ddb-export.txt15 The export process provides records with unique sequential ids which allows the
A Dperf-timechart.txt18 of an arbitrary workload. By default timechart records only scheduler
A Dperf-record.txt69 - 'aux-output': Generate AUX records instead of events. This requires
318 When "dwarf" recording is used, perf also records (user) stack dump
382 Collect raw sample records from all opened counters (default for tracepoint counters).
399 events looking for mmap records. The downside is that it can misresolve
524 records. See clock_gettime(). In particular CLOCK_MONOTONIC and
663 PERF_RECORD_BPF_EVENT records as they happen, asking the kernel for extra BPF
703 overwrite the oldest records, that thus will never make it to the
706 When '--overwrite' and '--switch-output' are used perf records and drops
A Djitdump-specification.txt29 The header is followed by a series of records, each starting with a fixed size header describing th…
53 The file header is immediately followed by records. Each record starts with a fixed size header des…
A Dperf-script.txt474 any other address to filter the trace records
479 Support filtering trace records by symbol name, start address of
490 Use with -S or --symbols to list traced records within address range.
492 For example, to list the traced records within the address range
A Dperf-kvm.txt55 events are supported. 'perf kvm stat record <command>' records kvm events
A Dperf-lock.txt18 'perf lock record <command>' records lock events
A Dperf-diff.txt187 aggregated by the branch records from samples.
A Dperf-arm-spe.txt58 When the buffer fills, an interrupt is sent and the driver signals Perf to collect the records.
/tools/testing/selftests/net/bench/page_pool/
A Dtime_bench.c300 int records; in time_bench_print_stats_cpumask() member
318 sum.records++; in time_bench_print_stats_cpumask()
323 if (sum.records) /* avoid div-by-zero */ in time_bench_print_stats_cpumask()
324 average = sum.tsc_cycles / sum.records; in time_bench_print_stats_cpumask()
326 average, sum.records, step); in time_bench_print_stats_cpumask()
/tools/firmware/
A Dihex2fw.c252 static struct ihex_binrec *records; variable
256 struct ihex_binrec **p = &records; in file_record()
273 struct ihex_binrec *p = records; in output_records()
/tools/hv/
A Dhv_kvp_daemon.c127 struct kvp_record *records; member
198 kvp_file_info[pool].records[i].key, in kvp_dump_initial_pools()
199 kvp_file_info[pool].records[i].value); in kvp_dump_initial_pools()
252 kvp_file_info[pool].records = record; in kvp_update_mem_state()
284 kvp_file_info[i].records = malloc(alloc_unit); in kvp_file_init()
285 if (kvp_file_info[i].records == NULL) in kvp_file_init()
309 record = kvp_file_info[pool].records; in kvp_key_delete()
376 record = kvp_file_info[pool].records; in kvp_key_add_or_modify()
411 kvp_file_info[pool].records = record; in kvp_key_add_or_modify()
439 record = kvp_file_info[pool].records; in kvp_get_value()
[all …]
/tools/kvm/kvm_stat/
A Dkvm_stat.txt115 --skip-zero-records::
116 omit records with all zeros in logging mode
/tools/testing/cxl/test/
A Dmem.c270 if (cmd->size_out < struct_size(pl, records, ret_limit)) in mock_get_event()
277 memset(cmd->payload_out, 0, struct_size(pl, records, 0)); in mock_get_event()
286 memcpy(&pl->records[i], event_get_current(log), in mock_get_event()
287 sizeof(pl->records[i])); in mock_get_event()
288 pl->records[i].event.generic.hdr.handle = in mock_get_event()
293 cmd->size_out = struct_size(pl, records, i); in mock_get_event()

Completed in 60 milliseconds

12