Adrian Hunter a7fde09a78 perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT 10 年之前
..
include 307bc97195 tools: Copy rbtree_augmented.h from the kernel 10 年之前
scripting-engines 609a740452 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX 10 年之前
Build 0aefc3590a tools: Copy lib/hweight.c from the kernel sources 10 年之前
PERF-VERSION-GEN a614d01bdd perf tools: Fix version when building out of tree 11 年之前
abspath.c a41794cdd7 perf tools: Remove some unused functions 15 年之前
alias.c 046625231a perf tools: Introduce zfree 11 年之前
annotate.c 276af92f10 perf annotate: Rename source_line_percent to source_line_samples 10 年之前
annotate.h 276af92f10 perf annotate: Rename source_line_percent to source_line_samples 10 年之前
auxtrace.c a7fde09a78 perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORT 10 年之前
auxtrace.h 83b2ea257e perf tools: Allow auxtrace data alignment 10 年之前
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 年之前
build-id.c 3d39ac5386 perf machine: No need to have two DSOs lists 10 年之前
build-id.h 8d8c8e4cb3 perf buildid-cache: Add --purge FILE to remove all caches of FILE 10 年之前
cache.h 4fd113b5ce perf report: Fix some option handling on --stdio 10 年之前
callchain.c aad2b21c15 perf tools: Enable LBR call stack support 10 年之前
callchain.h 3698dab1c8 perf tools: Move TUI-specific fields out of map_symbol 10 年之前
cgroup.c f812d3045c perf cgroup: Use atomic.h for refcounting 10 年之前
cgroup.h f812d3045c perf cgroup: Use atomic.h for refcounting 10 年之前
cloexec.c 2b42b09b88 perf bench numa: Fix to show proper convergence stats 10 年之前
cloexec.h e1e455f4f4 perf tools: Work around lack of sched_getcpu in glibc < 2.6. 10 年之前
color.c c8defe2494 perf tools: Remove some unused functions from color.c 10 年之前
color.h c8defe2494 perf tools: Remove some unused functions from color.c 10 年之前
comm.c 86c19525b7 perf comm: Use atomic.h for refcounting 10 年之前
comm.h 0db15b1e84 perf tools: Add facility to export data in database-friendly way 11 年之前
config.c 99ce8e9fce perf tools: Add --buildid-dir option to set cache directory 10 年之前
cpumap.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
cpumap.h f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h 13 年之前
data-convert-bt.c d4ae421392 perf data: Fix signedness of value 10 年之前
data-convert-bt.h bd05954bfa perf data: Support using -f to override perf.data file ownership for 'convert' 10 年之前
data.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety 11 年之前
data.h 6f9a317f2a perf tools: Add perf_data_file__write interface 11 年之前
db-export.c 427cde3287 perf db-export: Fix thread ref-counting 10 年之前
db-export.h b83e868d0a perf db-export: No need to have ->thread twice in struct export_sample 10 年之前
debug.c edbe9817ae perf data: Add perf data to CTF conversion support 10 年之前
debug.h edbe9817ae perf data: Add perf data to CTF conversion support 10 年之前
dso.c d3a7c489c7 perf tools: Reference count struct dso 10 年之前
dso.h d3a7c489c7 perf tools: Reference count struct dso 10 年之前
dwarf-aux.c c1b9034db7 perf tools: Fix dwarf-aux.c compilation on i386 10 年之前
dwarf-aux.h d4c537e6bf perf probe: Ignore tail calls to probed functions 10 年之前
environment.c 4fd113b5ce perf report: Fix some option handling on --stdio 10 年之前
event.c e13798c77b perf thread_map: Don't access the array entries directly 10 年之前
event.h 9d9cad763c perf tools: Configurable per thread proc map processing time out 10 年之前
evlist.c 578e91ec04 perf evlist: Propagate thread maps through the evlist 10 年之前
evlist.h 24e34f68e2 perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat object 10 年之前
evsel.c d8ee3b54d0 perf stat: Remove perf_evsel__read_cb function 10 年之前
evsel.h d8ee3b54d0 perf stat: Remove perf_evsel__read_cb function 10 年之前
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft 14 年之前
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions 15 年之前
find-vdso-map.c e477f3f01a perf tools: Build programs to copy 32-bit compatibility 11 年之前
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 12 年之前
header.c 4cc9761481 perf header: Delete an unnecessary check before the calling free_event_desc() 10 年之前
header.h 4025ea4024 perf header: Add AUX area tracing feature 10 年之前
help.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 年之前
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年之前
hist.c 5c24b67aae perf tools: Replace map->referenced & maps->removed_maps with map->refcnt 10 年之前
hist.h 063bd9363b perf hists: Reducing arguments of hist_entry_iter__add() 10 年之前
intlist.c 813335b8b2 perf util: Add findnew method to intlist 12 年之前
intlist.h 813335b8b2 perf util: Add findnew method to intlist 12 年之前
kvm-stat.h 8cc5ec1f75 perf kvm: Support using -f to override perf.data.guest file ownership 10 年之前
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 年之前
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 年之前
lzma.c 80a32e5b49 perf tools: Add lzma decompression support for kernel module 10 年之前
machine.c ceb9291307 perf tools: Add missing break for PERF_RECORD_ITRACE_START 10 年之前
machine.h 9d9cad763c perf tools: Configurable per thread proc map processing time out 10 年之前
map.c 5c24b67aae perf tools: Replace map->referenced & maps->removed_maps with map->refcnt 10 年之前
map.h 5c24b67aae perf tools: Replace map->referenced & maps->removed_maps with map->refcnt 10 年之前
ordered-events.c 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 年之前
ordered-events.h 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 年之前
pager.c 4fd113b5ce perf report: Fix some option handling on --stdio 10 年之前
parse-branch-options.c 5b68164d6a perf record: Add support for sampling indirect jumps 10 年之前
parse-branch-options.h f00898f4e2 perf tools: Move branch option parsing to own file 10 年之前
parse-events.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
parse-events.h bb78ce7d05 perf tools: Fix function declarations needed by parse-events.y 10 年之前
parse-events.l 5b021ddf81 perf tools: Allow events with dot 10 年之前
parse-events.y a6ced2be06 perf tools: Fix parse_events_error dereferences 10 年之前
parse-options.c 0c8c20779c perf report: Don't allow empty argument for '-t'. 10 年之前
parse-options.h 2dd6d8a10a perf record: Add AUX area tracing Snapshot Mode support 10 年之前
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 12 年之前
perf_regs.c 0c4e774fad perf tools: Cache register accesses for unwind processing 11 年之前
perf_regs.h 0c4e774fad perf tools: Cache register accesses for unwind processing 11 年之前
pmu.c 70c646e0e4 perf pmu: Split perf_pmu__new_alias() 10 年之前
pmu.h e64b020ba1 perf tools: Add term support for parse_events_error 10 年之前
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition 13 年之前
pmu.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. 12 年之前
probe-event.c 7c31bb8c95 perf probe: Fix failure to probe events on arm 10 年之前
probe-event.h 419e873828 perf probe: Show the error reason comes from invalid DSO 10 年之前
probe-finder.c d3a7c489c7 perf tools: Reference count struct dso 10 年之前
probe-finder.h ddb2f58f9f perf probe: Introduce probe_conf global configs 10 年之前
pstack.c c8539e3fc6 perf tools: Introduce pstack_peek() 10 年之前
pstack.h c8539e3fc6 perf tools: Introduce pstack_peek() 10 年之前
python-ext-sources 0aefc3590a tools: Copy lib/hweight.c from the kernel sources 10 年之前
python.c 186fbb7432 perf tools: Add reference counting for thread_map object 10 年之前
quote.c a41794cdd7 perf tools: Remove some unused functions 15 年之前
quote.h a41794cdd7 perf tools: Remove some unused functions 15 年之前
rblist.c 813335b8b2 perf util: Add findnew method to intlist 12 年之前
rblist.h 813335b8b2 perf util: Add findnew method to intlist 12 年之前
record.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
run-command.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety 11 年之前
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 年之前
session.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
session.h 99fa298453 perf tools: Add AUX area tracing index 10 年之前
setup.py 285a8f247b tools lib api: Rename libapikfs.a to libapi.a 10 年之前
sigchain.c a41794cdd7 perf tools: Remove some unused functions 15 年之前
sigchain.h a41794cdd7 perf tools: Remove some unused functions 15 年之前
sort.c c05676c062 perf report: Fix sort__sym_cmp to also compare end of symbol 10 年之前
sort.h 3698dab1c8 perf tools: Move TUI-specific fields out of map_symbol 10 年之前
srcline.c ac931f87a6 perf: Fix building warning on ARM 32 10 年之前
stat-shadow.c f87027b968 perf stat: Move shadow stat counters into separate object 10 年之前
stat.c a7d0a102e4 perf stat: Introduce perf_evsel__alloc_stats function 10 年之前
stat.h 32b8af82e3 perf stat: Introduce --per-thread option 10 年之前
strbuf.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 年之前
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 年之前
strfilter.c 3f51972c59 perf tools: Add strfilter__string to recover rules string 10 年之前
strfilter.h 3f51972c59 perf tools: Add strfilter__string to recover rules string 10 年之前
string.c 42f60c2d63 Revert "perf tools: Default to cpu// for events v5" 11 年之前
strlist.c 7d16c63423 perf tools: Fix build error due to zfree() cast 11 年之前
strlist.h d8639f068a perf tools: Stop using 'self' in strlist 12 年之前
svghelper.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 年之前
svghelper.h b97b59b93d perf timechart: Implement IO mode 11 年之前
symbol-elf.c d3a7c489c7 perf tools: Reference count struct dso 10 年之前
symbol-minimal.c 18425f13a0 perf symbols: Save DSO loading errno to better report errors 10 年之前
symbol.c 0bc2f2f7d0 perf symbols: Store if there is a filter in place 10 年之前
symbol.h 0bc2f2f7d0 perf symbols: Store if there is a filter in place 10 年之前
target.c 17e44dc46f perf target: Simplify handling of strerror_r return 10 年之前
target.h 9c105fbc94 perf target: Move the checking of which map function to call into function. 11 年之前
thread-stack.c a5499b3719 perf tools: Ensure thread-stack is flushed 10 年之前
thread-stack.h a5499b3719 perf tools: Ensure thread-stack is flushed 10 年之前
thread.c fdce6a4eda perf tools: Remove redundant initialization of thread linkage members 10 年之前
thread.h 86066064e3 perf tools: Elliminate alignment holes 10 年之前
thread_map.c 08ae217b8d perf thread_map: Fix the sizeof() calculation for map entries 10 年之前
thread_map.h 792402fd5c perf thrad_map: Add comm string into array 10 年之前
tool.h c4937a91ea perf tools: handle PERF_RECORD_LOST_SAMPLES 10 年之前
top.c b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts 11 年之前
top.h d944c4eebc tools: Consolidate types.h 11 年之前
trace-event-info.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object 11 年之前
trace-event-parse.c 5bcaaca3e4 perf tools: Assign default value for some pointers 10 年之前
trace-event-read.c ff527bccd4 perf tools: Remove needless getopt.h includes 11 年之前
trace-event-scripting.c f9d5d549d2 perf scripting: No need to pass thread twice to the scripting callbacks 10 年之前
trace-event.c 8d0c2224ca tools lib traceevent: Make plugin unload function receive pevent 11 年之前
trace-event.h f9d5d549d2 perf scripting: No need to pass thread twice to the scripting callbacks 10 年之前
tsc.c a6a69db4b6 perf tools: Move rdtsc() function 11 年之前
tsc.h a6a69db4b6 perf tools: Move rdtsc() function 11 年之前
unwind-libdw.c dd8c17a5fe perf callchains: Use thread->mg->machine 11 年之前
unwind-libdw.h 5ea8415407 perf tools: Add libdw DWARF post unwind support 11 年之前
unwind-libunwind.c f005813afb perf unwind: Fix a compile error 10 年之前
unwind.h dd8c17a5fe perf callchains: Use thread->mg->machine 11 年之前
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() 13 年之前
util.c d7c72606d9 perf tools: Avoid possible race condition in copyfile() 10 年之前
util.h 9c9f5a2f19 perf tools: Introduce copyfile_offset() function 10 年之前
values.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 年之前
values.h d944c4eebc tools: Consolidate types.h 11 年之前
vdso.c 6d545a632f perf tools: Fix lockup using 32-bit compat vdso 10 年之前
vdso.h 9a4388c711 perf machine: Fix up vdso methods names 10 年之前
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 年之前
xyarray.c b45f65e8fd perf tools: Introduce xyarray__reset function 10 年之前
xyarray.h b45f65e8fd perf tools: Introduce xyarray__reset function 10 年之前
zlib.c e92ce12ed6 perf tools: Add gzip decompression support for kernel module 10 年之前