Searched refs:ctf (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/tools/build/feature/ |
H A D | test-libbabeltrace.c | 2 #include <babeltrace/ctf-writer/writer.h> 3 #include <babeltrace/ctf-ir/stream-class.h>
|
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | fpu-ucf64.c | 47 #define ctf(_f64_, _var_) \ macro 48 asm("ctf %0, " f64reg(_f64_) "@ fmxr " #_f64_ ", %0" \ 111 ctf(FPSCR, tmp); ucf64_exchandler() 119 ctf(FPSCR, 0x0); /* FPSCR_UFE | FPSCR_NDE perhaps better */ ucf64_init()
|
H A D | sleep.S | 199 ctf r4, s31
|
H A D | entry.S | 417 ctf r2, s31 @ clear 27 bit 517 ctf r4, s31
|
/linux-4.1.27/tools/perf/util/ |
H A D | data-convert-bt.c | 11 #include <babeltrace/ctf-writer/writer.h> 12 #include <babeltrace/ctf-writer/clock.h> 13 #include <babeltrace/ctf-writer/stream.h> 14 #include <babeltrace/ctf-writer/event.h> 15 #include <babeltrace/ctf-writer/event-types.h> 16 #include <babeltrace/ctf-writer/event-fields.h> 17 #include <babeltrace/ctf/events.h> 311 * ctf event header add_generic_values() 498 * ctf event header add_generic_types()
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-data.c | 61 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), cmd_data_convert()
|
/linux-4.1.27/tools/perf/config/ |
H A D | Makefile | 106 FEATURE_CHECK_LDFLAGS-libbabeltrace := $(LIBBABELTRACE_LDFLAGS) -lbabeltrace-ctf 606 EXTLIBS += -lbabeltrace-ctf 609 msg := $(warning No libbabeltrace found, disables 'perf data' CTF format support, please install libbabeltrace-dev[el]/libbabeltrace-ctf-dev);
|
Completed in 211 milliseconds