Commit Graph

796 Commits (5c891f3840a7a330c96d7203d4bb5be6fa033724)

Author SHA1 Message Date
Thomas Gleixner 5c891f3840 perf session: Allocate chunks of sample objects 14 years ago
Thomas Gleixner 020bb75a6d perf session: Cache sample objects 14 years ago
Thomas Gleixner fe17420784 perf session: Keep file mmaped instead of malloc/memcpy 14 years ago
Thomas Gleixner 55b44629f5 perf session: Use sensible mmap size 14 years ago
Thomas Gleixner d6513281c5 perf session: Simplify termination checks 14 years ago
Thomas Gleixner 85b99952cc perf session: Move ui_progress_update in __perf_session__process_events() 14 years ago
Thomas Gleixner 0331ee0cf4 perf session: Cleanup __perf_session__process_events() 14 years ago
Thomas Gleixner 28990f75e6 perf session: Use appropriate pointer type instead of silly typecasting 14 years ago
Thomas Gleixner a1225decc4 perf session: Fix list sort algorithm 14 years ago
Arnaldo Carvalho de Melo 068ffaa8bf perf tools: Fix lost and unknown events handling 14 years ago
Ian Munsie 9d1faba5fe perf symbols: Correct final kernel map guesses 14 years ago
Arnaldo Carvalho de Melo 37982ba0a0 perf events: Default to using event__process_lost 14 years ago
Arnaldo Carvalho de Melo baa2f6cedb perf record: Add option to disable collecting build-ids 14 years ago
Hitoshi Mitake ea7872b9d6 perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem' 14 years ago
Rabin Vincent 02a9d03772 perf symbols: Remove incorrect open-coded container_of() 14 years ago
Robert Morell a71123977e perf tools: Remove hardcoded include paths for elfutils 14 years ago
Cyrill Gorcunov a3da8e4513 perf, ui: Eliminate stack-smashing protection compiler complaint 14 years ago
Arnaldo Carvalho de Melo b44308f540 perf scripting: Shut up 'perf record' final status 15 years ago
Arnaldo Carvalho de Melo 66a301c380 perf probe: Fix format specified for Dwarf_Off parameter 15 years ago
Arnaldo Carvalho de Melo 8bfb5e7d6a perf tools: Remove direct slang.h include 15 years ago
Masami Hiramatsu 469b9b8848 perf probe: Add basic module support 15 years ago
Masami Hiramatsu fb8c5a56c7 perf probe: Show accessible global variables 15 years ago
Masami Hiramatsu c82ec0a2bd perf probe: Function style fix 15 years ago
Masami Hiramatsu cf6eb489e5 perf probe: Show accessible local variables 15 years ago
Masami Hiramatsu 632941c4f8 perf probe: Support global variables 15 years ago
Masami Hiramatsu 378eeaad3e perf probe: Fix local variable searching loop 15 years ago
Masami Hiramatsu 4046b8bb5f perf probe: Fix type searching 15 years ago
Stephane Eranian 0f940cb7d9 perf trace scripting: Fix extern struct definitions 15 years ago
Frederik Deweerdt c569d3326b perf ui hist browser: Fix segfault on 'a' for annotate 15 years ago
Arnaldo Carvalho de Melo 469917ce87 perf ui browser: Don't use windows, slang is enough 15 years ago
Jovi Zhang 85e00b5551 perf symbols: Fix multiple initialization of symbol system 15 years ago
Masami Hiramatsu 367e94c100 perf probe: Fix handling of arguments names 15 years ago
Masami Hiramatsu 04ddd04b04 perf probe: Fix return probe support 15 years ago
Frederic Weisbecker 5225c45899 perf: Initialize callchains roots's childen hits 15 years ago
Srikar Dronamraju 90f18e63fb perf symbols: List symbols in a dso in ascending name order 15 years ago
Arnaldo Carvalho de Melo 3c916cc28c perf hists browser: Introduce "expand/collapse all callchains" action 15 years ago
Arnaldo Carvalho de Melo 163caed902 perf hists browser: Init the has_children fields just once 15 years ago
Arnaldo Carvalho de Melo 293db47f47 perf hists browser: replace rb_first() != NULL by !RB_EMPTY_ROOT() 15 years ago
Arnaldo Carvalho de Melo 18b308d799 perf hists: Fix hist_entry__init_have_children 15 years ago
Frederic Weisbecker 612d4fd7d0 perf: Support for callchains merge 15 years ago
Frederic Weisbecker 6cb8e56161 perf: Rename append_callchain into callchain_append 15 years ago
Frederic Weisbecker d2009c5130 perf: Keep track of the max depth of a callchain 15 years ago
Kirill A. Shutemov f4e7ac0a23 perf tools: add test for strlcpy() 15 years ago
Arnaldo Carvalho de Melo 4c1c952e37 perf ui browser: Add routines to compactly specify exit keys 15 years ago
Arnaldo Carvalho de Melo b50e003db1 perf ui browser: Return the exit key in all browsers 15 years ago
Arnaldo Carvalho de Melo 8f9bbc408b perf ui browser: Abstract some more slang operations 15 years ago
Arnaldo Carvalho de Melo e918462132 perf annotate tui: Fix exit and RIGHT keys handling 15 years ago
Ingo Molnar 88d89da649 perf: Add back list_head data types 15 years ago
Arnaldo Carvalho de Melo 4694153c25 perf ui hist browser: Fixup key bindings 15 years ago
Arnaldo Carvalho de Melo 59e8fe32fc perf ui browser: Add ui_browser__show counterpart: __hide 15 years ago