Namhyung Kim ac69762550 perf tools: Show single option when failed to parse il y a 11 ans
..
include fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function il y a 11 ans
scripting-engines b9c5143a01 perf tools: Use an accessor to read thread comm il y a 11 ans
PERF-VERSION-GEN 3fae82db55 perf tools: Align perf version output to other build messages il y a 11 ans
abspath.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
alias.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
annotate.c 6e427ab02c perf annotate: Find kcore symbols on other maps il y a 11 ans
annotate.h fc67297b16 perf tools: Separate out GTK codes to libperf-gtk.so il y a 11 ans
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object il y a 13 ans
build-id.c c824c4338a perf tools: Stop using 'self' in some more places il y a 11 ans
build-id.h 4383db88a7 perf tools: Move BUILD_ID_SIZE into build-id object il y a 12 ans
cache.h fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function il y a 11 ans
callchain.c e369517ce5 perf callchain: Convert children list to rbtree il y a 11 ans
callchain.h aac898548d Merge branch 'perf/urgent' into perf/core il y a 11 ans
cgroup.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
cgroup.h 023695d96e perf tool: Add cgroup support il y a 14 ans
color.c 53805eca3d perf tools: Remove cast of non-variadic function to variadic il y a 11 ans
color.h 53805eca3d perf tools: Remove cast of non-variadic function to variadic il y a 11 ans
comm.c 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
comm.h 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
config.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
cpumap.c 12c08a9f59 perf stat: Add per-core aggregation il y a 12 ans
cpumap.h ec1e7e437a perf tools: Rename cpu_map__all() to cpu_map__empty() il y a 12 ans
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h il y a 13 ans
data.c 6a4d98d787 perf tools: Add perf_data_file__open interface to data object il y a 11 ans
data.h cc9784bd9f perf session: Separating data file properties from session il y a 11 ans
debug.c 044c4f8fba perf tools: Fix TUI helpline output il y a 12 ans
debug.h 56e52e8536 perf evsel: Introduce perf_evsel__open_strerror method il y a 12 ans
dso.c 2cc9d0ef57 perf tools: Save failed result of get_srcline() il y a 11 ans
dso.h 2cc9d0ef57 perf tools: Save failed result of get_srcline() il y a 11 ans
dwarf-aux.c e08cfd4bda perf probe: Fix to find line information for probe list il y a 12 ans
dwarf-aux.h e08cfd4bda perf probe: Fix to find line information for probe list il y a 12 ans
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ il y a 16 ans
event.c 162f0befda perf tools: Add time argument on COMM setting il y a 11 ans
event.h a65cb4b9f8 perf evlist: Fix perf_evlist__mmap_read event overflow il y a 11 ans
evlist.c 026359658a perf evlist: Add a debug print if event buffer mmap fails il y a 11 ans
evlist.h aac898548d Merge branch 'perf/urgent' into perf/core il y a 11 ans
evsel.c 42d88910c7 perf evsel: Synthesize PERF_SAMPLE_TRANSACTION il y a 11 ans
evsel.h 4cabc3d1cb tools/perf/stat: Add perf stat --transaction il y a 12 ans
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft il y a 14 ans
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT il y a 11 ans
header.c cc9784bd9f perf session: Separating data file properties from session il y a 11 ans
header.h 2a08c3ec4f perf header: Recognize version number for perf data file il y a 12 ans
help.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
help.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
hist.c 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
hist.h aac898548d Merge branch 'perf/urgent' into perf/core il y a 11 ans
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ il y a 15 ans
intlist.c 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
intlist.h 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ il y a 16 ans
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
machine.c 162f0befda perf tools: Add time argument on COMM setting il y a 11 ans
machine.h 162f0befda perf tools: Add time argument on COMM setting il y a 11 ans
map.c 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() il y a 11 ans
map.h 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() il y a 11 ans
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems il y a 13 ans
parse-events.c f11cfc6f29 perf list: Show error if tracepoints not available il y a 11 ans
parse-events.h c5cd8ac07e perf parse events: Demystify memory allocations il y a 12 ans
parse-events.l 820042233b perf tools: Move start conditions to start of the flex file il y a 11 ans
parse-events.y c5cd8ac07e perf parse events: Demystify memory allocations il y a 12 ans
parse-options.c ac69762550 perf tools: Show single option when failed to parse il y a 11 ans
parse-options.h ac69762550 perf tools: Show single option when failed to parse il y a 11 ans
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function il y a 11 ans
perf_regs.h 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT il y a 11 ans
pmu.c 4cabc3d1cb tools/perf/stat: Add perf stat --transaction il y a 12 ans
pmu.h 4cabc3d1cb tools/perf/stat: Add perf stat --transaction il y a 12 ans
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition il y a 13 ans
pmu.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. il y a 12 ans
probe-event.c 7969ec7728 perf probe: Support "$vars" meta argument syntax for local variables il y a 11 ans
probe-event.h 225466f1c2 perf probe: Provide perf interface for uprobes il y a 13 ans
probe-finder.c 9ef0438a95 perf probe: Fix typo il y a 11 ans
probe-finder.h 7969ec7728 perf probe: Support "$vars" meta argument syntax for local variables il y a 11 ans
pstack.c 61e945150f perf tools: Stop using 'self' in pstack il y a 12 ans
pstack.h d1b4f2491c perf ui: Move hists browser to util/ui/browsers/ il y a 15 ans
python-ext-sources 85c66be101 perf tools: Introduce tools/lib/lk library il y a 12 ans
python.c aac898548d Merge branch 'perf/urgent' into perf/core il y a 11 ans
quote.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
quote.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
rblist.c 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
rblist.h 813335b8b2 perf util: Add findnew method to intlist il y a 11 ans
record.c 75562573ba perf tools: Add support for PERF_SAMPLE_IDENTIFIER il y a 12 ans
run-command.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
run-command.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
session.c 162f0befda perf tools: Add time argument on COMM setting il y a 11 ans
session.h cc9784bd9f perf session: Separating data file properties from session il y a 11 ans
setup.py 9c12cf95b3 perf tools: Merge all *CFLAGS* make variable into CFLAGS il y a 12 ans
sigchain.c a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
sigchain.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
sort.c 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
sort.h 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
srcline.c a949fffb84 perf tools: Fix old GCC build error in 'get_srcline' il y a 11 ans
stat.c ffe4f3c0d1 perf stats: Add max and min stats il y a 12 ans
stat.h ffe4f3c0d1 perf stats: Add max and min stats il y a 12 ans
strbuf.c f787d9519f perf tools: Fix strbuf_addf() when the buffer needs to grow il y a 12 ans
strbuf.h a41794cdd7 perf tools: Remove some unused functions il y a 15 ans
strfilter.c c824c4338a perf tools: Stop using 'self' in some more places il y a 11 ans
strfilter.h 68baa431ec perf tools: Add strfilter for general purpose string filter il y a 14 ans
string.c 50e200f079 perf tools: Default to cpu// for events v5 il y a 12 ans
strlist.c 79146a69c8 perf probe: Fix segfault il y a 12 ans
strlist.h d8639f068a perf tools: Stop using 'self' in strlist il y a 12 ans
svghelper.c e853072055 perf timechart: Fix black idle boxes in the title il y a 14 ans
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
symbol-elf.c 784f3390f9 perf symbols: Fix a mmap and munmap mismatched bug il y a 11 ans
symbol-minimal.c fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache il y a 11 ans
symbol.c d4f74eb891 perf symbols: Fix a memory leak due to symbol__delete not being used il y a 11 ans
symbol.h fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache il y a 11 ans
sysfs.c a65c234206 perf tools: Fix possible (unlikely) buffer overflow il y a 12 ans
sysfs.h e90fda0635 perf tools: Add sysfs mountpoint interface il y a 13 ans
target.c 60ff92f515 perf tools: Replace mempcpy with memcpy il y a 13 ans
target.h d1cb9fce92 perf target: Add uses_mmap field il y a 13 ans
thread.c 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
thread.h 4dfced359f perf tools: Get current comm instead of last one il y a 11 ans
thread_map.c e8cdd94777 perf tools: fix thread_map__new_by_pid_str() memory leak in error path il y a 13 ans
thread_map.h b3a319d528 perf evlist: Add thread_map__nr() helper il y a 12 ans
tool.h 5c5e854bc7 perf tools: Add attr->mmap2 support il y a 12 ans
top.c 6f29097f45 perf top: Fix percent output when no samples collected il y a 12 ans
top.h 5dbb6e81d8 perf top: Add --max-stack option to limit callchain stack scan il y a 11 ans
trace-event-info.c cfd0e8cf7f perf util: No need to call read_trace_init() in tracing_data_header() il y a 12 ans
trace-event-parse.c 5283ec23a0 perf tools: Remove unused trace-event-* code il y a 11 ans
trace-event-read.c 94b4d89e00 perf util: Parse header_page to get proper long size il y a 12 ans
trace-event-scripting.c 2eaa1b407a perf script: Fix named threads support il y a 12 ans
trace-event.h 5283ec23a0 perf tools: Remove unused trace-event-* code il y a 11 ans
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data il y a 13 ans
unwind.c 326f59bf64 perf tools: Remove filter parameter of thread__find_addr_map() il y a 12 ans
unwind.h 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT il y a 11 ans
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() il y a 13 ans
util.c 56921becdd perf tools: Do not accept parse_tag_value() overflow il y a 11 ans
util.h 97a07f10c3 perf tools: Introduce filename__read_int helper il y a 11 ans
values.c 0161d82e9b perf tools: Fix a memory leak on perf_read_values_destroy il y a 13 ans
values.h 8b40f521cf perf tools: Protect header files with a consistent style il y a 16 ans
vdso.c f9ceffb605 perf symbols: Fix vdso list searching il y a 12 ans
vdso.h 7dbf4dcfe2 perf tools: Back [vdso] DSO with real data il y a 13 ans
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables il y a 13 ans
xyarray.c 69aad6f1ee perf tools: Introduce event selectors il y a 14 ans
xyarray.h 69aad6f1ee perf tools: Introduce event selectors il y a 14 ans