| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | perf sample: Remove arch notion of sample parsing | Ian Rogers | 1 | -2/+2 |
| 2025-05-02 | perf hist: Hide unused mem stat columns | Namhyung Kim | 1 | -0/+2 |
| 2025-05-02 | perf hist: Basic support for mem_stat accounting | Namhyung Kim | 1 | -2/+4 |
| 2025-05-02 | perf hist: Add struct he_mem_stat | Namhyung Kim | 1 | -0/+74 |
| 2025-03-07 | perf report: Fix memory leaks in the hierarchy mode | Namhyung Kim | 1 | -0/+10 |
| 2025-02-24 | perf report: Fix sample number stats for branch entry mode | Thomas Falcon | 1 | -2/+6 |
| 2025-02-18 | perf report: Add latency output field | Dmitry Vyukov | 1 | -14/+41 |
| 2025-02-18 | perf report: Add parallelism filter | Dmitry Vyukov | 1 | -0/+31 |
| 2025-02-18 | perf report: Switch filtered from u8 to u16 | Dmitry Vyukov | 1 | -1/+1 |
| 2025-02-17 | perf report: Add parallelism sort key | Dmitry Vyukov | 1 | -0/+2 |
| 2025-01-16 | perf hist: Fix bogus profiles when filters are enabled | Dmitry Vyukov | 1 | -1/+10 |
| 2025-01-16 | perf hist: Deduplicate cmp/sort/collapse code | Dmitry Vyukov | 1 | -60/+43 |
| 2024-10-10 | perf report: Display columns Predicted/Abort/Cycles in --branch-history | Thomas Falcon | 1 | -0/+3 |
| 2024-08-28 | perf report: Fix segfault when 'sym' sort key is not used | Namhyung Kim | 1 | -1/+1 |
| 2024-08-28 | perf tools: Print lost samples due to BPF filter | Namhyung Kim | 1 | -4/+15 |
| 2024-08-15 | perf hist: Update hist symbol when updating maps | Matt Fleming | 1 | -0/+5 |
| 2024-08-14 | perf annotate: Save branch counters for each block | Kan Liang | 1 | -2/+3 |
| 2024-08-08 | perf hist: Fix reference counting of branch_info | Ian Rogers | 1 | -4/+14 |
| 2024-08-01 | perf hist: Correct hist_entry->mem_info refcounts | Namhyung Kim | 1 | -7/+7 |
| 2024-06-15 | perf hist: Add symbol_conf.skip_empty | Namhyung Kim | 1 | -3/+3 |
| 2024-05-07 | perf hist: Avoid 'struct hist_entry_iter' mem_info memory leak | Ian Rogers | 1 | -25/+14 |
| 2024-05-07 | perf mem-info: Add reference count checking | Ian Rogers | 1 | -12/+14 |
| 2024-05-07 | perf mem-info: Move mem-info out of mem-events and symbol | Ian Rogers | 1 | -0/+1 |
| 2024-05-07 | perf block-info: Remove unused refcount | Ian Rogers | 1 | -2/+2 |
| 2024-05-06 | perf dso: Add reference count checking and accessor functions | Ian Rogers | 1 | -2/+2 |
| 2024-04-17 | perf hist: Add weight fields to hist entry stats | Namhyung Kim | 1 | -2/+10 |
| 2024-01-26 | perf tools: Fix calloc() arguments to address error introduced in gcc-14 | Sun Haiyong | 1 | -2/+2 |
| 2023-10-25 | perf mem_info: Add and use map_symbol__exit and addr_map_symbol__exit | Ian Rogers | 1 | -16/+12 |
| 2023-10-25 | perf hist: Add missing puts to hist__account_cycles | Ian Rogers | 1 | -3/+7 |
| 2023-10-25 | libperf rc_check: Add RC_CHK_EQUAL | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf srcline: Optimize comparision against SRCLINE_UNKNOWN | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2023-06-12 | perf hist: Fix srcline memory leak | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf srcline: Change free_srcline to zfree_srcline | Ian Rogers | 1 | -3/+3 |
| 2023-06-12 | perf callchain: Use pthread keys for tls callchain_cursor | Ian Rogers | 1 | -15/+31 |
| 2023-06-12 | perf map/maps/thread: Changes to reference counting | Ian Rogers | 1 | -2/+4 |
| 2023-06-12 | perf thread: Add reference count checking | Ian Rogers | 1 | -1/+1 |
| 2023-06-12 | perf addr_location: Add init/exit/copy functions | Ian Rogers | 1 | -3/+5 |
| 2023-06-12 | perf thread: Add accessor functions for thread | Ian Rogers | 1 | -3/+3 |
| 2023-04-10 | perf mem: Increase HISTC_MEM_LVL column size to 39 chars | Ravi Bangoria | 1 | -1/+1 |
| 2023-04-06 | perf map: Changes to reference counting | Ian Rogers | 1 | -5/+5 |
| 2023-04-04 | perf map: Add accessor for dso | Ian Rogers | 1 | -5/+5 |
| 2023-04-04 | perf maps: Add functions to access maps | Ian Rogers | 1 | -1/+1 |
| 2023-03-21 | perf kvm: Reference count 'struct kvm_info' | Leo Yan | 1 | -0/+5 |
| 2023-03-20 | perf report: Add 'simd' sort field | German Gomez | 1 | -0/+1 |
| 2023-03-15 | perf hist: Add 'kvm_info' field in histograms entry | Leo Yan | 1 | -7/+12 |
| 2022-12-21 | perf hist: Add perf_hpp_fmt->init() callback | Namhyung Kim | 1 | -5/+5 |
| 2022-10-04 | perf tools: Add 'addr' sort key | Namhyung Kim | 1 | -0/+1 |
| 2022-10-04 | perf report: Show per-event LOST SAMPLES stat | Namhyung Kim | 1 | -3/+7 |
| 2022-10-04 | perf hist: Add nr_lost_samples to hist_stats | Namhyung Kim | 1 | -0/+5 |
| 2022-10-04 | perf hist: Update use of pthread mutex | Ian Rogers | 1 | -3/+3 |
| 2022-02-16 | perf report: Add "addr_from" and "addr_to" sort dimensions | Stephane Eranian | 1 | -0/+2 |
| 2022-01-10 | perf sort: Include global and local variants for p_stage_cyc sort key | Athira Rajeev | 1 | -1/+3 |
| 2021-11-18 | perf sort: Fix the 'p_stage_cyc' sort key behavior | Namhyung Kim | 1 | -8/+4 |
| 2021-11-18 | perf sort: Fix the 'ins_lat' sort key behavior | Namhyung Kim | 1 | -7/+4 |
| 2021-11-18 | perf sort: Fix the 'weight' sort key behavior | Namhyung Kim | 1 | -9/+5 |
| 2021-04-29 | perf report: Add --skip-empty option to suppress 0 event stat | Namhyung Kim | 1 | -1/+5 |
| 2021-04-29 | perf hists: Split hists_stats from events_stats | Namhyung Kim | 1 | -6/+14 |
| 2021-03-26 | perf tools: Support pipeline stage cycles for powerpc | Athira Rajeev | 1 | -3/+8 |
| 2021-02-08 | perf report: Support instruction latency | Kan Liang | 1 | -3/+9 |
| 2021-02-08 | perf tools: Support data block and addr block | Kan Liang | 1 | -0/+1 |
| 2021-01-20 | perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZE | Stephane Eranian | 1 | -0/+2 |
| 2020-12-19 | perf sort: Add sort option for data page size | Kan Liang | 1 | -0/+3 |
| 2020-11-30 | perf evlist: Use the right prefix for 'struct evlist' print methods | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-28 | perf evsel: Rename perf_evsel__resort*() to evsel__resort*() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2020-05-28 | perf evsel: Rename perf_evsel__object_config() to evsel__object_config() | Arnaldo Carvalho de Melo | 1 | -3/+2 |
| 2020-05-05 | perf evsel: Rename perf_evsel__is_*() to evsel__is*() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename perf_evsel__group_desc() to evsel__group_desc() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2020-05-05 | perf evsel: Rename *perf_evsel__*name() to *evsel__*name() | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2020-04-18 | perf hist: Add fast path for duplicate entries check | Kan Liang | 1 | -0/+23 |
| 2020-04-03 | perf report: Add 'cgroup' sort key | Namhyung Kim | 1 | -0/+13 |
| 2020-03-09 | perf tools: Add hw_idx in struct branch_stack | Kan Liang | 1 | -1/+2 |
| 2019-11-26 | perf map_symbol: Rename ms->mg to ms->maps | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2019-11-26 | perf addr_location: Rename al->mg to al->maps | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2019-11-12 | perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -0/+4 |
| 2019-11-12 | pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' | Arnaldo Carvalho de Melo | 1 | -27/+27 |
| 2019-11-12 | Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -1/+12 |
| 2019-11-07 | perf hist: Support block formats with compare/sort/display | Jin Yao | 1 | -0/+4 |
| 2019-11-07 | perf hist: Count the total cycles of all samples | Jin Yao | 1 | -1/+5 |
| 2019-11-07 | perf block: Cleanup and refactor block info functions | Jin Yao | 1 | -0/+1 |
| 2019-11-07 | perf diff: Don't use hack to skip column length calculation | Jin Yao | 1 | -0/+2 |
| 2019-11-05 | perf tools: Fix time sorting | Jiri Olsa | 1 | -1/+1 |
| 2019-08-31 | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2019-08-31 | perf tools: Remove needless sort.h include directives | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-29 | perf tools: Remove debug.h from header files not needing it | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-28 | perf top: Fix event group with more than two events | Namhyung Kim | 1 | -18/+21 |
| 2019-08-26 | perf report: Fix --ns time sort key output | Andi Kleen | 1 | -1/+4 |
| 2019-08-12 | perf hist: Remove dummy entries when finding real ones. | Arnaldo Carvalho de Melo | 1 | -2/+18 |
| 2019-08-12 | perf hists: Do not link a pair if already linked | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-29 | libperf: Move nr_members from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 1 | -1/+1 |
| 2019-07-29 | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 1 | -13/+13 |
| 2019-07-09 | perf tools: Use list_del_init() more thorougly | Arnaldo Carvalho de Melo | 1 | -2/+2 |
| 2019-07-09 | perf tools: Use zfree() where applicable | Arnaldo Carvalho de Melo | 1 | -7/+7 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-07-02 | perf diff: Print the basic block cycles diff | Jin Yao | 1 | -0/+18 |
| 2019-07-02 | perf diff: Use hists to manage basic blocks per symbol | Jin Yao | 1 | -0/+3 |
| 2019-07-02 | perf hists: Add block_info in hist_entry | Jin Yao | 1 | -2/+18 |
| 2019-05-28 | perf tools: Remove const from thread read accessors | Namhyung Kim | 1 | -1/+1 |
| 2019-03-19 | perf hist: Add missing map__put() in error case | Changbin Du | 1 | -1/+3 |
| 2019-03-11 | perf report: Implement browsing of individual samples | Andi Kleen | 1 | -0/+39 |
| 2019-03-11 | perf report: Support time sort key | Andi Kleen | 1 | -0/+11 |
| 2019-03-06 | perf hist: Fix memory leak of srcline | Jiri Olsa | 1 | -2/+12 |
| 2019-03-06 | perf hist: Add error path into hist_entry__init | Jiri Olsa | 1 | -20/+19 |
| 2019-02-06 | perf evsel: Add output_resort_cb method | Jiri Olsa | 1 | -2/+8 |
| 2019-02-06 | perf hists: Add argument to hists__resort_cb_t callback | Jiri Olsa | 1 | -5/+6 |
| 2019-02-06 | perf tools: Add missing include <callchain.h> in various places | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-02-06 | perf tools: Add missing include for symbols.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-01-25 | perf hist: Use cached rbtrees | Davidlohr Bueso | 1 | -87/+112 |
| 2018-12-17 | perf tools: Fix diverse comment typos | Ingo Molnar | 1 | -1/+1 |
| 2018-06-07 | perf hists: Reimplement hists__has_callchains() | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2018-06-07 | perf hists: Save the callchain_size in struct hist_entry | Arnaldo Carvalho de Melo | 1 | -2/+4 |
| 2018-06-06 | perf hists: Check if a hist_entry has callchains before using them | Arnaldo Carvalho de Melo | 1 | -5/+6 |
| 2018-06-05 | perf evsel: Add has_callchain() helper to make code more compact/clear | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-06-04 | perf tools: No need to check if the argument to __get() function is NULL | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-04-03 | perf hists: Move hists__scnprintf_title() away from the TUI code | Arnaldo Carvalho de Melo | 1 | -0/+81 |
| 2018-03-08 | perf tools: Add refcnt into struct mem_info | Jiri Olsa | 1 | -2/+2 |
| 2018-02-16 | perf report: Fix memory corruption in --branch-history mode --branch-history | Jiri Olsa | 1 | -3/+1 |
| 2017-11-07 | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-25 | perf report: Use srcline from callchain for hist entries | Milian Wolff | 1 | -0/+2 |
| 2017-10-24 | perf report: Remove code to handle inline frames from browsers | Milian Wolff | 1 | -5/+0 |
| 2017-09-01 | perf sort: Add sort option for physical address | Kan Liang | 1 | -0/+4 |
| 2017-07-25 | perf report: Make --branch-history work without callgraphs(-g) option in perf... | Jin Yao | 1 | -0/+2 |
| 2017-07-18 | perf report: Show branch type statistics for stdio mode | Jin Yao | 1 | -4/+1 |
| 2017-04-24 | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-24 | perf tools: Include sys/param.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move srcline definitions to separate header | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-30 | perf utils: Fix spelling mistake: "Invalud" -> "Invalid" | Colin Ian King | 1 | -1/+1 |
| 2017-03-27 | perf report: Show inline stack for browser mode | Jin Yao | 1 | -0/+5 |
| 2017-03-14 | perf tools: Add 'cgroup_id' sort order keyword | Hari Bathini | 1 | -0/+7 |
| 2017-02-20 | perf utils: Check verbose flag properly | Namhyung Kim | 1 | -3/+3 |
| 2017-01-31 | perf callchain: Reference count maps | Krister Johansen | 1 | -0/+7 |
| 2017-01-27 | perf tools: Propagate perf_config() errors | Arnaldo Carvalho de Melo | 1 | -1/+3 |
| 2016-11-24 | Merge branch 'linus' into perf/core, to pick up fixes | Ingo Molnar | 1 | -6/+6 |
| 2016-11-09 | perf hists: Fix column length on --hierarchy | Namhyung Kim | 1 | -6/+6 |
| 2016-10-21 | perf c2c report: Limit the cachelines table entries | Jiri Olsa | 1 | -0/+1 |
| 2016-09-20 | perf hists: Fix width computation for srcline sort entry | Jiri Olsa | 1 | -2/+4 |
| 2016-09-13 | perf hist: Initialize hierarchy tree explicitly | Namhyung Kim | 1 | -0/+2 |
| 2016-09-13 | perf hists: Introduce hists__link_hierarchy() | Namhyung Kim | 1 | -0/+95 |
| 2016-09-13 | perf hists: Introduce hists__match_hierarchy() | Namhyung Kim | 1 | -0/+51 |
| 2016-08-02 | perf hists: Introduce output_resort_cb method | Jiri Olsa | 1 | -3/+12 |
| 2016-07-12 | perf hists: Introduce hists__add_entry_ops function | Jiri Olsa | 1 | -7/+35 |
| 2016-07-12 | perf hists: Introduce hist_entry_ops | Jiri Olsa | 1 | -4/+27 |
| 2016-07-12 | perf hists: Introduce hist_entry__init function | Jiri Olsa | 1 | -66/+73 |
| 2016-06-23 | perf evlist: Rename for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-06-22 | perf hists: Enlarge pid sort entry size | Jiri Olsa | 1 | -1/+1 |
| 2016-06-21 | perf hists: Rename __hists__add_entry to hists__add_entry | Jiri Olsa | 1 | -17/+17 |
| 2016-06-15 | perf hists: Replace perf_evsel arg perf_hpp_fmt's width callback | Jiri Olsa | 1 | -1/+1 |
| 2016-05-23 | perf report: Add srcline_from/to branch sort keys | Andi Kleen | 1 | -0/+9 |
| 2016-05-05 | perf hists: Move sort__need_collapse into struct perf_hpp_list | Jiri Olsa | 1 | -7/+7 |
| 2016-04-25 | perf hists: Clear dummy entry accumulated period | Kan Liang | 1 | -0/+2 |
| 2016-04-14 | perf callchain: Start moving away from global per thread cursors | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-03-30 | perf tools: Make hists__collapse_insert_entry static | Jiri Olsa | 1 | -2/+3 |
| 2016-03-23 | perf tools: Remove misplaced __maybe_unused | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2016-03-10 | perf tools: Recalc total periods using top-level entries in hierarchy | Namhyung Kim | 1 | -10/+34 |
| 2016-03-10 | perf tools: Fix command line filters in hierarchy mode | Namhyung Kim | 1 | -3/+97 |
| 2016-03-08 | perf hists: Use own hpp_list for hierarchy mode | Namhyung Kim | 1 | -25/+35 |
| 2016-03-08 | perf hists: Introduce perf_hpp__setup_hists_formats() | Namhyung Kim | 1 | -0/+12 |
| 2016-02-26 | perf report: Update column width of dynamic entries | Namhyung Kim | 1 | -0/+11 |
| 2016-02-26 | perf hists: Fix dynamic entry display in hierarchy | Namhyung Kim | 1 | -1/+1 |
| 2016-02-26 | perf hists: Fix comparing of dynamic entries | Namhyung Kim | 1 | -0/+8 |
| 2016-02-26 | perf hists browser: Show message for percent limit | Namhyung Kim | 1 | -0/+2 |
| 2016-02-26 | perf hists: Add more helper functions for the hierarchy mode | Namhyung Kim | 1 | -0/+25 |
| 2016-02-24 | perf hists: Support decaying in hierarchy mode | Namhyung Kim | 1 | -8/+34 |
| 2016-02-24 | perf hists: Resort after filtering hierarchy | Namhyung Kim | 1 | -0/+54 |
| 2016-02-24 | perf hists: Support filtering in hierarchy mode | Namhyung Kim | 1 | -8/+93 |
| 2016-02-24 | perf hists: Add helper functions for hierarchy mode | Namhyung Kim | 1 | -0/+56 |
| 2016-02-24 | perf hists: Resort hist entries with hierarchy | Namhyung Kim | 1 | -3/+91 |
| 2016-02-24 | perf hists: Basic support of hierarchical report view | Namhyung Kim | 1 | -0/+114 |
| 2016-02-22 | perf tools: Fix column width setting on 'trace' sort key | Namhyung Kim | 1 | -0/+3 |
| 2016-02-19 | perf hists: Return error from hists__collapse_resort() | Namhyung Kim | 1 | -10/+19 |
| 2016-02-19 | perf hists browser: Fix percentage update on key press | Namhyung Kim | 1 | -7/+19 |
| 2016-02-12 | perf hists: Do column alignment on the format iterator | Arnaldo Carvalho de Melo | 1 | -0/+21 |
| 2016-02-03 | perf hists: Introduce hists__for_each_sort_list macro | Jiri Olsa | 1 | -3/+6 |
| 2016-02-03 | perf tools: Add hpp_list into struct hists object | Jiri Olsa | 1 | -2/+3 |
| 2016-02-03 | perf hists: Introduce perf_hpp_list__for_each_sort_list macro | Jiri Olsa | 1 | -3/+3 |
| 2016-02-03 | perf hists: Introduce perf_hpp_list__init function | Jiri Olsa | 1 | -0/+6 |
| 2016-02-03 | perf hists: Introduce perf_evsel__output_resort function | Jiri Olsa | 1 | -3/+7 |
| 2016-02-03 | perf hists: Factor output_resort from hists__output_resort | Jiri Olsa | 1 | -8/+15 |
| 2016-02-01 | perf hists: Update hists' total period when adding entries | Namhyung Kim | 1 | -2/+9 |
| 2016-02-01 | perf hists: Fix min callchain hits calculation | Namhyung Kim | 1 | -2/+11 |
| 2016-01-26 | perf hists: Cleanup filtering functions | Namhyung Kim | 1 | -60/+29 |
| 2016-01-26 | perf hists: Remove parent filter check in DSO filter function | Namhyung Kim | 1 | -3/+0 |
| 2016-01-26 | perf hists: Fix HISTC_MEM_DCACHELINE width setting | Jiri Olsa | 1 | -0/+2 |
| 2016-01-08 | perf hists: Export a couple of hist functions | Namhyung Kim | 1 | -7/+12 |
| 2016-01-08 | perf top: Decay periods in callchains | Namhyung Kim | 1 | -0/+1 |
| 2016-01-06 | perf tools: Skip dynamic fields not defined for current event | Namhyung Kim | 1 | -1/+1 |
| 2016-01-06 | perf tools: Try to show pretty printed output for dynamic sort keys | Namhyung Kim | 1 | -0/+1 |
| 2016-01-06 | perf hist: Save raw_data/size for tracepoint events | Namhyung Kim | 1 | -0/+24 |
| 2016-01-06 | perf hist: Pass struct sample to __hists__add_entry() | Namhyung Kim | 1 | -14/+17 |
| 2015-12-10 | perf top: Delete half-processed hist entries when exit | Namhyung Kim | 1 | -1/+25 |
| 2015-12-09 | perf hists: Fix hists_evsel to release hists | Masami Hiramatsu | 1 | -1/+9 |
| 2015-11-27 | perf hists: Do not skip elided fields when processing samples | Namhyung Kim | 1 | -6/+0 |
| 2015-10-05 | perf tools: Setup proper width for symbol_iaddr field | Jiri Olsa | 1 | -0/+13 |
| 2015-10-01 | perf report: Fix a bug on "--call-graph none" option | Namhyung Kim | 1 | -1/+1 |
| 2015-09-28 | perf hists: Allow for max_stack greater than PERF_MAX_STACK_DEPTH | Adrian Hunter | 1 | -2/+4 |