aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/kprobes.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-18ARM: Make arch_specific_insn a define for new arch_probes_insn structureDavid A. Long1-2/+2
2014-03-18ARM: Add an emulate flag to the kprobes/uprobes instruction decode functionsDavid A. Long1-0/+1
2014-03-18ARM: Change the remaining shared kprobes/uprobes symbols to something genericDavid A. Long1-13/+8
2014-03-18ARM: Rename the shared kprobes/uprobe return value enumDavid A. Long1-10/+4
2014-03-18ARM: Change more ARM kprobes symbol names to something more genericDavid A. Long1-2/+0
2014-03-18ARM: Make the kprobes condition_check symbol names more genericDavid A. Long1-4/+4
2014-03-18ARM: use a function table for determining instruction interpreter actionDavid A. Long1-4/+11
2014-03-18ARM: Move generic arm instruction parsing code to new files for sharing between featuresDavid A. Long1-372/+1
2011-09-20ARM: kprobes: Add exports for test codeJon Medhurst1-0/+8
2011-07-13ARM: kprobes: Add alu_write_pc()Jon Medhurst1-0/+28
2011-07-13ARM: kprobes: Add common decoding function for LDM and STMJon Medhurst1-0/+3
2011-07-13ARM: kprobes: Add load_write_pc()Jon Medhurst1-0/+24
2011-07-13ARM: kprobes: Add bx_write_pc()Jon Medhurst1-0/+14
2011-07-13ARM: kprobes: Decode 16-bit Thumb hint instructionsJon Medhurst1-0/+3
2011-07-13ARM: kprobes: Infrastructure for table driven decoding of CPU instructionsJon Medhurst1-1/+247
2011-07-13ARM: kprobes: Use conditional breakpoints for ARM probesJon Medhurst1-1/+1
2011-07-13ARM: kprobes: Add it_advance()Jon Medhurst1-0/+25
2011-07-13ARM: kprobes: Add Thumb breakpoint supportJon Medhurst1-2/+5
2011-07-13ARM: kprobes: Add Thumb instruction decoding stubsJon Medhurst1-0/+13
2011-07-13ARM: kprobes: Make str_pc_offset a constant on ARMv7Jon Medhurst1-0/+14
2011-07-13ARM: kprobes: Move find_str_pc_offset into kprobes-common.cJon Medhurst1-0/+2
2011-07-13ARM: kprobes: Move is_writeback define to header file.Jon Medhurst1-0/+6
2011-07-13ARM: kprobes: Add kprobes-common.cJon Medhurst1-0/+2
2011-07-13ARM: kprobes: Split out internal parts of kprobes.hJon Medhurst1-0/+37