Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
cc2749e4095cbbcb35518fb2db5e926b85c3f25f
/
tools
/
perf
/
util
/
evlist.c
7b8283b5
perf evlist: Fix type for references to data_head/tail
by David Ahern
· 10 years ago
8ea92ce
perf evlist: Fix inverted logic in perf_mmap__empty
by He Kuang
· 10 years ago
23d4aad
perf evlist: Return the first evsel with an invalid filter in apply_filters()
by Arnaldo Carvalho de Melo
· 10 years ago
be199ad
perf evlist: Introduce set_filter_pids method
by Arnaldo Carvalho de Melo
· 10 years ago
cfd70a2
perf evlist: Introduce set_filter_pid method
by Arnaldo Carvalho de Melo
· 10 years ago
23773ca
perf tools: Make perf aware of tracefs
by Steven Rostedt (Red Hat)
· 10 years ago
20f86fc
perf evlist: Fix typo in comment
by Arnaldo Carvalho de Melo
· 10 years ago
e2726d9
tools lib fs: Adopt debugfs open strerrno method
by Arnaldo Carvalho de Melo
· 10 years ago
267b677
perf evlist: Remove extraneous 'was' on error message
by Arnaldo Carvalho de Melo
· 10 years ago
9152983
perf evlist: Use roundup_pow_of_two
by Arnaldo Carvalho de Melo
· 10 years ago
1be300f
perf tools: Make the mmap length autotuning more robust
by Arnaldo Carvalho de Melo
· 10 years ago
0389cd1
tools: Move code originally from linux/log2.h to tools/include/linux/
by Arnaldo Carvalho de Melo
· 10 years ago
8185e88
perf evlist: Do not use hard coded value for a mmap_pages default
by Arnaldo Carvalho de Melo
· 10 years ago
e965bea
perf evlist: Improve the strerror_mmap method
by Arnaldo Carvalho de Melo
· 10 years ago
e5d4a29
perf evlist: Clarify sterror_mmap variable names
by Arnaldo Carvalho de Melo
· 10 years ago
0a2138b
perf evlist: Fixup brown paper bag on "hint" for --mmap-pages cmdline arg
by Arnaldo Carvalho de Melo
· 10 years ago
956fa57
perf evlist: Introduce strerror_mmap method
by Arnaldo Carvalho de Melo
· 10 years ago
f90d194
perf evlist: Do not poll events that use the system_wide flag
by Adrian Hunter
· 10 years ago
cba9b84
perf tools: Use evlist__for_each in a few remaining places
by Arnaldo Carvalho de Melo
· 10 years ago
3c659ee
perf tools: Add id index
by Adrian Hunter
· 10 years ago
b2e19a9
perf evlist: Fix for double free in tools/perf stat
by Yasser Shalabi
· 10 years ago
4112eb1
perf evlist: Default to syswide target when no thread/cpu maps set
by Arnaldo Carvalho de Melo
· 10 years ago
1aaf63b
perf evlist: Check that there is a thread_map when preparing a workload
by Arnaldo Carvalho de Melo
· 10 years ago
e4b356b
perf evlist: Unmap when all refcounts to fd are gone and events drained
by Arnaldo Carvalho de Melo
· 10 years ago
2171a92
tools lib fd array: Allow associating an integer cookie with each entry
by Arnaldo Carvalho de Melo
· 10 years ago
8239698
perf evlist: Refcount mmaps
by Arnaldo Carvalho de Melo
· 10 years ago
1b85337
tools lib api: Adopt fdarray class from perf's evlist
by Arnaldo Carvalho de Melo
· 10 years ago
f66a889
perf evlist: Introduce poll method for common code idiom
by Arnaldo Carvalho de Melo
· 10 years ago
ad6765d
perf evlist: Allow growing pollfd on add method
by Arnaldo Carvalho de Melo
· 10 years ago
033fa71
perf evlist: We need to poll all event file descriptors
by Arnaldo Carvalho de Melo
· 10 years ago
8179672
perf evlist: Monitor POLLERR and POLLHUP events too
by Arnaldo Carvalho de Melo
· 10 years ago
1ddec7f
perf evlist: Introduce perf_evlist__filter_pollfd method
by Arnaldo Carvalho de Melo
· 10 years ago
6e81c74
perf util: Replace strerror with strerror_r for thread-safety
by Masami Hiramatsu
· 10 years ago
1c65056
perf evlist: Add perf_evlist__enable_event_idx()
by Adrian Hunter
· 10 years ago
60b0896
perf evlist: Add perf_evlist__set_tracking_event()
by Adrian Hunter
· 10 years ago
bf8e8f4
perf evlist: Add 'system_wide' option
by Adrian Hunter
· 10 years ago
5f1c422
perf evlist: Don't run workload if not told to
by Arnaldo Carvalho de Melo
· 10 years ago
a8a8f3e
perf evlist: Pass mmap parameters in a struct
by Adrian Hunter
· 10 years ago
5229e36
perf evlist: Add suggestion of how to set perf_event_paranoid sysctl
by Arnaldo Carvalho de Melo
· 10 years ago
8ad9219
perf stat: Fix memory corruption of xyarray when cpumask is used
by Stephane Eranian
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
983874d
perf evlist: Auto unmap on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
f26e1c7
perf evlist: Close fds on destructor
by Arnaldo Carvalho de Melo
· 11 years ago
03ad974
perf evlist: Move destruction of maps to evlist destructor
by Arnaldo Carvalho de Melo
· 11 years ago
735f7e0
perf evlist: Move the SIGUSR1 error reporting logic to prepare_workload
by Arnaldo Carvalho de Melo
· 11 years ago
f33cbe7
perf evlist: Send the errno in the signal when workload fails
by Arnaldo Carvalho de Melo
· 11 years ago
0466252
perf tools: Introduce zfree
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
a025e4f
perf evlist: Add perf_evlist__to_front()
by Adrian Hunter
· 11 years ago
1a47245
perf tools: Add perf_event_paranoid()
by Adrian Hunter
· 11 years ago
1dbfa938
perf evlist: Fix mmap pages rounding to power of 2
by Adrian Hunter
· 11 years ago
f5ae9c4
perf evlist: Fix max mmap_pages
by Adrian Hunter
· 11 years ago
2bcab6c
perf evlist: Remove unnecessary parentheses
by Adrian Hunter
· 11 years ago
9c105fb
perf target: Move the checking of which map function to call into function.
by Dongsheng Yang
· 11 years ago
3aa5939
perf record: Make per-cpu mmaps the default.
by Adrian Hunter
· 11 years ago
539e6bb
perf record: Add an option to force per-cpu mmaps
by Adrian Hunter
· 11 years ago
b222213
perf tools: Remove trivial extra semincolon
by Davidlohr Bueso
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
33c2dcf
perf evlist: Refactor mmap_pages parsing
by David Ahern
· 11 years ago
9639837
perf evlist: Round mmap pages to power 2 - v2
by David Ahern
· 11 years ago
8973504
perf record: Fix segfault with --no-mmap-pages
by David Ahern
· 11 years ago
ef50383
perf evsel: Remove idx parm from constructor
by Arnaldo Carvalho de Melo
· 11 years ago
744a971
perf evsel: Ditch evsel->handler.data field
by Arnaldo Carvalho de Melo
· 11 years ago
0263596
perf evlist: Add a debug print if event buffer mmap fails
by Adrian Hunter
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
8e50d38
perf tools: Fixup mmap event consumption
by Zhouyi Zhou
· 11 years ago
2fbe4ab
perf evlist: Validate that mmap_pages is not too big
by Adrian Hunter
· 11 years ago
04e2131
perf evlist: Factor out duplicated mmap code
by Adrian Hunter
· 11 years ago
c83fa7f
perf evlist: Fix perf_evlist__mmap comments
by Adrian Hunter
· 11 years ago
2af68ef
perf evlist: Fix 32-bit build error
by Adrian Hunter
· 11 years ago
a8f23d8
perf trace: Improve messages related to /proc/sys/kernel/perf_event_paranoid
by Arnaldo Carvalho de Melo
· 11 years ago
6ef068c
perf evlist: Introduce perf_evlist__strerror_tp method
by Arnaldo Carvalho de Melo
· 11 years ago
a65cb4b
perf evlist: Fix perf_evlist__mmap_read event overflow
by Jiri Olsa
· 11 years ago
b22d54b
perf evlist: Introduce perf_evlist__new_default function
by Jiri Olsa
· 11 years ago
27050f5
perf tools: Add possibility to specify mmap size
by Jiri Olsa
· 11 years ago
994a1f7
perf tools: Check mmap pages value early
by Jiri Olsa
· 11 years ago
733cd2f
perf evlist: Fix id pos in perf_evlist__open()
by Adrian Hunter
· 11 years ago
98be696
perf evlist: Fix parsing with no sample_id_all bit set
by Adrian Hunter
· 11 years ago
395c307
perf tests: Add 'keep tracking' test
by Adrian Hunter
· 11 years ago
a2f2804
perf evlist: Add tracepoint lookup by name
by David Ahern
· 11 years ago
7556257
perf tools: Add support for PERF_SAMPLE_IDENTIFIER
by Adrian Hunter
· 11 years ago
faf9670
perf evlist: Move perf_evlist__config() to a new source file
by Adrian Hunter
· 11 years ago
e3e1a54
perf tools: Add debug prints
by Adrian Hunter
· 11 years ago
5c6974f
perf evlist: Remove obsolete dummy execve
by Andi Kleen
· 11 years ago
932a359
perf evlist: Add perf_evlist__id2sid method to get event ID related data
by Jiri Olsa
· 12 years ago
c4861af
perf evlist: Fix event ID retrieval for group format read case
by Jiri Olsa
· 12 years ago
9ede473
perf tools: Add support for parsing PERF_SAMPLE_READ sample type
by Jiri Olsa
· 12 years ago
e2b5abe
perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id
by Jiri Olsa
· 13 years ago
93edcbd
perf evlist: Tidy duplicated munmap code
by Adrian Hunter
· 11 years ago
b382440
perf evlist: Fix use of uninitialized variable
by David Ahern
· 11 years ago
ec1e7e4
perf tools: Rename cpu_map__all() to cpu_map__empty()
by Sukadev Bhattiprolu
· 11 years ago
bcf3145
perf evlist: Enhance perf_evlist__start_workload()
by Namhyung Kim
· 11 years ago
0817df0
perf evlist: Reset SIGTERM handler in workload child process
by David Ahern
· 11 years ago
0a11953
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 12 years ago
a74b4b6
perf evlist: Introduce perf_evlist__close()
by Namhyung Kim
· 12 years ago
55e162e
perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
119fa3c
perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
6ef73ec
perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()
by Namhyung Kim
· 12 years ago
b3a319d
perf evlist: Add thread_map__nr() helper
by Namhyung Kim
· 12 years ago
8539795
perf evlist: Use cpu_map__nr() helper
by Namhyung Kim
· 12 years ago
Next »