index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evlist.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-15
perf evlist: Remove stale mmap read for backward
Kan Liang
1
-4
/
+0
2018-01-25
perf evlist: Remove fcntl.h from evlist.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2018-01-08
perf header: Add infrastructure to record first and last sample time
Jin Yao
1
-0
/
+2
2017-12-05
perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record
Wang Nan
1
-1
/
+1
2017-12-05
perf evlist: Remove evlist->overwrite
Wang Nan
1
-1
/
+0
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex
Wang Nan
1
-1
/
+1
2017-12-05
perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
Wang Nan
1
-2
/
+1
2017-11-16
perf evlist: Add perf_evlist__parse_sample_timestamp function
Jiri Olsa
1
-0
/
+4
2017-11-16
perf evlist: Add helper to check if attr.exclude_kernel is set in all evsels
Arnaldo Carvalho de Melo
1
-0
/
+2
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-23
perf mmap: Move perf_mmap and methods to separate mmap.[ch] files
Arnaldo Carvalho de Melo
1
-75
/
+1
2017-09-13
perf tools: Make copyfile_offset() static
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-07-26
perf sort: Use default sort if evlist is empty
David Carrillo-Cisneros
1
-0
/
+5
2017-07-19
perf evlist: Allow asking for max precise_ip in add_default()
Arnaldo Carvalho de Melo
1
-1
/
+8
2017-06-19
tools: Adopt __aligned from kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-04-20
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-03-04
perf evlist: Convert perf_map.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2017-01-11
perf record: Add switch-output size warning
Jiri Olsa
1
-0
/
+2
2016-07-15
perf evlist: Make {pause,resume} internal helpers
Wang Nan
1
-2
/
+0
2016-07-15
perf evlist: Setup backward mmap state machine
Wang Nan
1
-0
/
+31
2016-07-15
perf evlist: Drop evlist->backward
Wang Nan
1
-1
/
+0
2016-07-15
perf evlist: Introduce backward_mmap array for evlist
Wang Nan
1
-0
/
+1
2016-07-15
perf evlist: Update mmap related APIs and helpers
Wang Nan
1
-0
/
+12
2016-07-12
perf evlist: Make event2evsel public
Jiri Olsa
1
-0
/
+3
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-20
/
+20
2016-05-30
perf evlist: Choose correct reading direction according to evlist->backward
Wang Nan
1
-0
/
+2
2016-05-24
perf record: Read from backward ring buffer
Wang Nan
1
-0
/
+1
2016-05-24
perf evlist: Add API to pause/resume
Wang Nan
1
-0
/
+2
2016-05-20
perf evsel: Record fd into perf_mmap
Wang Nan
1
-0
/
+1
2016-05-09
perf tools: Support reading from backward ring buffer
Wang Nan
1
-0
/
+4
2016-04-15
perf evlist: Expose perf_event_mlock_kb_in_pages() helper
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-04-12
perf evlist: Add (reset,set)_sample_bit methods
Arnaldo Carvalho de Melo
1
-0
/
+11
2016-04-12
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
1
-1
/
+4
2016-02-22
perf tools: Enable passing event to BPF object
Wang Nan
1
-0
/
+3
2016-01-08
perf evlist: Remove perf_evlist__(enable|disable)_event functions
Jiri Olsa
1
-4
/
+0
2016-01-07
perf evlist: Introduce perf_evlist__new_dummy constructor
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-12-17
perf evlist: Export id_add_fd()
Jiri Olsa
1
-0
/
+3
2015-10-05
perf tools: Export perf_event_attr__set_max_precise_ip()
Jiri Olsa
1
-0
/
+2
2015-09-28
perf evlist: Add perf_evlist__remove()
Adrian Hunter
1
-0
/
+1
2015-09-28
perf evlist: Add perf_evlist__id2evsel_strict()
Adrian Hunter
1
-0
/
+2
2015-09-15
perf evlist: Fix splice_list_tail() not setting evlist
Adrian Hunter
1
-2
/
+1
2015-09-15
perf evlist: Add has_user_cpus member
Adrian Hunter
1
-0
/
+1
2015-09-15
perf evlist: Remove redundant validation from propagate_maps()
Adrian Hunter
1
-3
/
+2
2015-08-28
perf evlist: Add backpointer for perf_env to evlist
Kan Liang
1
-0
/
+1
2015-08-17
perf tools: Add a helper function to probe whether cpu-wide tracing is possible
Adrian Hunter
1
-0
/
+1
2015-08-06
perf report: Add flag for non ANY branch mode
Andi Kleen
1
-0
/
+1
2015-07-24
perf record: Add option --switch-events to select PERF_RECORD_SWITCH events
Adrian Hunter
1
-0
/
+1
2015-07-21
perf evlist: Force perf_evlist__set_maps to propagate maps through events
Jiri Olsa
1
-8
/
+3
[next]