Commit Graph

608 Commits (c8446b9bdabcb0caa61bb341bd73c58f7104b503)

Author SHA1 Message Date
Arnaldo Carvalho de Melo a89e5abe3e perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table 15 years ago
Alexander Beregalov 8d9e503928 perf: Fix memory leak: counterwidth 15 years ago
Masami Hiramatsu 631c9def80 perf probe: Support --line option to show probable source-code lines 15 years ago
Masami Hiramatsu 6964cd2c8e perf tools: Enhance glob string matching 15 years ago
Masami Hiramatsu fb1d2edf7e perf tools: Support tracepoint glob matching 15 years ago
Masami Hiramatsu 72041334b8 perf probe: Show probe list in pager 15 years ago
Masami Hiramatsu bbaa46fac6 perf probe: Remove newline from die() 15 years ago
Arnaldo Carvalho de Melo 56b03f3c4d perf tools: Handle relocatable kernels 15 years ago
Arnaldo Carvalho de Melo de1764892a perf session: Keep pointers to the vmlinux maps 15 years ago
Arnaldo Carvalho de Melo f92cb24c78 perf tools: Create write_padded routine out of __dsos__write_buildid_table 15 years ago
Arnaldo Carvalho de Melo 36a3e6461a perf symbols: Export symbol_type__is_a 15 years ago
Arnaldo Carvalho de Melo 682b335a5b perf symbols: Generalise the kallsyms parsing routine 15 years ago
Arnaldo Carvalho de Melo ae99fb2c33 perf header: perf_header__push_event() shouldn't die 15 years ago
Arnaldo Carvalho de Melo 769885f372 perf header: Do_read shouldn't die 15 years ago
Liming Wang 63bbd5e2d5 perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT 15 years ago
Liming Wang 41bdcb23da perf tools: Unify event type description 15 years ago
Xiao Guangrong 9967411e5b perf trace: Fix forgotten close of file/dir 15 years ago
Xiao Guangrong 61be3e59ba perf trace: Clean up find_debugfs() 15 years ago
Xiao Guangrong 29c52aa230 perf tools: Mount debugfs automatically 15 years ago
Ulrich Drepper 659d8cfbb2 perf tools: Do a few more directory handling optimizations 15 years ago
Arnaldo Carvalho de Melo 4cf40131a5 perf record: Introduce a symtab cache 15 years ago
Arnaldo Carvalho de Melo 55aa640f54 perf session: Remove redundant prefix & suffix from perf_event_ops 15 years ago
Arnaldo Carvalho de Melo f7d87444e6 perf session: Move full_paths config to symbol_conf 15 years ago
Arnaldo Carvalho de Melo 31d337c4ee perf session: Move total_unknown to perf_session->unknown events 15 years ago
Arnaldo Carvalho de Melo d549c76901 perf session: Remove sample_type_check from event_ops 15 years ago
Arnaldo Carvalho de Melo 27295592c2 perf session: Share the common trace sample_check routine as perf_session__has_traces 15 years ago
Arnaldo Carvalho de Melo 4a58e61161 perf tools: Move the map class definition to a separate header 15 years ago
Arnaldo Carvalho de Melo 06aae59003 perf session: Move the event processing routines to session.c 15 years ago
Arnaldo Carvalho de Melo b5b60fda1e perf session: Make events_stats u64 to avoid overflow on 32-bit arches 15 years ago
Masami Hiramatsu b7702a2136 perf probe: Check new event name 15 years ago
Masami Hiramatsu 27f3b24de0 perf probe: Fix libdwarf include path for Debian 15 years ago
Arnaldo Carvalho de Melo 9b33827de6 perf diff: Percent calcs should use double values 15 years ago
Arnaldo Carvalho de Melo c351c28161 perf diff: Use perf_session__fprintf_hists just like 'perf record' 15 years ago
Arnaldo Carvalho de Melo 3e6055ab98 perf session: Move perf report specific hits out of perf_session__fprintf_hists 15 years ago
Arnaldo Carvalho de Melo 4ecf84d086 perf tools: Move hist entries printing routines from perf report 15 years ago
Arnaldo Carvalho de Melo d599db3fc5 perf report: Generalize perf_session__fprintf_hists() 15 years ago
Arnaldo Carvalho de Melo c410a33887 perf symbols: Move symbol filtering to event__preprocess_sample() 15 years ago
Arnaldo Carvalho de Melo 655000e7c7 perf symbols: Adopt the strlists for dso, comm 15 years ago
Arnaldo Carvalho de Melo 75be6cf487 perf symbols: Make symbol_conf global 15 years ago
Masami Hiramatsu 7ef17aafc9 perf probe: Fix to show which probe point is not found 15 years ago
Masami Hiramatsu a128168d1e perf probe: Check build-id of vmlinux 15 years ago
Masami Hiramatsu d761b08bff perf probe: Reject second attempt of adding same-name event 15 years ago
Masami Hiramatsu af663d75a6 perf probe: Support event name for --add option 15 years ago
Masami Hiramatsu bbbb521bc6 perf probe: Add glob matching support on --del 15 years ago
Masami Hiramatsu adf365f486 perf probe: Use strlist__for_each macros in probe-event.c 15 years ago
Masami Hiramatsu abf5ef7247 perf tools: Add for_each macros for strlist 15 years ago
Masami Hiramatsu 3e3405906d perf probe: Fix --del to update current event list 15 years ago
Masami Hiramatsu f6bbff7725 perf probe: Fix --del to show info instead of warning 15 years ago
Masami Hiramatsu 411edfe5c1 perf probe: Show need-dwarf message only if it is really needed 15 years ago
Masami Hiramatsu 7e990a5126 perf probe: Check the result of e_snprintf() 15 years ago