Commit Graph

182 Commits (a9a4ab747e2d45bf08fddbc1568f080091486af9)

Author SHA1 Message Date
Arnaldo Carvalho de Melo c82ee828aa perf report: Report number of events, not samples 15 years ago
Arnaldo Carvalho de Melo cee75ac7ec perf hist: Clarify events_stats fields usage 15 years ago
Arnaldo Carvalho de Melo c8446b9bda perf hist: Make event__totals per hists 15 years ago
Arnaldo Carvalho de Melo ef7b93a119 perf report: Librarize the annotation code and use it in the newt browser 15 years ago
Arnaldo Carvalho de Melo b09e0190ac perf hist: Adopt filter by dso and by thread methods from the newt browser 15 years ago
Arnaldo Carvalho de Melo fefb0b94bb perf hist: Calculate max_sym name len and nr_entries 15 years ago
Arnaldo Carvalho de Melo 1c02c4d2e9 perf hist: Introduce hists class and move lots of methods to it 15 years ago
Arnaldo Carvalho de Melo 232a5c948d perf report: Allow limiting the number of entries to print in callchains 15 years ago
Arnaldo Carvalho de Melo 28e2a106d1 perf hist: Simplify the insertion of new hist_entry instances 15 years ago
Arnaldo Carvalho de Melo 39d1e1b1e2 perf report: Fix leak of resolved callchains array on error path 15 years ago
Arnaldo Carvalho de Melo 139633c6a4 perf callchain: Move validate_callchain to callchain lib 15 years ago
Pekka Enberg e157eb8341 perf report: Document '--call-graph' better for usage 15 years ago
Tom Zanussi 454c407ec1 perf: add perf-inject builtin 15 years ago
Arnaldo Carvalho de Melo cbf6968098 perf machines: Make the machines class adopt the dsos__fprintf methods 15 years ago
Arnaldo Carvalho de Melo 23346f21b2 perf tools: Rename "kernel_info" to "machine" 15 years ago
Zhang, Yanmin a1645ce12a perf: 'perf kvm' tool for monitoring guest performance from host 15 years ago
Tom Zanussi c7929e4727 perf: Convert perf header build_ids into build_id events 15 years ago
Tom Zanussi 9215545e99 perf: Convert perf tracing data into a tracing_data event 15 years ago
Tom Zanussi cd19a035f3 perf: Convert perf event types into event type events 15 years ago
Tom Zanussi 2c46dbb517 perf: Convert perf header attrs into attr events 15 years ago
Tom Zanussi 46656ac7fb perf report: Introduce special handling for pipe input 15 years ago
Ian Munsie c055564217 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() 15 years ago
Arnaldo Carvalho de Melo 533c46c31c perf newt: Pass the input_name to perf_session__browse_hists 15 years ago
Arnaldo Carvalho de Melo e206d556c5 perf tools: Move the prototypes in util/string.h to util.h 15 years ago
Arnaldo Carvalho de Melo 2aefa4f733 perf tools: sort_dimension__add shouldn't die 15 years ago
Arnaldo Carvalho de Melo ad5b217b15 perf session: Remove one more exit() call from library code 15 years ago
Arnaldo Carvalho de Melo b9fb930477 perf hist: Only allocate callchain_node if processing callchains 15 years ago
Arnaldo Carvalho de Melo 5f4d3f8816 perf report: Add progress bars 15 years ago
Arnaldo Carvalho de Melo b3c9ac0846 perf callchains: Store the map together with the symbol 15 years ago
Frederic Weisbecker 301fde27c7 perf: Fix orphan callchain branches 15 years ago
Arnaldo Carvalho de Melo f9224c5c94 perf report: Implement initial UI using newt 15 years ago
Eric B Munson cbbc79a532 perf report: Add multiple event support 15 years ago
Eric B Munson eefc465cdd perf session: Change perf_session post processing functions to take histogram tree 15 years ago
Eric B Munson d403d0acc9 perf session: Change add_hist_entry to take the tree root instead of session 15 years ago
Yong Wang b7ae11b34b perf report: Fix segmentation fault when running with '-g none' 15 years ago
Arnaldo Carvalho de Melo 0d755034db perf tools: Don't cast RIP to pointers 15 years ago
Arnaldo Carvalho de Melo b9a63b9b56 perf report: Fix --no-call-chain option handling 15 years ago
Arnaldo Carvalho de Melo 71289be763 perf report: Add --hide-unresolved/-U command line option 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 d549c76901 perf session: Remove sample_type_check from event_ops 15 years ago
Arnaldo Carvalho de Melo 0422a4fc2c perf diff: Fix usage array, it must end with a NULL entry 15 years ago
Arnaldo Carvalho de Melo b5b60fda1e perf session: Make events_stats u64 to avoid overflow on 32-bit arches 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 125c4fad1e perf report: Fix cut'n'paste error recently introduced 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