Arnaldo Carvalho de Melo 6692c262df perf tools: Remove dependency on libnewt hace 12 años
..
include 15268138e3 perf tools: Fix PMU format parsing test failure hace 13 años
scripting-engines 2de9533d6d perf script: hook up perf_scripting_context->pevent hace 13 años
PERF-VERSION-GEN 3cecaa2002 perf tools: Do not include PERF-VERSION-FILE to Makefile hace 13 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 e64aa75bf5 perf annotate browser: Use disasm__calc_percent() hace 12 años
annotate.h 6692c262df perf tools: Remove dependency on libnewt hace 12 años
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object hace 14 años
build-id.c ebb296c276 perf tools: Move build_id__sprintf into build-id object hace 13 años
build-id.h 4383db88a7 perf tools: Move BUILD_ID_SIZE into build-id object hace 13 años
cache.h 59ed16b315 perf ui: Always compile browser setup code hace 13 años
callchain.c 91b988048b perf tools: Fix calloc argument ordering hace 13 años
callchain.h 75d9a10854 perf record: Export the callchain parsing routine and help hace 13 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 e7f01d1e3d perf tools: Use scnprintf where applicable hace 14 años
color.h a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents hace 15 años
config.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
cpumap.c 12c08a9f59 perf stat: Add per-core aggregation hace 12 años
cpumap.h 12c08a9f59 perf stat: Add per-core aggregation hace 12 años
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h hace 14 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 417c2ff680 perf symbols: Generalize filter in __fprintf_buildid methods hace 13 años
dso.h 417c2ff680 perf symbols: Generalize filter in __fprintf_buildid methods hace 13 años
dwarf-aux.c bb2d17a014 perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variables hace 13 años
dwarf-aux.h db0d2c6420 perf probe: Search concrete out-of-line instances hace 14 años
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ hace 16 años
event.c 0b9e01a4f0 perf tools: Fix memory leak on error hace 13 años
event.h 98a3b32c99 perf tools: Add mem access sampling core support hace 12 años
evlist.c 0a11953851 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core hace 12 años
evlist.h a74b4b66cc perf evlist: Introduce perf_evlist__close() hace 12 años
evsel.c ccf49bfc6b perf record: Add support for mem access profiling hace 12 años
evsel.h a7e191c376 perf stat: Introduce --repeat forever 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
generate-cmdlist.sh 29a0fc9b2b perf tools: Convert to LIBELF_SUPPORT hace 13 años
header.c 3dce2ce3cc perf tools: Handle failure case in trace_report() hace 12 años
header.h a8bb559bd4 perf header: Add HEADER_GROUP_DESC feature hace 13 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 028f12ee6b perf tools: Add new mem command for memory access profiling hace 12 años
hist.h 6692c262df perf tools: Remove dependency on libnewt hace 12 años
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ hace 15 años
intlist.c ffe0fb769a perf tools: Allow passing a list to intlist__new hace 13 años
intlist.h ffe0fb769a perf tools: Allow passing a list to intlist__new hace 13 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 bad4091791 perf machine: Detect data vs. text mappings hace 12 años
machine.h 98a3b32c99 perf tools: Add mem access sampling core support hace 12 años
map.c 8e16017d49 perf tools: Use memdup in map__clone hace 13 años
map.h 237a7e04a1 perf tools: Stop using 'self' in map.[ch] hace 13 años
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems hace 13 años
parse-events.c 85c66be101 perf tools: Introduce tools/lib/lk library hace 12 años
parse-events.h 97f63e4a2c perf tools: Keep group information hace 13 años
parse-events.l 534123f458 perf tools: Add basic event modifier sanity check hace 13 años
parse-events.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. hace 13 años
parse-options.c 4d8061faca perf tools: Long option completion support for each subcommands hace 13 años
parse-options.h 4d8061faca perf tools: Long option completion support for each subcommands hace 13 años
path.c d6e66832a7 perf tools: Convert to HAVE_STRLCPY hace 13 años
perf_regs.h 95485b1cda perf tools: Convert to LIBUNWIND_SUPPORT hace 13 años
pmu.c ab1bf65322 perf pmu: Privatize perf_pmu_{format,alias} structs hace 13 años
pmu.h ab1bf65322 perf pmu: Privatize perf_pmu_{format,alias} structs hace 13 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 85c66be101 perf tools: Introduce tools/lib/lk library hace 12 años
probe-event.h 225466f1c2 perf probe: Provide perf interface for uprobes hace 13 años
probe-finder.c 7ce28b5b5b perf probe: Allow of casting an array of char to string hace 13 años
probe-finder.h c168fbfb93 perf tools: Eliminate duplicate code and use PATH_MAX consistently hace 14 años
pstack.c 61e945150f perf tools: Stop using 'self' in pstack hace 13 años
pstack.h d1b4f2491c perf ui: Move hists browser to util/ui/browsers/ hace 15 años
python-ext-sources 85c66be101 perf tools: Introduce tools/lib/lk library hace 12 años
python.c 0c6332e9d8 perf python: Fix breakage introduced by the test_attr infrastructure hace 13 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 03f2f93ae0 Account the nr_entries in rblist properly hace 13 años
rblist.h 37bbd3fff1 perf tools: Introducing rblist hace 13 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 98a3b32c99 perf tools: Add mem access sampling core support hace 12 años
session.h c1ad050caa perf session: Remove unused perf_session__remove_thread method hace 12 años
setup.py 85c66be101 perf tools: Introduce tools/lib/lk library 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 62667746a6 perf tools: Fix output of symbol_daddr offset hace 12 años
sort.h 98a3b32c99 perf tools: Add mem access sampling core support hace 12 años
stat.c 0007eceace perf stat: Move stats related code to util/stat.c hace 13 años
stat.h 0007eceace perf stat: Move stats related code to util/stat.c hace 13 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 ff9ae1babd perf: Fix missing strndup declaration hace 15 años
strfilter.h 68baa431ec perf tools: Add strfilter for general purpose string filter hace 15 años
string.c 08aa9cce6b perf tools: Move ltrim() to util/string.c hace 13 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 328ccdace8 perf report: Add --no-demangle option hace 12 años
symbol-minimal.c eec185ab60 perf symbols: Include elf.h header regardless LIBELF_SUPPORT hace 13 años
symbol.c 328ccdace8 perf report: Add --no-demangle option hace 12 años
symbol.h 98a3b32c99 perf tools: Add mem access sampling core support hace 12 años
sysfs.c a65c234206 perf tools: Fix possible (unlikely) buffer overflow hace 13 años
sysfs.h e90fda0635 perf tools: Add sysfs mountpoint interface hace 14 años
target.c 60ff92f515 perf tools: Replace mempcpy with memcpy hace 13 años
target.h d1cb9fce92 perf target: Add uses_mmap field hace 13 años
thread.c 3f067dcab7 perf machine: Move more machine methods to machine.c hace 13 años
thread.h 3f067dcab7 perf machine: Move more machine methods to machine.c hace 13 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 ee29be625b perf tools: Save some loops using perf_evlist__id2evsel hace 14 años
top.c 2376c67a7b perf top: Use perf_evlist__config() hace 13 años
top.h 594ac61ad3 perf evsel: Do missing feature fallbacks in just one place hace 13 años
trace-event-info.c 7f42b9505a perf tools: Get rid of die() calls from trace-event-info.c hace 12 años
trace-event-parse.c eba7181d56 perf tools: Remove unused tracing functions hace 12 años
trace-event-read.c ebf3c675d7 perf tools: Cleanup calc_data_size logic hace 12 años
trace-event-scripting.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
trace-event.h 8755d5e202 perf tools: Get rid of write_or_die() from trace-event-info.c hace 12 años
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data hace 13 años
unwind.c 1d037ca164 perf tools: Use __maybe_used for unused variables hace 13 años
unwind.h 95485b1cda perf tools: Convert to LIBUNWIND_SUPPORT hace 13 años
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() hace 13 años
util.c 1355915ac6 perf tools: Extract perf-specific stuff from debugfs.c hace 12 años
util.h 62baca8aed perf tools: Get rid of redundant _FILE_OFFSET_BITS definition 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 7dbf4dcfe2 perf tools: Back [vdso] DSO with real data hace 13 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