tangled
alpha
login
or
join now
tjh.dev
/
kernel
1
fork
atom
Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1
fork
atom
overview
issues
pulls
pipelines
kernel
/
tools
/
perf
/
util
/
at
v4.2-rc8
2 folders
156 files
include
Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
10 years ago
scripting-engines
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
11 years ago
Build
tools: Copy lib/hweight.c from the kernel sources
10 years ago
PERF-VERSION-GEN
perf tools: Fix version when building out of tree
12 years ago
abspath.c
perf tools: Remove some unused functions
16 years ago
alias.c
perf tools: Introduce zfree
12 years ago
annotate.c
perf annotate: Rename source_line_percent to source_line_samples
10 years ago
annotate.h
perf annotate: Rename source_line_percent to source_line_samples
10 years ago
auxtrace.c
perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT
10 years ago
auxtrace.h
perf tools: Allow auxtrace data alignment
11 years ago
bitmap.c
perf tools: Add bitmap_or function into bitmap object
14 years ago
build-id.c
perf machine: No need to have two DSOs lists
11 years ago
build-id.h
Merge 'tip/perf/urgent' into perf/core to pick fixes
11 years ago
cache.h
perf report: Fix some option handling on --stdio
11 years ago
callchain.c
perf tools: Enable LBR call stack support
11 years ago
callchain.h
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
11 years ago
cgroup.c
perf cgroup: Use atomic.h for refcounting
11 years ago
cgroup.h
perf cgroup: Use atomic.h for refcounting
11 years ago
cloexec.c
perf bench numa: Fix to show proper convergence stats
10 years ago
cloexec.h
perf tools: Work around lack of sched_getcpu in glibc < 2.6.
11 years ago
color.c
perf tools: Remove some unused functions from color.c
11 years ago
color.h
perf tools: Remove some unused functions from color.c
11 years ago
comm.c
perf comm: Use atomic.h for refcounting
11 years ago
comm.h
perf tools: Add facility to export data in database-friendly way
11 years ago
config.c
perf tools: Add --buildid-dir option to set cache directory
11 years ago
cpumap.c
perf tools: Add reference counting for cpu_map object
10 years ago
cpumap.h
perf tools: Add reference counting for cpu_map object
10 years ago
ctype.c
perf tools: ctype.c only wants util.h
14 years ago
data-convert-bt.c
perf data: Fix signedness of value
11 years ago
data-convert-bt.h
perf data: Support using -f to override perf.data file ownership for 'convert'
11 years ago
data.c
perf util: Replace strerror with strerror_r for thread-safety
11 years ago
data.h
perf tools: Add perf_data_file__write interface
12 years ago
db-export.c
perf db-export: Fix thread ref-counting
11 years ago
db-export.h
perf db-export: No need to have ->thread twice in struct export_sample
11 years ago
debug.c
perf data: Add perf data to CTF conversion support
11 years ago
debug.h
perf data: Add perf data to CTF conversion support
11 years ago
dso.c
perf tools: Reference count struct dso
11 years ago
dso.h
perf tools: Reference count struct dso
11 years ago
dwarf-aux.c
perf tools: Fix dwarf-aux.c compilation on i386
11 years ago
dwarf-aux.h
perf probe: Ignore tail calls to probed functions
11 years ago
environment.c
perf report: Fix some option handling on --stdio
11 years ago
event.c
perf thread_map: Don't access the array entries directly
10 years ago
event.h
perf tools: Configurable per thread proc map processing time out
10 years ago
evlist.c
perf evlist: Propagate thread maps through the evlist
10 years ago
evlist.h
perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object
10 years ago
evsel.c
perf stat: Remove perf_evsel__read_cb function
10 years ago
evsel.h
perf stat: Remove perf_evsel__read_cb function
10 years ago
exec_cmd.c
perf tools: Makefile: Remove various and sundry cruft
15 years ago
exec_cmd.h
perf tools: Remove some unused functions
16 years ago
find-vdso-map.c
perf tools: Build programs to copy 32-bit compatibility
11 years ago
generate-cmdlist.sh
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
12 years ago
header.c
perf header: Delete an unnecessary check before the calling free_event_desc()
10 years ago
header.h
perf header: Add AUX area tracing feature
11 years ago
help.c
perf tools: Use zfree to help detect use after free bugs
12 years ago
help.h
perf tools: Protect header files with a consistent style
16 years ago
hist.c
perf tools: Replace map->referenced & maps->removed_maps with map->refcnt
10 years ago
hist.h
perf hists: Reducing arguments of hist_entry_iter__add()
11 years ago
intlist.c
perf util: Add findnew method to intlist
12 years ago
intlist.h
perf util: Add findnew method to intlist
12 years ago
kvm-stat.h
perf kvm: Support using -f to override perf.data.guest file ownership
11 years ago
levenshtein.c
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
17 years ago
levenshtein.h
perf tools: Protect header files with a consistent style
16 years ago
lzma.c
perf tools: Add lzma decompression support for kernel module
11 years ago
machine.c
perf tools: Make fork event processing more resilient
10 years ago
machine.h
perf tools: Configurable per thread proc map processing time out
10 years ago
map.c
perf tools: Replace map->referenced & maps->removed_maps with map->refcnt
10 years ago
map.h
perf tools: Replace map->referenced & maps->removed_maps with map->refcnt
10 years ago
ordered-events.c
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
11 years ago
ordered-events.h
perf ordered_samples: Remove references to perf_{evlist,tool} and machines
11 years ago
pager.c
perf report: Fix some option handling on --stdio
11 years ago
parse-branch-options.c
perf record: Add support for sampling indirect jumps
11 years ago
parse-branch-options.h
perf tools: Move branch option parsing to own file
11 years ago
parse-events.c
perf tools: Add reference counting for cpu_map object
10 years ago
parse-events.h
perf tools: Fix function declarations needed by parse-events.y
11 years ago
parse-events.l
perf tools: Allow events with dot
10 years ago
parse-events.y
perf tools: Fix parse_events_error dereferences
11 years ago
parse-options.c
perf report: Don't allow empty argument for '-t'.
11 years ago
parse-options.h
perf record: Add AUX area tracing Snapshot Mode support
11 years ago
path.c
tools/perf: Turn strlcpy() into a __weak function
12 years ago
perf_regs.c
perf tools: Cache register accesses for unwind processing
12 years ago
perf_regs.h
perf tools: Cache register accesses for unwind processing
12 years ago
pmu.c
perf pmu: Split perf_pmu__new_alias()
10 years ago
pmu.h
perf tools: Add term support for parse_events_error
11 years ago
pmu.l
perf tools: Add perf pmu object to access pmu format definition
14 years ago
pmu.y
perf tools: Fix build with bison 2.3 and older.
13 years ago
probe-event.c
perf probe: Fix failure to probe events on arm
10 years ago
probe-event.h
perf probe: Show the error reason comes from invalid DSO
11 years ago
probe-finder.c
perf tools: Reference count struct dso
11 years ago
probe-finder.h
perf probe: Introduce probe_conf global configs
11 years ago
pstack.c
perf tools: Introduce pstack_peek()
11 years ago
pstack.h
perf tools: Introduce pstack_peek()
11 years ago
python-ext-sources
tools: Copy lib/hweight.c from the kernel sources
10 years ago
python.c
perf tools: Add reference counting for thread_map object
10 years ago
quote.c
perf tools: Remove some unused functions
16 years ago
quote.h
perf tools: Remove some unused functions
16 years ago
rblist.c
perf util: Add findnew method to intlist
12 years ago
rblist.h
perf util: Add findnew method to intlist
12 years ago
record.c
perf tools: Add reference counting for cpu_map object
10 years ago
run-command.c
perf util: Replace strerror with strerror_r for thread-safety
11 years ago
run-command.h
perf tools: Remove some unused functions
16 years ago
session.c
perf tools: Add reference counting for cpu_map object
10 years ago
session.h
perf tools: Add AUX area tracing index
11 years ago
setup.py
tools lib api: Rename libapikfs.a to libapi.a
11 years ago
sigchain.c
perf tools: Remove some unused functions
16 years ago
sigchain.h
perf tools: Remove some unused functions
16 years ago
sort.c
perf report: Fix sort__sym_cmp to also compare end of symbol
10 years ago
sort.h
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
11 years ago
srcline.c
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
11 years ago
stat-shadow.c
perf stat: Fix transaction lenght metrics
10 years ago
stat.c
perf stat: Introduce perf_evsel__alloc_stats function
10 years ago
stat.h
perf stat: Introduce --per-thread option
10 years ago
strbuf.c
perf tools: Use zfree to help detect use after free bugs
12 years ago
strbuf.h
perf tools: Remove some unused functions
16 years ago
strfilter.c
perf tools: Add strfilter__string to recover rules string
11 years ago
strfilter.h
perf tools: Add strfilter__string to recover rules string
11 years ago
string.c
Revert "perf tools: Default to cpu// for events v5"
11 years ago
strlist.c
perf tools: Fix build error due to zfree() cast
12 years ago
strlist.h
perf tools: Stop using 'self' in strlist
13 years ago
svghelper.c
perf tools: Add reference counting for cpu_map object
10 years ago
svghelper.h
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf into perf/core
11 years ago
symbol-elf.c
perf tools: Reference count struct dso
11 years ago
symbol-minimal.c
perf symbols: Save DSO loading errno to better report errors
11 years ago
symbol.c
perf symbols: Store if there is a filter in place
10 years ago
symbol.h
perf symbols: Store if there is a filter in place
10 years ago
target.c
perf target: Simplify handling of strerror_r return
11 years ago
target.h
perf target: Move the checking of which map function to call into function.
12 years ago
thread-stack.c
perf tools: Ensure thread-stack is flushed
11 years ago
thread-stack.h
perf tools: Ensure thread-stack is flushed
11 years ago
thread.c
perf tools: Avoid deadlock when map_groups are broken
10 years ago
thread.h
perf tools: Elliminate alignment holes
11 years ago
thread_map.c
perf thread_map: Fix the sizeof() calculation for map entries
10 years ago
thread_map.h
perf thrad_map: Add comm string into array
10 years ago
tool.h
perf tools: handle PERF_RECORD_LOST_SAMPLES
11 years ago
top.c
perf tools: Rename 'perf_record_opts' to 'record_opts
12 years ago
top.h
tools: Consolidate types.h
12 years ago
trace-event-info.c
perf tools: Move pr_* debug macros into debug object
11 years ago
trace-event-parse.c
perf tools: Assign default value for some pointers
11 years ago
trace-event-read.c
perf tools: Remove needless getopt.h includes
11 years ago
trace-event-scripting.c
perf scripting: No need to pass thread twice to the scripting callbacks
11 years ago
trace-event.c
tools lib traceevent: Make plugin unload function receive pevent
12 years ago
trace-event.h
perf scripting: No need to pass thread twice to the scripting callbacks
11 years ago
tsc.c
perf tools: Move rdtsc() function
11 years ago
tsc.h
perf tools: Move rdtsc() function
11 years ago
unwind-libdw.c
perf callchains: Use thread->mg->machine
11 years ago
unwind-libdw.h
perf tools: Add libdw DWARF post unwind support
12 years ago
unwind-libunwind.c
perf unwind: Fix a compile error
10 years ago
unwind.h
perf callchains: Use thread->mg->machine
11 years ago
usage.c
perf target: Introduce perf_target__parse_uid()
14 years ago
util.c
perf tools: Avoid possible race condition in copyfile()
11 years ago
util.h
perf tools: Introduce copyfile_offset() function
11 years ago
values.c
perf tools: Use zfree to help detect use after free bugs
12 years ago
values.h
tools: Consolidate types.h
12 years ago
vdso.c
perf tools: Fix lockup using 32-bit compat vdso
10 years ago
vdso.h
perf machine: Fix up vdso methods names
11 years ago
wrapper.c
perf tools: Use __maybe_used for unused variables
13 years ago
xyarray.c
perf tools: Introduce xyarray__reset function
10 years ago
xyarray.h
perf tools: Introduce xyarray__reset function
10 years ago
zlib.c
perf tools: Add gzip decompression support for kernel module
11 years ago