index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
perf.c
Age
Commit message (
Expand
)
Author
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-01-10
linux/perf: shorter struct init
Robert Swiecki
2021-05-08
musl build fix proposal
David Carlier
2020-12-18
make indent
Robert Swiecki
2020-08-26
make indent
Robert Swiecki
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-04-20
move linux.hwCnts to just hwCnts, as these are not linux-specific
Robert Swiecki
2020-03-01
libhfuzz: always test value with atomics before calling xchg
Robert Swiecki
2020-02-26
introduce concept of cmpfeedback map which will be used to report back to the...
Robert Swiecki
2019-04-03
linux/perf.c: Assign perfMmapAux pointer to NULL upon failed mmap
Solomon Tan
2019-04-01
linux/perf.c: Fix cpuIptBtsFd assignment on failed perf set-up
Solomon Tan
2019-01-30
ALL: remove -p (pid), simplify the subproc state machine. NetBSD will stop wo...
Robert Swiecki
2018-10-27
linux/pt: init pt_cpu struct
Robert Swiecki
2018-08-15
perf: check if perf is actually active when counting it
Robert Swiecki
2018-07-25
linux/perf: use kernel's headers for PT configs
Robert Swiecki
2018-06-12
linux_perf: correct memory barriers before reading BTS/PT
Robert Swiecki
2018-03-07
honggfuzz: even more fields into substructs
Robert Swiecki
2018-03-02
linux/perf: prettify reading of intel_pt/intel_bts sys files
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-14
files: settle of the convention that mmap cannot return NULL, so abstractions...
Robert Swiecki
2018-01-13
perf: map aux as PROT_READ, so it can be reused
Robert Swiecki
2018-01-13
linux/perf: enable perf on execve both with persistent and non-pid fuzzing
Robert Swiecki
2018-01-08
rename UNUSED to HF_ATTR_UNUSED for clarity
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki
2017-12-17
linux/perf: make bts/ipt functions as attrbiute((hot))
Robert Swiecki
2017-12-17
linux/perf: map aux buffer as R/W - it speeds up BTS
Robert Swiecki
2017-11-29
linux/pt: Seems << 11 makes it less stable in terms of IP points
Robert Swiecki
2017-11-29
linux/arch: move perf attaching to the ptrace path
Robert Swiecki
2017-11-14
linux/pt: simpler pt decoding
Robert Swiecki
2017-11-14
linux/perf: remove unnecessary LOG
Robert Swiecki
2017-11-14
linux/perf: map aux page as RO as RW causes the PT to stop collecting data
Robert Swiecki
2017-11-14
linux/perf: reset the perf for PT/BTS between uses
Robert Swiecki
2017-11-14
linux/perf: map aux page as RW to speed up the process
Robert Swiecki
2017-11-13
all: indent webkit->google
Robert Swiecki
2017-11-13
move hfuzz into run->global
Robert Swiecki
2017-11-13
linux/perf: disable bts/pt before analyzing it
Robert Swiecki
2017-11-11
fuzzer_t fuzzer -> run_t run for clarity of naming
Robert Swiecki
2017-10-17
Makefile: add clang-format ColumnLimit:100
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
make indent with clang-format
Robert Swiecki
2017-09-28
Clean-ups after making libcommon a stand-alone library
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common #2
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common
Robert Swiecki
2017-09-28
linux/perf: separate function for reset mmap buffer
Robert Swiecki
2017-06-20
linux/perf: missing memory barrier
Robert Swiecki
2017-06-14
Linux: remove BTS block - as it's just BTS edge
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2017-03-30
BTS: Save high PC addresses when kernelOnly is enabled
Robert Swiecki
[next]