]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #620 in SNORT/snort3 from tsc_clock to master
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Tue, 13 Sep 2016 21:06:30 +0000 (17:06 -0400)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Tue, 13 Sep 2016 21:06:30 +0000 (17:06 -0400)
commit8088da91d58428bd6f48e310ad9d588cc44a012d
treed6b292a59ceacb149091759a1b393174fb69c9f0
parent8b1c55368414efb4bd94987cdc3904fa3aebdf2c
Merge pull request #620 in SNORT/snort3 from tsc_clock to master

Squashed commit of the following:

commit e2bd893a5333968fe1899d2e67b19b98e2a65668
Author: Russ Combs <rucombs@cisco.com>
Date:   Tue Sep 13 16:00:05 2016 -0400

    add cmake support for --enable-tsc-clock

commit 170d01c6bbf086b2ea08dc26c96619a18a5eaf4b
Author: Russ Combs <rucombs@cisco.com>
Date:   Mon Sep 12 22:40:10 2016 -0400

    add --enable-tsc-clock to build/use TSC register
    tweak link order so time methods are found
    clean up some fp_detect cruft
    update latency to use ticks during runtime
    fix stream profile stats parents
    remove unused cpuclock.h
32 files changed:
cmake/configure_options.cmake
cmake/create_options.cmake
config.cmake.h.in
configure.ac
configure_cmake.sh
src/CMakeLists.txt
src/Makefile.am
src/detection/detect.cc
src/detection/fp_detect.cc
src/detection/fp_detect.h
src/latency/latency_module.cc
src/latency/packet_latency.cc
src/latency/rule_latency.cc
src/profiler/memory_profiler.cc
src/profiler/profiler_stats_table.cc
src/profiler/rule_profiler_defs.h
src/profiler/time_profiler.cc
src/profiler/time_profiler_defs.h
src/stream/icmp/icmp_module.cc
src/stream/icmp/icmp_module.h
src/stream/ip/ip_module.cc
src/stream/stream_api.cc
src/stream/tcp/tcp_module.cc
src/stream/udp/udp_module.cc
src/stream/udp/udp_module.h
src/time/CMakeLists.txt
src/time/Makefile.am
src/time/clock_defs.h
src/time/cpuclock.h [deleted file]
src/time/stopwatch_test.cc
src/time/tsc_clock.cc [new file with mode: 0644]
src/time/tsc_clock.h [new file with mode: 0644]