| Commit message (Expand) | Author | Age | Files | Lines |
* | perf map: Delete two variable initialisations before null pointer checks in s... | Markus Elfring | 2023-05-17 | 1 | -2/+1 |
* | perf util: Fix memory leak of prefix_if_not_in | Xie XiuQi | 2020-10-01 | 1 | -1/+1 |
* | libperf: Add perf_evlist__first()/last() functions | Jiri Olsa | 2019-09-25 | 1 | -1/+1 |
* | perf symbols: Move mem_info and branch_info out of symbol.h | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+2 |
* | perf auxtrace: Uninline functions that touch perf_session | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | perf dsos: Move the dsos struct and its methods to separate source files | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | libtraceevent, perf tools: Changes in tep_print_event_* APIs | Tzvetomir Stoyanov | 2019-08-31 | 1 | -1/+2 |
* | perf debug: Remove needless include directives from debug.h | Arnaldo Carvalho de Melo | 2019-08-31 | 1 | -0/+1 |
* | perf tools: Remove debug.h from header files not needing it | Arnaldo Carvalho de Melo | 2019-08-29 | 1 | -0/+1 |
* | perf report: Use timestamp__scnprintf_nsec() for time sort key | Andi Kleen | 2019-08-26 | 1 | -8/+2 |
* | perf srcline: Add missing srcline.h header to files needing its defs | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -0/+1 |
* | perf cacheline: Move cacheline related routines to separate files | Arnaldo Carvalho de Melo | 2019-08-26 | 1 | -0/+1 |
* | libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel | Jiri Olsa | 2019-07-29 | 1 | -6/+6 |
* | libperf: Add nr_entries to struct perf_evlist | Jiri Olsa | 2019-07-29 | 1 | -1/+1 |
* | perf evlist: Rename struct perf_evlist to struct evlist | Jiri Olsa | 2019-07-29 | 1 | -10/+10 |
* | perf evsel: Rename struct perf_evsel to struct evsel | Jiri Olsa | 2019-07-29 | 1 | -14/+14 |
* | perf report: Show all sort keys in help output | Andi Kleen | 2019-03-19 | 1 | -0/+52 |
* | perf report: Support time sort key | Andi Kleen | 2019-03-11 | 1 | -0/+39 |
* | perf report: Don't shadow inlined symbol with different addr range | He Kuang | 2019-02-19 | 1 | -2/+8 |
* | perf report: Move symbol annotation to the resort phase | Jiri Olsa | 2019-02-06 | 1 | -7/+0 |
* | pref tools: Add missing map.h includes | Arnaldo Carvalho de Melo | 2019-02-06 | 1 | -0/+1 |
* | perf tools: Fix diverse comment typos | Ingo Molnar | 2018-12-17 | 1 | -1/+1 |
* | perf report: Display average IPC and IPC coverage per symbol | Jin Yao | 2018-12-17 | 1 | -0/+61 |
* | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -9/+9 |
* | tools lib traceevent, perf tools: Rename pevent_read_number_* APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -1/+1 |
* | tools lib traceevent, perf tools: Rename pevent print APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -3/+3 |
* | tools lib traceevent, perf tools: Rename pevent find APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -2/+2 |
* | tools lib traceevent, perf tools: Rename pevent alloc / free APIs | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -1/+1 |
* | tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te... | Tzvetomir Stoyanov (VMware) | 2018-08-13 | 1 | -1/+1 |
* | perf srcline: Make hist_entry srcline helper consistent with map's | Arnaldo Carvalho de Melo | 2018-06-04 | 1 | -4/+4 |
* | perf sort: Introduce addr_map_symbol__srcline() to make code more compact | Arnaldo Carvalho de Melo | 2018-06-04 | 1 | -20/+17 |
* | perf srcline: Introduce map__srcline() to make code more compact | Arnaldo Carvalho de Melo | 2018-06-04 | 1 | -47/+13 |
* | perf tools: Read the cache line size lazily | Arnaldo Carvalho de Melo | 2018-05-17 | 1 | -2/+2 |
* | perf symbols: No need to special case MAP__FUNCTION in fixup | Arnaldo Carvalho de Melo | 2018-04-26 | 1 | -1/+1 |
* | perf sort: Use mmap->prot on "dcacheline" formatting | Arnaldo Carvalho de Melo | 2018-04-26 | 1 | -2/+2 |
* | perf tools: Add a "dso_size" sort order | Kim Phillips | 2018-04-02 | 1 | -0/+41 |
* | perf tools: Fix comment for sort__* compare functions | Jiri Olsa | 2018-02-16 | 1 | -2/+5 |
* | perf tools: Use ui__error() for reporting --fields errors | Arnaldo Carvalho de Melo | 2018-01-18 | 1 | -2/+2 |
* | perf report: Fix a wrong offset issue when using /proc/kcore | Jin Yao | 2018-01-08 | 1 | -6/+10 |
* | Merge branch 'linus' into perf/core, to fix conflicts | Ingo Molnar | 2017-11-07 | 1 | -0/+1 |
|\ |
|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | | perf report: Compare symbol name for inlined frames when sorting | Milian Wolff | 2017-10-24 | 1 | -0/+3 |
* | | perf callchain: Mark inlined frames in output by " (inlined)" suffix | Milian Wolff | 2017-10-24 | 1 | -0/+3 |
|/ |
|
* | perf sort: Add sort option for physical address | Kan Liang | 2017-09-01 | 1 | -0/+42 |
* | perf sort: Use default sort if evlist is empty | David Carrillo-Cisneros | 2017-07-26 | 1 | -1/+1 |
* | perf tools: Replace error() with pr_err() | Arnaldo Carvalho de Melo | 2017-06-27 | 1 | -11/+11 |
* | perf tools: Use just forward declarations for struct thread where possible | Arnaldo Carvalho de Melo | 2017-04-24 | 1 | -0/+1 |
* | perf tools: Remove regex.h and fnmatch.h from util.h | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |
* | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 2017-04-19 | 1 | -0/+1 |