aboutsummaryrefslogtreecommitdiff
path: root/linux/pt.c
AgeCommit message (Expand)Author
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2022-02-16util introduces additional __builtin to favor particular code path.David Carlier
2021-01-26input: updated skip factorsRobert Swiecki
2021-01-13Added support for IP compression when using --linux_perf_ipt_block; also decl...mqf20
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert Swiecki
2020-03-01libhfuzz: always test value with atomics before calling xchgRobert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2019-05-22honggfuzz 1.9Robert Swiecki
2018-10-31linux/pt: better ranges for PTRobert Swiecki
2018-10-31linux/pt: use --linux_perf_ignore_above in PTRobert Swiecki
2018-10-28make indentRobert Swiecki
2018-10-28linux/pt: reorder functionsRobert Swiecki
2018-10-27make indenyRobert Swiecki
2018-10-27linux/pt: missing perf_ptInit for non PT usersRobert Swiecki
2018-10-27linux/pt: as per man scanf, size of a string plus NULRobert Swiecki
2018-10-27linux/pt: missing return statementRobert Swiecki
2018-10-27linux/pt: remove debug LOGRobert Swiecki
2018-10-27linux/pt: init pt_cpu structRobert Swiecki
2018-06-12linux_perf: correct memory barriers before reading BTS/PTRobert Swiecki
2018-05-05Fix IPT error reportingSergiusz Bazanski
2018-03-07honggfuzz: even more fields into substructsRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-12mangle: Move input fetching functions to mangle.cRobert Swiecki
2018-01-08rename UNUSED to HF_ATTR_UNUSED for clarityRobert Swiecki
2018-01-05Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...Robert Swiecki
2017-12-17linux/perf: make bts/ipt functions as attrbiute((hot))Robert Swiecki
2017-11-29linux/pt: include 16bit offsets as wellRobert Swiecki
2017-11-29linux/pt: use more TIP packets to understand the IPRobert Swiecki
2017-11-14linux/pt: simpler pt decodingRobert Swiecki
2017-11-13all: indent webkit->googleRobert Swiecki
2017-11-13move hfuzz into run->globalRobert Swiecki
2017-11-11fuzzer_t fuzzer -> run_t run for clarity of namingRobert Swiecki
2017-10-17Makefile: add clang-format ColumnLimit:100Robert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-09-28make indent with clang-formatRobert Swiecki
2017-09-28Move the honggfuzz_t and fuzzer_t types out of commonRobert Swiecki
2017-05-24Introduce libcommonRobert Swiecki
2017-03-07linux/perf: simplify + compile under androidRobert Swiecki
2017-03-06linux: speed-up perf feedback by resuing perf descriptorsRobert Swiecki
2016-09-08_HF_PERF_BITMAP_MASK -> _HF_PERF_BITMAP_BITSZ_MASK for clarityRobert Swiecki
2016-09-08Rename secondary counter to 'comparison map'Jagger
2016-09-06Remove -I. from linux and posix buildsRobert Swiecki
2016-09-01Move atomics to util.hJagger
2016-09-01Use bitmap againJagger
2016-08-30Use byte-map instead of bit-mapRobert Swiecki
2016-08-28Apply bitmap mask to the right offetJagger
2016-08-25A bit faster PTRobert Swiecki
2016-08-23Introduce atomic-relaxedRobert Swiecki