Adrian Hunter 539e6bb71e perf record: Add an option to force per-cpu mmaps hace 12 años
..
include a986241854 perf fs: Add procfs support hace 12 años
scripting-engines b9c5143a01 perf tools: Use an accessor to read thread comm hace 12 años
PERF-VERSION-GEN a614d01bdd perf tools: Fix version when building out of tree hace 12 años
abspath.c a41794cdd7 perf tools: Remove some unused functions hace 15 años
alias.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
annotate.c 6e427ab02c perf annotate: Find kcore symbols on other maps hace 12 años
annotate.h fc67297b16 perf tools: Separate out GTK codes to libperf-gtk.so hace 12 años
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object hace 14 años
build-id.c c824c4338a perf tools: Stop using 'self' in some more places hace 12 años
build-id.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
cache.h fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function hace 12 años
callchain.c e369517ce5 perf callchain: Convert children list to rbtree hace 12 años
callchain.h aac898548d Merge branch 'perf/urgent' into perf/core hace 12 años
cgroup.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
cgroup.h 023695d96e perf tool: Add cgroup support hace 15 años
color.c 53805eca3d perf tools: Remove cast of non-variadic function to variadic hace 12 años
color.h 53805eca3d perf tools: Remove cast of non-variadic function to variadic hace 12 años
comm.c 4dfced359f perf tools: Get current comm instead of last one hace 12 años
comm.h 4dfced359f perf tools: Get current comm instead of last one hace 12 años
config.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
cpumap.c cf38fadade perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() hace 12 años
cpumap.h ec1e7e437a perf tools: Rename cpu_map__all() to cpu_map__empty() hace 12 años
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h hace 14 años
data.c 6a4d98d787 perf tools: Add perf_data_file__open interface to data object hace 12 años
data.h cc9784bd9f perf session: Separating data file properties from session hace 12 años
debug.c 044c4f8fba perf tools: Fix TUI helpline output hace 13 años
debug.h 56e52e8536 perf evsel: Introduce perf_evsel__open_strerror method hace 13 años
dso.c 2cc9d0ef57 perf tools: Save failed result of get_srcline() hace 12 años
dso.h 2cc9d0ef57 perf tools: Save failed result of get_srcline() hace 12 años
dwarf-aux.c e08cfd4bda perf probe: Fix to find line information for probe list hace 12 años
dwarf-aux.h e08cfd4bda perf probe: Fix to find line information for probe list hace 12 años
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ hace 16 años
event.c 9d4ecc8893 perf tools: Synthesize anon MMAP records again hace 12 años
event.h 62605dc50c perf record: Synthesize non-exec MMAP records when --data used hace 12 años
evlist.c 539e6bb71e perf record: Add an option to force per-cpu mmaps hace 12 años
evlist.h 602ad878d4 perf target: Shorten perf_target__ to target__ hace 12 años
evsel.c 539e6bb71e perf record: Add an option to force per-cpu mmaps hace 12 años
evsel.h d87fcb4a2d perf evsel: Introduce perf_evsel__prev() method hace 12 años
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft hace 15 años
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions hace 15 años
fs.c a986241854 perf fs: Add procfs support hace 12 años
fs.h a986241854 perf fs: Add procfs support hace 12 años
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT hace 12 años
header.c ef503831d8 perf evsel: Remove idx parm from constructor hace 12 años
header.h 2a08c3ec4f perf header: Recognize version number for perf data file hace 12 años
help.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
help.h 8b40f521cf perf tools: Protect header files with a consistent style hace 16 años
hist.c 41a4e6e2a0 perf hists: Consolidate __hists__add_*entry() hace 12 años
hist.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ hace 15 años
intlist.c 813335b8b2 perf util: Add findnew method to intlist hace 12 años
intlist.h 813335b8b2 perf util: Add findnew method to intlist hace 12 años
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ hace 16 años
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style hace 16 años
machine.c 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too hace 12 años
machine.h 602ad878d4 perf target: Shorten perf_target__ to target__ hace 12 años
map.c 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() hace 12 años
map.h 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() hace 12 años
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems hace 13 años
parse-events.c ef503831d8 perf evsel: Remove idx parm from constructor hace 12 años
parse-events.h c5cd8ac07e perf parse events: Demystify memory allocations hace 12 años
parse-events.l 820042233b perf tools: Move start conditions to start of the flex file hace 12 años
parse-events.y c5cd8ac07e perf parse events: Demystify memory allocations hace 12 años
parse-options.c cc03c54296 perf stat: Enhance option parse error message hace 12 años
parse-options.h ac69762550 perf tools: Show single option when failed to parse hace 12 años
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function hace 12 años
perf_regs.h 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT hace 12 años
pmu.c cf38fadade perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() hace 12 años
pmu.h 4cabc3d1cb tools/perf/stat: Add perf stat --transaction hace 12 años
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition hace 14 años
pmu.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. hace 13 años
probe-event.c 7969ec7728 perf probe: Support "$vars" meta argument syntax for local variables hace 12 años
probe-event.h 225466f1c2 perf probe: Provide perf interface for uprobes hace 13 años
probe-finder.c 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
probe-finder.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
pstack.c 61e945150f perf tools: Stop using 'self' in pstack hace 13 años
pstack.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
python-ext-sources 4299a54997 perf tools: Factor sysfs code into generic fs object hace 12 años
python.c aac898548d Merge branch 'perf/urgent' into perf/core hace 12 años
quote.c a41794cdd7 perf tools: Remove some unused functions hace 15 años
quote.h a41794cdd7 perf tools: Remove some unused functions hace 15 años
rblist.c 813335b8b2 perf util: Add findnew method to intlist hace 12 años
rblist.h 813335b8b2 perf util: Add findnew method to intlist hace 12 años
record.c 714647bdc5 perf tools: Check maximum frequency rate for record/top hace 12 años
run-command.c a41794cdd7 perf tools: Remove some unused functions hace 15 años
run-command.h a41794cdd7 perf tools: Remove some unused functions hace 15 años
session.c 744a971940 perf evsel: Ditch evsel->handler.data field hace 12 años
session.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
setup.py 9c12cf95b3 perf tools: Merge all *CFLAGS* make variable into CFLAGS hace 12 años
sigchain.c a41794cdd7 perf tools: Remove some unused functions hace 15 años
sigchain.h a41794cdd7 perf tools: Remove some unused functions hace 15 años
sort.c 7524f63b99 perf tools: Prevent condition that all sort keys are elided hace 12 años
sort.h 8ce000e838 perf tools: Remove unneeded include hace 12 años
srcline.c a949fffb84 perf tools: Fix old GCC build error in 'get_srcline' hace 12 años
stat.c ffe4f3c0d1 perf stats: Add max and min stats hace 12 años
stat.h ffe4f3c0d1 perf stats: Add max and min stats hace 12 años
strbuf.c f787d9519f perf tools: Fix strbuf_addf() when the buffer needs to grow hace 13 años
strbuf.h a41794cdd7 perf tools: Remove some unused functions hace 15 años
strfilter.c 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
strfilter.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
string.c 50e200f079 perf tools: Default to cpu// for events v5 hace 12 años
strlist.c 79146a69c8 perf probe: Fix segfault hace 12 años
strlist.h d8639f068a perf tools: Stop using 'self' in strlist hace 13 años
svghelper.c e853072055 perf timechart: Fix black idle boxes in the title hace 15 años
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style hace 16 años
symbol-elf.c 784f3390f9 perf symbols: Fix a mmap and munmap mismatched bug hace 12 años
symbol-minimal.c fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache hace 12 años
symbol.c d4f74eb891 perf symbols: Fix a memory leak due to symbol__delete not being used hace 12 años
symbol.h fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache hace 12 años
target.c 602ad878d4 perf target: Shorten perf_target__ to target__ hace 12 años
target.h 539e6bb71e perf record: Add an option to force per-cpu mmaps hace 12 años
thread.c 4dfced359f perf tools: Get current comm instead of last one hace 12 años
thread.h 316c7136f8 perf tools: Finish the removal of 'self' arguments hace 12 años
thread_map.c e8cdd94777 perf tools: fix thread_map__new_by_pid_str() memory leak in error path hace 13 años
thread_map.h b3a319d528 perf evlist: Add thread_map__nr() helper hace 12 años
tool.h 5c5e854bc7 perf tools: Add attr->mmap2 support hace 12 años
top.c 602ad878d4 perf target: Shorten perf_target__ to target__ hace 12 años
top.h 5dbb6e81d8 perf top: Add --max-stack option to limit callchain stack scan hace 12 años
trace-event-info.c cfd0e8cf7f perf util: No need to call read_trace_init() in tracing_data_header() hace 12 años
trace-event-parse.c 5283ec23a0 perf tools: Remove unused trace-event-* code hace 12 años
trace-event-read.c 94b4d89e00 perf util: Parse header_page to get proper long size hace 12 años
trace-event-scripting.c 2eaa1b407a perf script: Fix named threads support hace 12 años
trace-event.h 5283ec23a0 perf tools: Remove unused trace-event-* code hace 12 años
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data hace 13 años
unwind.c 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too hace 12 años
unwind.h 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too hace 12 años
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() hace 13 años
util.c 56921becdd perf tools: Do not accept parse_tag_value() overflow hace 12 años
util.h 97a07f10c3 perf tools: Introduce filename__read_int helper hace 12 años
values.c 0161d82e9b perf tools: Fix a memory leak on perf_read_values_destroy hace 14 años
values.h 8b40f521cf perf tools: Protect header files with a consistent style hace 16 años
vdso.c f9ceffb605 perf symbols: Fix vdso list searching hace 12 años
vdso.h 7dbf4dcfe2 perf tools: Back [vdso] DSO with real data hace 13 años
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
xyarray.c 69aad6f1ee perf tools: Introduce event selectors hace 15 años
xyarray.h 69aad6f1ee perf tools: Introduce event selectors hace 15 años