File: ChangeLog

package info (click to toggle)
fxt 0.3.15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,128 kB
  • sloc: sh: 9,719; ansic: 8,139; perl: 3,284; asm: 598; makefile: 226
file content (746 lines) | stat: -rw-r--r-- 17,165 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
2021-01-02 17:23  sthibaul

	* fut-template.h: Make the non-fut path the fastpath

2020-12-31 15:21  sthibaul

	* fxt.h: Convert files to utf-8

2020-12-31 15:20  sthibaul

	* test.c: Avoid latin encoding

2020-10-27 18:35  sthibaul

	* ev.c, fxt.h: Add fxt_blockev_leave to free fxt_blockev_t

2020-10-27 18:35  sthibaul

	* fxt.c: Really free fxt_t content

2020-10-26 12:56  sthibaul

	* fxt.c, fxt_internal.h: Don't try not to close user-provided fd
	  (it's always closed by fclose...)

2020-10-26 12:50  sthibaul

	* fxt.c: Fix fxt_close logic...

2020-09-25 12:32  sthibaul

	* fxt.c, fxt_internal.h: Add missing fxt_close

2020-06-05 10:31  sthibaul

	* get_cpu_info.c, pids.c: iAvoid opening /proc files on MacOS

	  It doesn't have them anyway. Submitted by Raymond Namyst.

2020-03-26 01:34  sthibaul

	* Makefile.am: Fix soname version

2020-03-26 01:28  sthibaul

	* Makefile.am: Clean generated manpage

2020-03-26 01:22  sthibaul

	* fut-template.h: Add missing parameters

2020-03-26 01:19  sthibaul

	* fut-template.h, fut_setup.c, fxt_internal.h: Add missing filename
	  const qualifier

2020-03-26 00:55  sthibaul

	* fut_record.c, fut_setup.c: Fix crash when trying to record an
	  event after fut_done is over

2020-02-26 20:15  sthibaul

	* fxt.c, fxt.h: Also make fxt_setupeventsbuffer use large size

2020-02-26 20:10  sthibaul

	* fut-template.h, fut_record.c, fut_setup.c, fxt_internal.h:
	  support big buffers (>= 2GB)

	  We need to make all size parameters bigger.

	  This will require an ABI bump on release.

	  From Philippe Swartvagher

2019-12-14 19:04  sthibaul

	* Makefile.am: Add whatis section to generated manpage

2019-12-14 18:59  sthibaul

	* Makefile.am, fxt_print.c: generate manpage from help

2019-07-12 12:00  vdanjean

	* .cvsignore, Makefile.am, fut-template.h, fxt.h, template2h.pl.in:
	  Add macro for 32 parameters (and ABI accept up to 254 parameters)

2019-07-12 11:17  vdanjean

	* Makefile.am: cleanup build system

2018-07-30 15:31  sthibaul

	* pids.c: Fix overflow on systems with 32bit pids

2018-06-26 13:19  sthibaul

	* fxt.h: Add riscv64 arch

2018-06-26 13:13  sthibaul

	* fut-template.h, fxt.h: Fix link of c++ programs

2017-11-22 17:05  sthibaul

	* fxt.h: Use limits.h to determine 32bit vs 64bit

2017-11-22 16:58  sthibaul

	* fxt.h: Fix mips64el

2017-11-22 15:41  sthibaul

	* fxt.h: Fix sparc64

2017-11-22 15:28  sthibaul

	* test.c: Fix output check on big-endian systems

2017-11-22 15:28  sthibaul

	* fxt.c: Fix error check

2017-11-22 11:23  sthibaul

	* Makefile.am, fxt.h, test.c: Fix ppc64el, and actually test output
	  of fxt_print

2017-07-05 17:28  sthibaul

	* fxt_internal.h: Fix declaration of variable

2017-06-04 10:59  sthibaul

	* pids.c: Fix unbound buffer filling

2017-06-02 21:05  sthibaul

	* symbols.c: fix memleaks

2017-06-02 21:04  sthibaul

	* names.c: Fix array overflow

2017-06-02 21:01  sthibaul

	* get_cpu_info.c: Fix bogus parenthesis

2017-06-02 20:54  sthibaul

	* fut-template.h, fxt_internal.h: Move fut_slot_lock declaration,
	  we do not need to expose it

2017-03-24 09:35  sthibaul

	* fut_setup.c: Use FUT_CODE macro instead of hardcoded computation

2017-03-22 18:17  sthibaul

	* fut-template.h, fut_record.c, fut_setup.c, fxt_internal.h: Fix
	  flushing: it needs to be passed the proper start of buffer for
	  double-buffering

2017-03-22 18:13  sthibaul

	* fut-template.h, fut_record.c, fut_setup.c: Avoid macro name
	  conflict

2017-03-22 18:12  sthibaul

	* fut-template.h: Fix warning

2017-03-22 18:10  sthibaul

	* fut_record.c, fut_setup.c, fxt_internal.h: Implement
	  double-buffering to avoid making all threads get stuck while one
	  of them is flushing the trace

2017-03-22 14:05  sthibaul

	* fut_record.c: Tell the compiler that it is unlikely to have
	  conflicts

2017-03-22 14:02  sthibaul

	* fut_record.c: Do not use CLOCK_MONOTONIC_RAW, it is slower than
	  CLOCK_MONOTONIC, and we actually want NTP synchronization for
	  traces over several machines

2017-03-03 16:07  sthibaul

	* fut-template.h: Add FUT_DO_ALWAYS_* macros which ignore the
	  fut_active keymask

2016-10-17 20:10  sthibaul

	* get_cpu_info.c: Fix crash on short read from /proc/cpuinfo

2016-10-17 17:36  sthibaul

	* get_cpu_info.c, pids.c, symbols.c: Avoid warning about /proc not
	  being available on windows.

2016-10-17 16:23  sthibaul

	* fut_setup.c: Add missing initialization

2016-09-20 15:59  sthibaul

	* fut_record.c: drop knl port attempt: it's really an x86_64 for
	  barriers

2016-09-20 13:44  sthibaul

	* fut_record.c: try to support KNL

2016-09-20 10:08  sthibaul

	* Makefile.am, test.c: Add a small test

2016-09-20 10:08  sthibaul

	* fut_record.c: Fix memory barriers on Xeon Phi

2016-09-04 19:31  sthibaul

	* fkt_print.c: fix insecurely not using a format

2016-08-23 16:15  sthibaul

	* fut_bench.c, fut_record.c: mingw32 build fixes

2015-10-01 15:04  sthibaul

	* fut-template.h: Don't use pthread_spinlock_t when not using
	  spinlocks

2014-09-01 12:51  sthibaul

	* fut-template.h: Avoid void* arithmetic, it is refused by msvc

2014-04-30 11:22  sthibaul

	* fut-template.h: Fix STR macros

2014-04-30 11:06  sthibaul

	* fut-template.h: Fix some buffer overflow

2014-04-14 18:11  sthibaul

	* fut-template.h, fut_record.c, fut_setup.c: Fix flush atomicity

2013-11-08 15:51  sthibaul

	* fut-template.h: Add 7-parameter macro

2013-10-30 17:45  ftrahay

	* fut-template.h, fut_record.c, fut_setup.c: fix a compilation
	  error on MacOSX (pthread_spinlock is not available on MacOSX)

2013-10-22 16:56  sthibaul

	* fut-template.h: Rename 'args' variable used in macros into
	  __args, to avoid warnings about clashing with application
	  variables

2013-07-11 11:02  ftrahay

	* fut-template.h: fix a type conversion error that occurs with some
	  compilers (eg. nvcc)

2013-04-23 11:02  sthibaul

	* fut_setup.c: Try to rename the output file when fut_set_filename
	  is called after fut_flush, instead of just printing an error

2013-04-02 15:25  sthibaul

	* fxt.h: Add more architectures

2013-01-30 14:44  sthibaul

	* Makefile.am: Fix static link of libbfd. AC_HAVE_LIBRARY
	  *prepends* the library to LIBS, so we have to look for libz and
	  libiberty *before* looking at libbfd

2013-01-30 14:20  sthibaul

	* Makefile.am: Pass libfxt.la in LDADD instead of -lfxt, which
	  fixes all dependency issues

2013-01-25 17:47  sthibaul

	* fut_setup.c: Fix closing and restarting a trace recording

2012-12-14 17:11  sthibaul

	* fut_bench.c: add missing file

2012-12-14 17:10  sthibaul

	* fut-template.h: Fix build

2012-12-10 14:57  sthibaul

	* Makefile.am, fut-template.h, fut_record.c, fut_setup.c,
	  fxt_internal.h: Add spinlock method for locking slots, but not
	  enabled for now. Add fut_bench to measure the inefficiency.

2012-11-30 19:48  sthibaul

	* fut-template.h, fut_record.c: Permit application to provide its
	  own time stamps, useful for simgrid for instance

2012-08-10 03:48  sthibaul

	* fut_record.c: Use GetCurrentThreadId instead of GetCurrentThread
	  since the latter only returns a pseudo-handle.

2012-08-09 20:13  sthibaul

	* Makefile.am, dolib.c, fkt_print.c, fkt_record.c, fut_record.c,
	  fut_setup.c, fxt-tools.h, fxt.c, fxt_print.c, pids.c, symbols.c:
	  Add mingw build support

2012-08-03 21:48  sthibaul

	* fut_setup.c: Do not reset fut_active on fut_flush, as that would
	  actually stop record although enable_fut_flush was called

2012-08-03 16:16  sthibaul

	* fut-template.h: add yet another prototype...

2012-08-03 15:25  sthibaul

	* fkt_record.c, fut_record.c, fut_setup.c, fxt_internal.h,
	  fxt_print.c: fix build warnings

2012-08-03 15:20  sthibaul

	* fut-template.h: Add enable/disable_fut_flush prototypes

2012-04-09 23:08  sthibaul

	* fut_record.c: Do not set fut_active to 1, it is not reset to 0

2012-04-05 18:12  ftrahay

	* ev.c, fut-template.h, fut_record.c, fut_setup.c: implement
	  fut_flush.  When enabled (by calling enabel_fut_flush), when the
	  buffer is full of events, it is dumped to disk, allowing to
	  record remaining events.

2012-03-07 15:42  ftrahay

	* Makefile.am, template2h.pl, template2h.pl.in: use @PERL@ instead
	  of hardcoded /usr/bin/perl

2012-03-01 01:53  sthibaul

	* Makefile.am: Fix libbfd link, by including libiberty and libz

2012-02-28 14:11  sthibaul

	* Makefile.am: Restore cleaning temporary sources

2012-02-28 14:08  sthibaul

	* Makefile.am: Fix make -j

2012-02-01 11:13  sthibaul

	* fxt_print.c: Fix 'security' issue

2011-11-14 13:09  sthibaul

	* ev.c, fxt-tools.h, fxt.c, fxt.h, fxt_internal.h, names.c, pids.c,
	  symbols.c: Propagate using streams to all reading function, to
	  avoid fd vs stream mess

2011-08-26 16:24  ftrahay

	* Makefile.am, ev.c, fxt-tools.h, fxt.c, fxt_internal.h, symbols.c:
	  use fread instead of read to improve performance.

2011-04-13 11:12  sthibaul

	* fut-template.h: Add *PROBE6 functions, thanks to Charles Aulagnon

2011-03-14 13:22  sthibaul

	* fut_record.c: only use gettid if requested at configure time
	  (it's not portable)

2011-03-14 13:13  sthibaul

	* symbols.c: drop unneeded variable

2011-03-11 14:23  ftrahay

	* Makefile.am, fut-template.h, fut_record.c, fut_setup.c: recording
	  the thread id is now decided at runtime.

2011-03-10 20:49  sthibaul

	* names.c: comment spurious stdout output

2011-03-10 09:25  ftrahay

	* Makefile.am, ev.c, fut_record.c: add an option that enables the
	  collection of thread id when recording an event.

2011-03-03 17:46  ftrahay

	* Makefile.am: * add missing tbx_timing.h in the tarball * librt is
	  only needed if clock_gettime was found --> this should be enough
	  for compiling fxt on Mac OS X

2011-01-12 17:33  sthibaul

	* symbols.c: drop debugging printfs

2010-06-17 14:34  sthibaul

	* pids.c: some compilers don't consider strlen() to be constant

2010-05-27 14:13  caugonne

	* fut_setup.c: Memset the buffer at during fut_setup to avoid page
	  faults and to prevent valgrind's warnings.

2010-04-16 14:37  ftrahay

	* fut-template.h: Fix possible SIGSEVG when calling FUT_DO_PROBE
	  while profiling is stopped

2010-03-05 17:35  sthibaul

	* fut_record.c: use clock_gettime by default when available

2010-03-05 17:20  sthibaul

	* fut_record.c, fxt-tools.h: fix unsignedness

2009-10-15 16:04  caugonne

	* pids.c, symbols.c: Remove useless (and annoying) printf debug
	  outputs.

2009-09-20 22:01  sthibaul

	* pids.c: fix memory leak

2009-05-10 16:06  caugonne

	* Makefile.am, fut_record.c: In case we do not have synchronous
	  clocks on the different processors, we may use a monotonic clock
	  instead of processor ticks. This non-portable option can be
	  enabled using --enable-sync-clock.

2009-03-28 16:08  caugonne

	* fut-template.h: fut.h depends on fxt.h so we include it

2009-03-16 12:01  sthibaul

	* ev.c, fkt_print.c, symbols.c: use PRI*64 where useful

2008-10-04 18:39  caugonne

	* fut_record.c: cursp is never used anyway : that fixes my some
	  trace corruption problem (at last)

2008-09-10 11:29  caugonne

	* fut_record.c: make cmpxchg safe using GCC intrinsics

2008-08-12 11:52  caugonne

	* fkt_select.c: Recent kernels should not include <asm/pages.h>
	  anymore, we remove it since it compiles without it as well.

2008-04-22 19:16  caugonne

	* Makefile.am, fut_record.c, fut_setup.c, tbx_timing.h: Starts the
	  process of making FxT independant of PM2 so that it may be used
	  without rewriting all the code that was put in PM2 to initialize
	  the FUT lib.	For now, this mostly consists in taking files from
	  the PM2 project. It was only tested on x86_64 for now.

2007-07-10 18:55  sthibaul

	* pids.c: make valgrind happy

2007-07-05 17:56  sthibaul

	* symbols.c: c++ generates long names...

2007-07-04 16:28  sthibaul

	* Makefile.am: library objects are suffixed .lo, not .o...

2007-05-25 10:32  sthibaul

	* fxt_internal.h: comment

2007-05-07 15:45  sthibaul

	* fxt.h: ev_32 and ev_native are not that useful actually

2007-05-07 15:37  sthibaul

	* Makefile.am: add missing dependency

2007-05-07 15:30  sthibaul

	* ev.c, fkt_print.c, fxt.c, fxt.h, fxt_internal.h, fxt_print.c:
	  factorization of cpu detection code for FUT

2007-04-04 15:58  sthibaul

	* fut-template.h: fix c++ compilation

2007-03-20 16:08  sthibaul

	* ev.c, fut-template.h, fxt.h: added facilities for putting strings
	  in probes

2007-03-15 23:49  vdanjean

	* Makefile.am: add all needed files in dist

2007-03-02 12:10  sthibaul

	* fxt-tools.h: don't use same local variable as in caller. It was
	  pure luck that it was working...

2007-02-02 18:25  sthibaul

	* Makefile.am: permit X11-less compiling

2007-01-30 16:18  sthibaul

	* pids.c: fix for systems that don't have /proc

2007-01-30 15:52  sthibaul

	* ev.c, fkt_extract.c, fkt_select.c, fkt_setmask.c, fxt.c,
	  get_cpu_info.c, names.c, pids.c, symbols.c, time.c, timer.c:
	  always include config.h first

2007-01-24 19:27  sthibaul

	* fxt.c: typo

2007-01-24 17:40  sthibaul

	* fxt_print.c: fixup

2007-01-23 15:13  sthibaul

	* ev.c, fxt-tools.h, fxt.c, fxt.h, fxt_internal.h: hopefully fixed
	  little/bigendian issue

2007-01-13 13:55  sthibaul

	* Makefile.am, fkt_print.c, fxt_print.c: LFS fixes

2006-12-06 12:19  sthibaul

	* fkt_select.c: sendfile is not used

2006-12-05 16:24  sthibaul

	* fkt_print.c, fkt_record.c, fxt_print.c: sys/mount.h n'est pas
	  disponible partout, et BLKGETSIZE encore moins, du coup

2006-11-29 11:49  sthibaul

	* pids.c: fix 64bit-pid printing

2006-11-29 11:47  sthibaul

	* fxt.h: uint64_t needs stdint.h

2006-11-29 11:44  sthibaul

	* fxt.h, fxt_internal.h, pids.c: fix the pid size to 64bits

2006-11-29 10:39  sthibaul

	* fkt_extract.c: systems don't necessarily have PAGE_SIZE, but
	  getpagesize() yes

2006-11-28 18:07  sthibaul

	* fxt.h: AIX support

2006-11-28 17:21  sthibaul

	* fxt.h: definition dependency

2006-11-28 17:04  sthibaul

	* fkt_print.c, fxt.c, fxt.h, fxt_print.c: centralized arch-specific
	  defines

2006-11-27 17:57  sthibaul

	* Makefile.am, ev.c, fxt.c, fxt_internal.h, get_cpu_info.c, pids.c:
	  don't use off64_t/lseek64 (linuxism), use _FILE_OFFSET_BITS
	  instead

2006-11-24 17:35  sthibaul

	* fkt_print.c, fxt.c, fxt.h, fxt_print.c, get_cpu_info.c, pids.c,
	  symbols.c: portability fixes

2006-11-24 10:50  sthibaul

	* Makefile.am, symbols.c: we can work without libbfd

2006-10-18 16:09  sthibaul

	* fkt_print.c, fxt.h, fxt_internal.h, pids.c: x86_64 support

2006-10-18 15:36  sthibaul

	* fkt_print.c: x86_64 support

2006-10-18 15:21  sthibaul

	* fut-template.h: x86_64 support

2006-10-18 15:17  sthibaul

	* fxt.h: x86_64 support

2006-10-18 15:13  sthibaul

	* fkt_print.c: missing braces

2006-06-09 18:42  sthibaul

	* symbols.c: strange symboles are not so strange on x86_64

2006-06-09 18:06  sthibaul

	* fkt_print.c, fxt.c, fxt.h, fxt_print.c: x86_84 support

2006-06-06 15:16  sthibaul

	* pids.c: the process name may contain a space character

2006-05-22 16:14  sthibaul

	* fkt_print.c: typo

2006-05-03 17:06  sthibaul

	* fkt_record.c: negative integers don't necessarily mean an error,
	  only -1 does

2006-04-29 01:03  sthibaul

	* fut-template.h: fut_getstampedbuffer prototype is needed early

2006-04-27 14:01  sthibaul

	* fut-template.h: the _pointer_ is volatile, not data...

2006-03-27 14:21  sthibaul

	* fkt_print.c: correction noms threads pour FUT

2006-02-01 13:49  sthibaul

	* fxt_print.c: we added the tid as first parameter

2006-02-01 12:02  sthibaul

	* fxt.h: plus de commentaires

2005-12-23 22:48  sthibaul

	* symbols.c: correction tailles des champs

2005-12-23 22:47  sthibaul

	* fxt_internal.h: correction tailles champs, fixes dsormais

2005-12-23 22:47  sthibaul

	* fxt.c: oubli criture du type d'archi

2005-10-18 15:34  sthibaul

	* ev.c, fkt_print.c, fxt-tools.h, fxt_print.c, names.c, symbols.c:
	  corrected printf formats

2005-10-18 15:28  sthibaul

	* fxt_internal.h: besoin de pouvoir lire des adresses 64 bits sur
	  archi 32 bits

2005-09-06 16:00  sthibaul

	* fkt_print.c: FUT corrections

2005-09-06 16:00  sthibaul

	* ev.c: Hum, bad commit

2005-09-06 14:20  sthibaul

	* ev.c: forgot a little break; ...

2005-09-06 14:11  sthibaul

	* Makefile.am: installer fxt-tools.h aussi pour pm2

2005-07-26 15:42  sthibaul

	* Makefile.am, depcomp, ev.c, fkt_bufstats, fkt_code_name.h,
	  fkt_extract.c, fkt_print.c, fkt_record.c, fkt_select.c,
	  fkt_setmask.c, fkt_timestats, fkt_timestats-log, fut-template.h,
	  fxt-tools.h, fxt.c, fxt.h, fxt_internal.h, fxt_print.c,
	  get_cpu_info.c, makediff, names.c, pids.c, sigmund, symbols.c,
	  template2h.pl, time.c, timer.c, timer.h, fxt/syscall_names.h,
	  fxt/sysirq_names.h, fxt/trap_names.h: Initial revision

2005-07-26 15:42  sthibaul

	* Makefile.am, depcomp, ev.c, fkt_bufstats, fkt_code_name.h,
	  fkt_extract.c, fkt_print.c, fkt_record.c, fkt_select.c,
	  fkt_setmask.c, fkt_timestats, fkt_timestats-log, fut-template.h,
	  fxt-tools.h, fxt.c, fxt.h, fxt_internal.h, fxt_print.c,
	  get_cpu_info.c, makediff, names.c, pids.c, sigmund, symbols.c,
	  template2h.pl, time.c, timer.c, timer.h, fxt/syscall_names.h,
	  fxt/sysirq_names.h, fxt/trap_names.h: initial import