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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-3
/
+10
2013-10-28
perf tools: Fixup mmap event consumption
Zhouyi Zhou
1
-3
/
+10
2013-10-23
perf evlist: Validate that mmap_pages is not too big
Adrian Hunter
1
-4
/
+10
2013-10-21
perf evlist: Factor out duplicated mmap code
Adrian Hunter
1
-37
/
+36
2013-10-21
perf evlist: Fix perf_evlist__mmap comments
Adrian Hunter
1
-12
/
+9
2013-10-21
perf evlist: Fix 32-bit build error
Adrian Hunter
1
-1
/
+1
2013-10-18
perf trace: Improve messages related to /proc/sys/kernel/perf_event_paranoid
Arnaldo Carvalho de Melo
1
-0
/
+36
2013-10-17
perf evlist: Introduce perf_evlist__strerror_tp method
Arnaldo Carvalho de Melo
1
-0
/
+27
2013-10-11
perf evlist: Fix perf_evlist__mmap_read event overflow
Jiri Olsa
1
-2
/
+2
2013-10-09
perf evlist: Introduce perf_evlist__new_default function
Jiri Olsa
1
-0
/
+12
2013-10-09
perf tools: Add possibility to specify mmap size
Jiri Olsa
1
-6
/
+26
2013-10-09
perf tools: Check mmap pages value early
Jiri Olsa
1
-9
/
+37
2013-09-09
perf evlist: Fix id pos in perf_evlist__open()
Adrian Hunter
1
-0
/
+12
2013-09-05
perf evlist: Fix parsing with no sample_id_all bit set
Adrian Hunter
1
-2
/
+7
2013-09-02
perf tests: Add 'keep tracking' test
Adrian Hunter
1
-2
/
+40
2013-08-30
perf evlist: Add tracepoint lookup by name
David Ahern
1
-0
/
+15
2013-08-29
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
Adrian Hunter
1
-8
/
+103
2013-08-29
perf evlist: Move perf_evlist__config() to a new source file
Adrian Hunter
1
-22
/
+0
2013-08-17
perf tools: Add debug prints
Adrian Hunter
1
-0
/
+3
2013-08-08
perf evlist: Remove obsolete dummy execve
Andi Kleen
1
-7
/
+0
2013-08-08
perf evlist: Add perf_evlist__id2sid method to get event ID related data
Jiri Olsa
1
-5
/
+16
2013-08-08
perf evlist: Fix event ID retrieval for group format read case
Jiri Olsa
1
-0
/
+7
2013-08-08
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
Jiri Olsa
1
-0
/
+26
2013-08-08
perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id
Jiri Olsa
1
-1
/
+15
2013-07-12
perf evlist: Tidy duplicated munmap code
Adrian Hunter
1
-18
/
+14
2013-07-12
perf evlist: Fix use of uninitialized variable
David Ahern
1
-1
/
+1
2013-07-12
perf tools: Rename cpu_map__all() to cpu_map__empty()
Sukadev Bhattiprolu
1
-2
/
+2
2013-07-09
perf evlist: Enhance perf_evlist__start_workload()
Namhyung Kim
1
-1
/
+9
2013-05-30
perf evlist: Reset SIGTERM handler in workload child process
David Ahern
1
-0
/
+2
2013-03-21
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-29
/
+44
2013-03-15
perf evlist: Introduce perf_evlist__close()
Namhyung Kim
1
-7
/
+12
2013-03-15
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
Namhyung Kim
1
-2
/
+4
2013-03-15
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
Namhyung Kim
1
-3
/
+2
2013-03-15
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
Namhyung Kim
1
-1
/
+2
2013-03-15
perf evlist: Add thread_map__nr() helper
Namhyung Kim
1
-14
/
+23
2013-03-15
perf evlist: Use cpu_map__nr() helper
Namhyung Kim
1
-4
/
+4
2013-03-15
perf evlist: Remove cpus and threads arguments from perf_evlist__new()
Namhyung Kim
1
-3
/
+2
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-1
/
+1
2013-02-28
hlist: drop the node parameter from iterators
Sasha Levin
1
-2
/
+1
2013-02-07
perf evlist: Make event_copy local to mmaps
David Ahern
1
-2
/
+2
2013-02-07
perf evlist: Fix set event list leader
Stephane Eranian
1
-2
/
+1
2013-01-31
perf tools: Keep group information
Namhyung Kim
1
-1
/
+6
2012-12-12
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
1
-2
/
+8
2012-12-12
perf evsel: No need to always ask for PERF_FORMAT_ID in read_format
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-12-10
perf evsel: Update sample_size when setting sample_type bits
Arnaldo Carvalho de Melo
1
-1
/
+1
2012-12-09
perf evsel: Convert to _is_group_leader method
Namhyung Kim
1
-2
/
+2
2012-12-09
perf evsel: Set leader evsel's ->leader to itself
Namhyung Kim
1
-1
/
+0
2012-11-14
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
1
-2
/
+2
2012-11-14
perf tools: Omit group members from perf_evlist__disable/enable
Jiri Olsa
1
-0
/
+4
2012-11-14
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
1
-4
/
+2
[next]