index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
sort.c
Age
Commit message (
Expand
)
Author
2019-12-04
perf report: Make -F more strict like -s
Ravi Bangoria
2019-12-04
perf report/top TUI: Replace pr_err() with ui__error()
Ravi Bangoria
2019-11-19
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
2019-11-19
perf map: Move comparision of map's dso_id to a separate function
Arnaldo Carvalho de Melo
2019-11-19
perf map: Move maj/min/ino/ino_generation to separate struct
Arnaldo Carvalho de Melo
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2019-08-31
libtraceevent, perf tools: Changes in tep_print_event_* APIs
Tzvetomir Stoyanov
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-26
perf report: Use timestamp__scnprintf_nsec() for time sort key
Andi Kleen
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
2019-08-26
perf cacheline: Move cacheline related routines to separate files
Arnaldo Carvalho de Melo
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-03-19
perf report: Show all sort keys in help output
Andi Kleen
2019-03-11
perf report: Support time sort key
Andi Kleen
2019-02-19
perf report: Don't shadow inlined symbol with different addr range
He Kuang
2019-02-06
perf report: Move symbol annotation to the resort phase
Jiri Olsa
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2018-12-17
perf tools: Fix diverse comment typos
Ingo Molnar
2018-12-17
perf report: Display average IPC and IPC coverage per symbol
Jin Yao
2018-09-19
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
2018-09-19
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2018-08-13
tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
tools lib traceevent, perf tools: Rename pevent print APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
tools lib traceevent, perf tools: Rename pevent find APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
tools lib traceevent, perf tools: Rename pevent alloc / free APIs
Tzvetomir Stoyanov (VMware)
2018-08-13
tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...
Tzvetomir Stoyanov (VMware)
2018-06-04
perf srcline: Make hist_entry srcline helper consistent with map's
Arnaldo Carvalho de Melo
2018-06-04
perf sort: Introduce addr_map_symbol__srcline() to make code more compact
Arnaldo Carvalho de Melo
2018-06-04
perf srcline: Introduce map__srcline() to make code more compact
Arnaldo Carvalho de Melo
2018-05-17
perf tools: Read the cache line size lazily
Arnaldo Carvalho de Melo
2018-04-26
perf symbols: No need to special case MAP__FUNCTION in fixup
Arnaldo Carvalho de Melo
2018-04-26
perf sort: Use mmap->prot on "dcacheline" formatting
Arnaldo Carvalho de Melo
2018-04-02
perf tools: Add a "dso_size" sort order
Kim Phillips
2018-02-16
perf tools: Fix comment for sort__* compare functions
Jiri Olsa
2018-01-18
perf tools: Use ui__error() for reporting --fields errors
Arnaldo Carvalho de Melo
2018-01-08
perf report: Fix a wrong offset issue when using /proc/kcore
Jin Yao
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-24
perf report: Compare symbol name for inlined frames when sorting
Milian Wolff
2017-10-24
perf callchain: Mark inlined frames in output by " (inlined)" suffix
Milian Wolff
2017-09-01
perf sort: Add sort option for physical address
Kan Liang
2017-07-26
perf sort: Use default sort if evlist is empty
David Carrillo-Cisneros
[next]